http://bbs.fanruan.com/wenda/question/6995.html
Msg-http://help.finereport.com/doc-view-603.html
CSS修改对话框样式-http://help.finereport.com/doc-view-1767.html
FR.Msg.prompt("输入","爱好","运动");
$('#popup_container').css('min-width', '100px');
$('#popup_container').width(200);
$('#popup_container').height(200);
$('#popup_header').width(100);
$('#popup_prompt').width(100);
$('#popup_prompt').height(100);
var val = $('input#popup_prompt').val()
$('input#popup_prompt').remove()
$('#popup_content').append('<textarea id="popup_prompt" value="'+val+'">'+val+'</textarea>')
window.form = this.options.form;var orgs = this.options.form.getWidgetByName("org").getValue();if(orgs == '') { FR.Msg.alert("警告", "请填写库存组织再选择物料!!!", null);} else { var $iframe = $("
这种自定义的就而可以调整大小啦
或者这个
FR.Msg.prompt("input", "prompt", "", null);$('#popup_container').css('min-width','600px');$('#popup_title').width(600);$('#popup_container').height(600);$('#popup_header').width(600);