diff --git a/entries/controlgroup.xml b/entries/controlgroup.xml index 5f48ce72..1f19aa79 100644 --- a/entries/controlgroup.xml +++ b/entries/controlgroup.xml @@ -31,15 +31,15 @@ - + - By default, controlgroup displays its widget's in a horizontal layout. Use this option to use a vertical layout instead. + By default, controlgroup displays its controls in a horizontal layout. Use this option to use a vertical layout instead. - Sets whether to exclude invisible children in the assignment of rounded corners. When set to false, all children of a controlgroup are taken into account when assigning rounded corners, including hidden children. Thus, if, for example, the controlgroup's first child is hidden, the controlgroup will, in effect, not have rounded corners on the top edge. + Sets whether to exclude invisible children in the assignment of rounded corners. When set to false, all children of a controlgroup are taken into account when assigning rounded corners, including hidden children. Thus, if, for example, the controlgroup's first child is hidden and the default horizontal layout is applied, the controlgroup will, in effect, not have rounded corners on the left edge. Likewise, if the controlgroup has a vertical layout and its first child is hidden, the controlgroup will not have rounded corners on the top edge. @@ -51,7 +51,7 @@ "spinner": ".ui-spinner-input" } - Which descendant elements to initialize as their respective widgets. Two elements have special behaviour: + Which descendant elements to initialize as their respective widgets. Two elements have special behavior: controlgroupLabel: Any elements matching the selector for this will be wrapped in a span with the ui-controlgroup-label-contents class. spinner: This uses a class selector as the value. Requires either adding the class manually or initializing the spinner manually. Can be overridden to use input[type=number], but that also requires custom CSS to remove the native number controls.
By default, controlgroup displays its widget's in a horizontal layout. Use this option to use a vertical layout instead.
By default, controlgroup displays its controls in a horizontal layout. Use this option to use a vertical layout instead.
controlgroupLabel
ui-controlgroup-label-contents
spinner
input[type=number]