NAME
Mozilla::DOM::NSHTMLInputElement
Mozilla::DOM::NSHTMLInputElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLInputElement interface. This class inherits from Supports.
Note: The `GetControllers' method is not wrapped; it has something to do with XUL.
CLASS METHODS
$iid = Mozilla::DOM::NSHTMLInputElement->GetIID()
Pass this to QueryInterface.
METHODS
$selectionstart = $nshtmlinputelement->GetSelectionStart()
Output:
$nshtmlinputelement->SetSelectionStart($selectionstart)
Input:
$selectionend = $nshtmlinputelement->GetSelectionEnd()
Output:
$nshtmlinputelement->SetSelectionEnd($selectionend)
Input:
$nshtmlinputelement->SetSelectionRange($selectionstart, $selectionend)
Input:
$textlength = $nshtmlinputelement->GetTextLength()
Output:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.