Class yii\jui\Menu
Inheritance | yii\jui\Menu » yii\widgets\Menu |
---|---|
Available since version | 2.0 |
Menu renders a menu jQuery UI widget.
See also http://api.jqueryui.com/menu/.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$clientEvents | array | The event handlers for the underlying jQuery UI widget. | yii\jui\Menu |
$clientOptions | array | The options for the underlying jQuery UI widget. | yii\jui\Menu |
Public Methods
Method | Description | Defined By |
---|---|---|
init() | Initializes the widget. | yii\jui\Menu |
run() | Renders the widget. | yii\jui\Menu |
Property Details
The event handlers for the underlying jQuery UI widget. Please refer to the corresponding jQuery UI widget Web page for possible events. For example, this page shows how to use the "Accordion" widget and the supported events (e.g. "create").
The options for the underlying jQuery UI widget. Please refer to the corresponding jQuery UI widget Web page for possible options. For example, this page shows how to use the "Accordion" widget and the supported options (e.g. "header").