使用 Dojo 开发定制 Business Space 小部件,第 3 部分: 在 iWidget 中使用多个模板和从基本小部件继承
2010-09-15 00:00:00 来源:WEB开发网小部件 Javascript 类 testWidget.js 使用 DojoMarkupHandler.js(详见 第 1 部分) 生成如清单 7 所示的界面:
清单 7. 加载小部件特定 HTML 模板(test.html)的小部件 Javascript 类
dojo.provide("com.ibm.bcgex.iWidget.test.testWidget");
dojo.declare("com.ibm.bcgex.iWidget.test.testWidget",
[dijit._Widget,dijit._Templated], {
templatePath: dojo.moduleUrl("com.ibm.bcgex.iWidget.test.templates",
"test.html"),
widgetsInTemplate: true,
constructor: function(ic,iwidget_messages,rootContext,restEndPoint, thisVar){
this.iContext=ic;
this.iwidget_messages=iwidget_messages;
this.widgetId=this.iContext.widgetId;
this.rootContext=rootContext;
this.restURL = restEndPoint;
},
showEmployeeSearch: function(){
this._markUpHandler = new com.ibm.bcgex.common.DojoMarkupHandler
(this,this,this.rootContext,this.widgetId) ;
this._markUpHandler.loadConfigFile("testMarkupHandler");
},
onMSelect: function(){
},
onFSelect: function(){
},
search: function(){
},
reset: function(){
}
});
- ››使用脚本恢复WinXP系统的用户登录密码
- ››开发学院教你用SQL 语句最快速清空MySQL 数据表的...
- ››使用phpMyadmin创建数据库及独立数据库帐号
- ››使用Zend Framework框架中的Zend_Mail模块发送邮件...
- ››使用cout标准输出如何控制小数点后位数
- ››使用nofollow标签做SEO的技巧
- ››使用 WebSphere Message Broker 的 WebSphere Tra...
- ››使用SQL Server事件探查器做应用程序的性能分析
- ››使用SQL Server事件探查器分析死锁原因
- ››使用纯文本文件打造WCF服务
- ››使用 Dojo 开发定制 Business Space 小部件,第 4...
- ››使用 ADDRESS 与 INDIRECT函数查询信息
更多精彩
赞助商链接