xj/yii2-jquery-mobile-widget yii2-jquery-mobile-widget

yii2-jquery-mobile-widget

https://github.com/jquery/jquery-mobile

composer.json

"require": {
        "xj/yii2-jquery-mobile-widget": "*"
},

In View

//Default
xj\jquerymobile\ScriptAsset::register($this);
xj\jquerymobile\ThemeFullAsset::register($this);

//Part
xj\jquerymobile\ScriptAsset::register($this);
xj\jquerymobile\StructureAsset::register($this); //jquery.structure
xj\jquerymobile\ThemeAsset::register($this); //Default Theme
xj\jquerymobile\IconPngAsset::register($this); //Icon

//Icon
xj\jquerymobile\IconPngAsset::register($this);
xj\jquerymobile\IconPngExtAsset::register($this);
xj\jquerymobile\IconSvgAsset::register($this);

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



1.0.0 is the latest of one release



BSD-3-Clause license
Stats
1 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
426 total downloads