jui\Droppable init()

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

jui\Droppable $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 = ['activate' => 'dropactivate', 'create' => 'dropcreate', 'deactivate' => 'dropdeactivate', 'drop' => 'drop', 'out' => 'd

jui\Draggable run()

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

jui\Draggable init()

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

jui\Draggable $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' => 'dragcreate', 'drag' => 'drag', 'stop' => 'dragstop', 'start' => 'dragstart']

jui\Dialog run()

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

jui\Dialog init()

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

jui\DatePickerLanguageAsset registerAssetFiles()

registerAssetFiles() public method Registers the CSS and JS files with the given view. public void registerAssetFiles ( $view )$view yii\web\View The view that the asset files are to be registered with.

jui\DatePickerLanguageAsset $sourcePath

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

jui\DatePickerLanguageAsset $language

$language public property Language to register translation file for public string $language = null