\Kendo\UI\OrgChartMessages
A PHP class representing the messages setting of OrgChart.
Methods
cancel
The message that will be used for the cancel action button text.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->cancel('value');
?>
collapse
The message that will be used to label the Collapse button.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->collapse('value');
?>
create
The message that will be used for the create action in the edit pop-up Menu.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->create('value');
?>
destroy
The message that will be used for the destroy action in the edit pop-up Menu.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->destroy('value');
?>
destroyContent
The message that will be used for the destroy confirmation pop-up content.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->destroyContent('value');
?>
destroyTitle
The message that will be used for the destroy confirmation pop-up title.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->destroyTitle('value');
?>
edit
The message that will be used for the edit action in the edit pop-up Menu.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->edit('value');
?>
expand
The message that will be used to label the Expand button.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->expand('value');
?>
label
The label that will be used for the aria-label value of the OrgChart widget.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->label('value');
?>
menuLabel
The message that will be used for the aria-label of the edit pop-up Menu.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->menuLabel('value');
?>
name
The message that will be used for the "name" text.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->name('value');
?>
none
The message that will be used in the Parent DropDownList editor to specify the null option (no parent).
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->none('value');
?>
parent
The message that will be used for the "parent" text.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->parent('value');
?>
save
The message that will be used for save action button text.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->save('value');
?>
title
The message that will be used for the "title" text.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->title('value');
?>
uploadAvatar
The message that will be used for the avatar Upload's label.
Returns
\Kendo\UI\OrgChartMessages
Parameters
$value string
Example
<?php
$messages = new \Kendo\UI\OrgChartMessages();
$messages->uploadAvatar('value');
?>