WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

nsIDOMXULTextBoxElement

IID:71135B6C-294E-4634-A8E4-A72398F1E72A
Inherits From:nsIDOMXULControlElement

Properties

readonly nsIDOMNode inputField

PRInt32 maxLength

PRInt32 selectionEnd

PRInt32 selectionStart

PRInt32 size

readonly PRInt32 textLength

DOMString type

DOMString value


Methods

void select ( ) void setSelectionRange ( PRInt32 selectionStart , PRInt32 selectionEnd )

void select ( )


void setSelectionRange ( PRInt32 selectionStart , PRInt32 selectionEnd )

Arguments:
selectionStart
selectionEnd

References

This interface is the type of the following properties:

nsIDOMXULTreeElement.inputField

Reference documentation is generated from Mozilla's source.