Свойство | Тип | Описание | |
---|---|---|---|
$events | the Javascript event handlers. | ||
$htmlOptions | the HTML attributes for the widget container. | ||
$options | the options for the Bootstrap Javascript plugin. | ||
$parent | the CSS selector for element to collapse. Defaults to 'false'. | ||
$tagName | the name of the collapse element. Defaults to 'div'. | ||
$toggle | indicates whether to toggle the collapsible element on invocation. |
Метод | Описание | |
---|---|---|
getNextContainerId ( ) : string | ### .getNextContainerId() | |
init ( ) | ### .init() | |
run ( ) | ### .run() |
public static getNextContainerId ( ) : string | ||
Результат | string | the id |
public $parent |