58
edits
Minh Nguyen (talk | contribs) m (→Number Box: Typos) |
Minh Nguyen (talk | contribs) m (→Number Box: Typo) |
||
| Line 19: | Line 19: | ||
The widget supports all the attributes and properties of the textbox, and implements nsIDOMXULTextBoxElement. | The widget supports all the attributes and properties of the textbox, and implements nsIDOMXULTextBoxElement. | ||
All attributes shown above have a corresponding property. The decimalPlaces property | All attributes shown above have a corresponding property. The decimalPlaces property corresponds to the decimalplaces attribute. The wrapAround property corresponds to the wraparound attribute. | ||
; min : The minimum value the number in the field may be. The value cannot be decreased below this value. The default value is 0. To set no minimum value, use -Infinity. | ; min : The minimum value the number in the field may be. The value cannot be decreased below this value. The default value is 0. To set no minimum value, use -Infinity. | ||
edits