gearbox icon indicating copy to clipboard operation
gearbox copied to clipboard

API 文档 - `template` 模块

Open cssmagic opened this issue 10 years ago • 0 comments

API 文档 - template 模块

本项目的 template 模块由 Underscore-template 类库实现,详细功能说明请参见该类库的 API 文档wiki

需要注意的是,所有 JavaScript API 均挂接在 gearbox.template 命名空间下。比如:

  • template.add()gearbox.template.add()
  • template.render()gearbox.template.render()
  • ...

cssmagic avatar Jul 08 '15 07:07 cssmagic