您的位置:首页 > 其它

如何调整SharePoint InputformTextbox的宽度

2009-04-15 20:34 363 查看
方案一:

var name = "<%= ReportTextBox.ClientID %>";

(document.getElementById(name + "_toolbar")).style.width = "100%";

(document.getElementById(name + "_iframe")).style.width = "100%";

方案二:

.ms-long{
width:90% !important;
}
.ms-longer{
width:90% !important;
}
.ms-rtelong{
width:90% !important;
}
.ms-rtelonger{
width:90% !important;
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: