\Kendo\UI\SplitButtonPopup

A PHP class representing the popup setting of SplitButton.

Methods

appendTo

Defines a jQuery selector that will be used to find a container element, where the popup will be appended to.

Returns

\Kendo\UI\SplitButtonPopup

Parameters

$value string

Example

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