[ECSide] 如何给column加超链接?

gavin213 2007-11-27
<ec:column width="80" property="USERROLE" title="角色" editTemplate="ecs_t_role" mappingItem="USERROLE_MAP" />

现在想给column 的 title “角色”加上超链接,如何解决?谢谢~!
shenxuguipohun 2007-11-30
<ec:column width="80" property="USERROLE" title="角色" editTemplate="ecs_t_role" mappingItem="USERROLE_MAP"><a href="#">角色</a></ec:column>
shithanwa 2007-11-30
<ec:column width="80" property="USERROLE" title="角色" editTemplate="ecs_t_role" mappingItem="USERROLE_MAP"><a href="...">${record.role}</a></ec:column>
Global site tag (gtag.js) - Google Analytics