NAME
Mozilla::DOM::NSHTMLTextAreaElement
Mozilla::DOM::NSHTMLTextAreaElement is a wrapper around an instance of Mozilla's nsIDOMNSHTMLTextAreaElement 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::NSHTMLTextAreaElement->GetIID()
Pass this to QueryInterface.
METHODS
$textlength = $nshtmltextareaelement->GetTextLength()
Output:
$selectionstart = $nshtmltextareaelement->GetSelectionStart()
Output:
$nshtmltextareaelement->SetSelectionStart($selectionstart)
Input:
$selectionend = $nshtmltextareaelement->GetSelectionEnd()
Output:
$nshtmltextareaelement->SetSelectionEnd($selectionend)
Input:
$nshtmltextareaelement->SetSelectionRange($selectionstart, $selectionend)
Input:
SEE ALSO
COPYRIGHT
Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.