xforms 控件的条件样式类
我想有条件地申请样式类。
假设我有 xforms:trigger 按钮,当只读标志为 true 时,我想使该按钮只读(禁用)。
<xforms:trigger appearance="minimal" class="xforms-readonly">
子句 class="xforms-readonly"
我想有条件地应用它。
请建议一种方法。
I would like to apply style class on conditional basis.
Lets say i have xforms:trigger button, i want to make this button readonly (disabled) when the read only flag is true.
<xforms:trigger appearance="minimal" class="xforms-readonly">
The clause class="xforms-readonly"
i want to apply it conditionally.
Please suggest a way to do so.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
标准兼容的方式是这样的:
The standards-compatible way would be this: