标签属性 styleId

为了达到 这样的效果,<input type="text" ></html:text>它直接翻译 成html为:
<input type="text" name="sDate" class="dd_text"/>里面没有id.
可以采用:
<html:text property="sDate" styleId="sDate" styleClass="dd_text"></html:text>
这样就达到了我们的要求了。这个小知识点希望对大家有所帮助。

作者:COOL_CR 发表于2011-7-20 10:10:59 原文链接
阅读:4 评论:0 查看评论

相关文章:

  • 2022-12-23
  • 2022-02-09
  • 2022-12-23
  • 2021-08-07
  • 2022-12-23
  • 2022-01-27
猜你喜欢
  • 2022-12-23
  • 2022-02-08
  • 2021-04-12
  • 2021-12-27
  • 2021-12-08
相关资源
相似解决方案