xiangjiao/yii2-jquery-mobile-widget

yii2-jquery-mobile-widget

安装: 427

依赖: 0

建议: 0

安全: 0

星星: 1

关注者: 2

分支: 0

开放问题: 0

语言:JavaScript

1.0.0 2015-05-18 03:02 UTC

This package is auto-updated.

Last update: 2024-09-10 20:33:45 UTC


README

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

composer.json

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

在视图中

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