WoW:XML/Slider: Difference between revisions
Jump to navigation
Jump to search
→Attributes: Typo min->max
(Created page with "{{uixmlelem}} Slider is an element that acts as a traditional slider control in the WoW UI. Like ScrollFrame, 'Slider' is a [[XML/Frame|Fra...") |
(→Attributes: Typo min->max) |
||
| Line 13: | Line 13: | ||
* drawLayer ([[XML/DRAWLAYER|DRAWLAYER]]) - Layer level in 'Z order'. Default is 'OVERLAY'. | * drawLayer ([[XML/DRAWLAYER|DRAWLAYER]]) - Layer level in 'Z order'. Default is 'OVERLAY'. | ||
* minValue (float) - defines a minimum value for the slider | * minValue (float) - defines a minimum value for the slider | ||
* | * maxValue (float) - defines a maximum value for the slider | ||
* defaultValue (float) - starting value for an newly loaded slider | * defaultValue (float) - starting value for an newly loaded slider | ||
* valueStep (float) - amount to increment value for a 'step' action, like when the slider 'thumb' is slid | * valueStep (float) - amount to increment value for a 'step' action, like when the slider 'thumb' is slid | ||