xj/yii2-jquery-mobile-widget

yii2-jquery-mobile-widget

1.0.0 2015-05-18 03:02 UTC

This package is auto-updated.

Last update: 2024-04-10 19:32:36 UTC


README

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);