\Kendo\UI\FileManagerBreadcrumb

A PHP class representing the breadcrumb setting of FileManager.

Methods

delimiterIcon

Defines a new delimiter icon for the breadcrumb.

Returns

\Kendo\UI\FileManagerBreadcrumb

Parameters

$value string

Example

<?php
$breadcrumb = new \Kendo\UI\FileManagerBreadcrumb();
$breadcrumb->delimiterIcon('value');
?>

rootIcon

Defines a new root icon for the breadcrumb.

Returns

\Kendo\UI\FileManagerBreadcrumb

Parameters

$value string

Example

<?php
$breadcrumb = new \Kendo\UI\FileManagerBreadcrumb();
$breadcrumb->rootIcon('value');
?>
In this article
Not finding the help you need?