sansusan / yii2-jqwidgets-asset
Jqwidgets Asset for Yii2
Installs: 7 835
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2025-04-26 20:52:14 UTC
README
jqwidgets Asset for Yii2 (http://www.jqwidgets.com/)
Installation
add
"sansusan/yii2-jqwidgets-asset": "dev-master"
to the require section of your composer.json file.
Usage
Add asset bundle to layout or view
\sansusan\jqwidgets\JqwidgetsAsset::register($this, ['theme' => 'base', 'globalize' => 'ru_RU'],
[
'jqxbuttons',
'jqxwindow',
'jqxscrollbar',
'jqxpanel',
'jqxmenu',
'jqxcheckbox',
]);