<kendo:orgChart-messages>

Provides configuration options for the messages present in the OrgChart widget.

Example

<kendo:orgChart>
    <kendo:orgChart-messages></kendo:orgChart-messages>
</kendo:orgChart>

Configuration Attributes

cancel java.lang.String

The message that will be used for the cancel action button text.

Example

<kendo:orgChart-messages cancel="cancel">
</kendo:orgChart-messages>

collapse java.lang.String

The message that will be used to label the Collapse button.

Example

<kendo:orgChart-messages collapse="collapse">
</kendo:orgChart-messages>

create java.lang.String

The message that will be used for the create action in the edit pop-up Menu.

Example

<kendo:orgChart-messages create="create">
</kendo:orgChart-messages>

destroy java.lang.String

The message that will be used for the destroy action in the edit pop-up Menu.

Example

<kendo:orgChart-messages destroy="destroy">
</kendo:orgChart-messages>

destroyContent java.lang.String

The message that will be used for the destroy confirmation pop-up content.

Example

<kendo:orgChart-messages destroyContent="destroyContent">
</kendo:orgChart-messages>

destroyTitle java.lang.String

The message that will be used for the destroy confirmation pop-up title.

Example

<kendo:orgChart-messages destroyTitle="destroyTitle">
</kendo:orgChart-messages>

edit java.lang.String

The message that will be used for the edit action in the edit pop-up Menu.

Example

<kendo:orgChart-messages edit="edit">
</kendo:orgChart-messages>

expand java.lang.String

The message that will be used to label the Expand button.

Example

<kendo:orgChart-messages expand="expand">
</kendo:orgChart-messages>

label java.lang.String

The label that will be used for the aria-label value of the OrgChart widget.

Example

<kendo:orgChart-messages label="label">
</kendo:orgChart-messages>

The message that will be used for the aria-label of the edit pop-up Menu.

Example

<kendo:orgChart-messages menuLabel="menuLabel">
</kendo:orgChart-messages>

name java.lang.String

The message that will be used for the "name" text.

Example

<kendo:orgChart-messages name="name">
</kendo:orgChart-messages>

none java.lang.String

The message that will be used in the Parent DropDownList editor to specify the null option (no parent).

Example

<kendo:orgChart-messages none="none">
</kendo:orgChart-messages>

parent java.lang.String

The message that will be used for the "parent" text.

Example

<kendo:orgChart-messages parent="parent">
</kendo:orgChart-messages>

save java.lang.String

The message that will be used for save action button text.

Example

<kendo:orgChart-messages save="save">
</kendo:orgChart-messages>

title java.lang.String

The message that will be used for the "title" text.

Example

<kendo:orgChart-messages title="title">
</kendo:orgChart-messages>

uploadAvatar java.lang.String

The message that will be used for the avatar Upload's label.

Example

<kendo:orgChart-messages uploadAvatar="uploadAvatar">
</kendo:orgChart-messages>
In this article
Not finding the help you need?