XUL:Specs:NumberBox: Difference between revisions

m
m (→‎Number Box: Typos)
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 corrsponds to the decimalplaces attribute. The wrapAround property corresponds to the wraparound attribute.
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.
58

edits