如题, 请教各位大神,在填报模式下,使用JS弹窗,请问弹窗页面标题中的字体样式可以自定义吗?(如字体大小,颜色等属性) 谢谢! JS弹窗的代码如下: var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>"); $iframe.attr("src", "${servletURL}?reportlet=test.cpt&op=write"); var o = { title:"新页面的标题样式" , //这部分字体样式可以自定义吗? 尝试过<font color=AliceBlue size=1 face='microsoft yahei'> "新页面的标题样式"</font> 标签,会报错 width : 300,height: 300}; FR.showDialog(o.title, o.width, o.height, $iframe,o); |
最佳回答 |
||||
0
|
|