sansusan/yii2-jqwidgets-asset

Jqwidgets Asset for Yii2

Installs: 7 153

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:yii2-extension

dev-master 2015-11-05 19:52 UTC

This package is not auto-updated.

Last update: 2024-05-11 15:51:20 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',
    ]);