Trait kartik\nav\NavXTrait
Implemented by | kartik\nav\NavXBs3, kartik\nav\NavXBs4, kartik\nav\NavXBs5 |
---|---|
Available since version | 1.0 |
NavXTrait is the base trait for kartik\nav\NavX methods.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$dropdownOptions | array | The dropdown widget options | kartik\nav\NavXTrait |
Public Methods
Method | Description | Defined By |
---|---|---|
init() | Initializes the widget. | kartik\nav\NavXTrait |
Protected Methods
Method | Description | Defined By |
---|---|---|
checkDependency() | Check dependency | kartik\nav\NavXTrait |
Property Details
Method Details
Check dependency
protected void checkDependency ( ) | ||
throws | yii\base\InvalidConfigException |
---|
Initializes the widget.
public void init ( ) | ||
throws | yii\base\InvalidConfigException |
---|