easyui dialog 修改title

方式一:
parent.$('#monthDutyAddDialogId').dialog('setTitle', '<font color=\"#ff0000\">'+result.title+'</font>'); 
方式二:
parent.$('#monthDutyAddDialogId').panel("header").find("div.panel-title").html('<font color=\"#ff0000\">'+result.title+'</font>');

你可能感兴趣的:(easyui dialog 修改title)