xj / yii2-jquery-mobile-widget
yii2-jquery-mobile-widget
Package info
github.com/xjflyttp/yii2-jquery-mobile-widget
Language:JavaScript
pkg:composer/xj/yii2-jquery-mobile-widget
1.0.0
2015-05-18 03:02 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-10 23:39:00 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);