m
Move page script moved page XML/Slider to WoW:XML/Slider without leaving a redirect
(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...") |
m (Move page script moved page XML/Slider to WoW:XML/Slider without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| 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 | ||