jui\Resizable run()

run() public method Renders the widget. public void run ( )

jui\Resizable init()

init() public method Initializes the widget. public void init ( )

jui\Resizable $clientEventMap

$clientEventMap protected property Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. Event names mapped to what should be specified in .on(). If empty, it is assumed that event passed to clientEvents is prefixed with widget name. protected array $clientEventMap = ['create' => 'resizecreate', 'resize' => 'resize', 'start' => 'resizestart', 'stop' => 'resizestop']

jui\ProgressBar run()

run() public method Renders the widget. public void run ( )

jui\ProgressBar init()

init() public method Initializes the widget. public void init ( )

jui\Menu run()

run() public method Renders the widget. public void run ( )

jui\Menu init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

jui\Menu $clientOptions

$clientOptions public property 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"). public array $clientOptions = []

jui\Menu $clientEvents

$clientEvents public property 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"). public array $clientEvents = []

jui\JuiAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/jquery-ui'