[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>
|
相关讨论
相关资源推荐
- SpringCloud(2020新版)Hoxton版 + SpringCloud alibaba1
- Spring实现策略模式
- Spring项目中策略模式实现方案
- 设计模式(三)策略模式——在Spring中使用策略模式
- 浅谈Spring框架应用的设计模式(六)——策略模式
- 最新整理Spring面试题2023
- 【springcloud 微服务】Spring Cloud Ribbon 负载均衡使用策略详解
- 全面解读Spring Cloud Zuul:从配置到优化的实战指南
- 记调整SpringCloudGateway负载策略BestAvailableRule引发的事故
- Spring常见面试题总结(超详细回答)