XUL:Attribute:textbox.value
From MDC
- value
- Type: string
- The default value entered in a textbox. The attribute only holds the default value and is never modified when the user enters text. To get the updated value, use the value property. For number boxes, the default is 0 or the minimum value returned by the
minproperty, whichever is higher.