xj / yii2-jquery-mobile-widget
yii2-jquery-mobile-widget
Installs: 427
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2024-10-10 20:44: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);