|
以文本方式查看主题 - 中文XML论坛 - 专业的XML技术讨论区 (http://bbs.xml.org.cn/index.asp) -- 『 XSL/XSLT/XSL-FO/CSS 』 (http://bbs.xml.org.cn/list.asp?boardid=8) ---- 关于xsl:attribute问题:<input type="checkbox" disabled/>怎么添加? (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=40587) |
|
-- 作者:niss -- 发布时间:11/27/2006 9:32:00 PM -- 关于xsl:attribute问题:<input type="checkbox" disabled/>怎么添加? <input type="checkbox" name="chk" diabled/> 不知道为什么xsl一定要name="xxx"这种形式,那么,请问这个disabled怎么添加上去? |
|
-- 作者:Qr -- 发布时间:11/28/2006 9:10:00 AM -- <input type="checkbox" name="chk" disabled="disabled"/> |
|
-- 作者:hexun831012 -- 发布时间:12/8/2006 1:17:00 PM -- <input type="checkbox" disabled="disabled"> <xsl:attribute name="name"> <xsl:value-of select="name" /> </xsl:attribute> </input> |
|
W 3 C h i n a ( since 2003 ) 旗 下 站 点 苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》 |
46.875ms |