【发布时间】:2011-09-10 20:03:12
【问题描述】:
我在 jspx(roo 项目)页面中有一个 dojo 工具提示。
dojo.addOnLoad(function() {
// create a new Tooltip and connect it to bar1 and bar4
tooltip1=new dijit.Tooltip({
connectId : [ "iconInfo"],
label : "myDesc",
position : [ "below" ]
});
})
我想用我的 var ${photodesc} 替换工具提示标签:“myDesc”。
我该怎么做?
【问题讨论】:
标签: javascript spring dojo spring-roo