labelPosition

positions a label in relation to the control

string labelPosition;

Values

  • "top"
    places a label next to the buttons
  • Example

    {view:"richtext", label:"Some Text", labelPosition:"top"}


    Default value:

    "left"

    Related samples

    Details

    Note that in contrast to other controls, the label with labelPosition:"top" is placed next to the buttons:

    To display the label outside the container, use a separate label view and place it where you want.

    See also
    Back to top