平台标签封装步骤

1. 定义 TestButtonMode 封装标签库对应的属性
2.TestButton 定义标签对应的模板名称
3.TestButtonTag 提供标签实例化的接口,并实例化 TestButtonMode
4.testButton.ftl 编写标签对应的 tld 文件
5.TldCreater 生成标签 tld 文件
6.Taglib.ui.js.components 方法中注册标签
7.taglib.ui.testButton.js 编写自定义标签,ui.testButton 标签名称与 TestButton.TEMPLATE 名称相同、实现 init、create、find、remove 方法