sansusan / yii2-jqwidgets-asset
Jqwidgets Asset for Yii2
Installs: 7 672
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:CSS
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0
This package is not auto-updated.
Last update: 2025-01-18 19:41:09 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',
]);