mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-30 22:48:19 +08:00
Fixes #756: added doc to Dropdown.
This commit is contained in:
@@ -21,8 +21,9 @@ use yii\helpers\Html;
|
|||||||
class Dropdown extends Widget
|
class Dropdown extends Widget
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var array list of menu items in the dropdown. Each array element represents a single
|
* @var array list of menu items in the dropdown. Each array element can be either an HTML string,
|
||||||
* menu with the following structure:
|
* or an array representing a single menu with the following structure:
|
||||||
|
*
|
||||||
* - label: string, required, the label of the item link
|
* - label: string, required, the label of the item link
|
||||||
* - url: string, optional, the url of the item link. Defaults to "#".
|
* - url: string, optional, the url of the item link. Defaults to "#".
|
||||||
* - linkOptions: array, optional, the HTML attributes of the item link.
|
* - linkOptions: array, optional, the HTML attributes of the item link.
|
||||||
|
|||||||
Reference in New Issue
Block a user