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
    Join Our Forum
    We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.