\Kendo\UI\DockManagerRootPanePaneDockable

A PHP class representing the dockable setting of DockManagerRootPanePane.

Methods

dock

Specifies if the pane is docked. Available only for panes of type content.

Returns

\Kendo\UI\DockManagerRootPanePaneDockable

Parameters

$value boolean

Example

<?php
$dockable = new \Kendo\UI\DockManagerRootPanePaneDockable();
$dockable->dock(true);
?>

innerDock

Specifies if the pane allows inner docks. Available only for panes of type content.

Returns

\Kendo\UI\DockManagerRootPanePaneDockable

Parameters

$value boolean

Example

<?php
$dockable = new \Kendo\UI\DockManagerRootPanePaneDockable();
$dockable->innerDock(true);
?>
In this article
Not finding the help you need?