以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 多行文本框value属性怎么用? (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=103782) |
-- 作者:zhangjian222200 -- 发布时间:2017/7/17 9:12:00 -- 多行文本框value属性怎么用? With wb.AddInputGroup("form1","ipg13","审核备注") With .AddTextArea("bz",5).Placeholder = "请输入200字以内的备注" .value = 123 End With End With |
-- 作者:有点甜 -- 发布时间:2017/7/17 9:19:00 -- With wb.AddInputGroup("form1","ipg13","审核备注")
With .AddTextArea("bz",5)
.Placeholder = "请输入200字以内的备注"
.value = 123
End With
End With
|