jadb/apple_touch
Composer 安装命令:
composer require jadb/apple_touch
包简介
CakePHP Apple Touch Plugin
README 文档
README
Support Safari on iOS by allowing some customization to the Apple Touch UI.
TODO
- Quick and easy conditional CSS block.
- Simplify calls to
getCurrentPositionandwatchPosition. - Support
autocapitalizeandautocorrectform attributes. - Support client data-storing.
Installation
> git submodule add git://github.com/jadb/cakephp-appletouch.git Plugin/AppleTouch
Configuration
Load the plugin in bootstrap.php:
Plugin::load('AppleTouch');
Add the AppleTouch.AppleTouch helper to the controller(s) where you will be using it.
public $helpers = array('AppleTouch.AppleTouch');
Call it from the view as follow:
$this->AppleTouch->viewport();
Patches & Features
- Fork
- Mod, fix
- Test - this is important, so it's not unintentionally broken
- Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
- Pull request - bonus point for topic branches
Bugs & Feedback
统计信息
- 总下载量: 177
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-03-25