Product Version : | Feathers 3.0.0 |
Layout options for stepper controls.
public static const RIGHT_SIDE_VERTICAL:String = "rightSideVertical"
Product Version : | Feathers 3.0.0 |
Both the decrement and increment button will be placed on the right
side of the text input. The increment button will be above the
decrement button.
public static const SPLIT_HORIZONTAL:String = "splitHorizontal"
Product Version : | Feathers 3.0.0 |
The decrement button will be placed on the left side of the text
input and the increment button will be placed on the right side of
the text input.
public static const SPLIT_VERTICAL:String = "splitVertical"
Product Version : | Feathers 3.0.0 |
The decrement button will be placed below the text input and the
increment button will be placed above the text input.
Sat Jun 18 2022, 02:58 PM -07:00