gearbox
gearbox copied to clipboard
API 文档 - `template` 模块
API 文档 - template 模块
本项目的 template 模块由 Underscore-template 类库实现,详细功能说明请参见该类库的 API 文档 和 wiki。
需要注意的是,所有 JavaScript API 均挂接在 gearbox.template 命名空间下。比如:
-
template.add()→gearbox.template.add() -
template.render()→gearbox.template.render() - ...