如何在信息模板中添加关闭按钮?
// My info template looks like this, 't' and 'Description' are variables
var infoTemplate1 = new esri.InfoTemplate(Title + ' - ' + t,"Description:" + "<br>" + Description);
答案 0 :(得分:0)
添加:
<button dojoType='dijit.form.Button' onClick='javascript:window.close();''>Done</button>")
有关详细信息,请参阅此link。
祝你好运!!