请上传宽度大于 1200px,高度大于 164px 的封面图片
    调整图片尺寸与位置
    滚轮可以放大缩小图片尺寸,按住图片拖动可调整位置,多余的会自动被裁剪掉
取消
minamoto(uid:429386)
职业资格认证:尚未取得认证
  • 柱形图設置不了警戒线吗?为啥設置了也不显示呢?
  • faq_add_test.cpt点击1事件里確認C18的文本域是不是空的条件,改成D18后,alert窗弹出来了。可是为啥填完D18文本域后,还会弹出alert呢?点击1事件↓var C15 = contentPane.curLGP.getCellValue("C15", null); var J6 = contentPane.curLGP.getCellValue("J6", null); var D18 = contentPane.curLGP.getCellValue("D18", null); if ((J6 == "" || J6 == null)) { alert("担当者氏名を入力してください"); return false; } if ((C15 == "" || C15 == null)) { alert("問い合わせタイトルを入力してください"); return false; } if ((D18 == "" || D18 == null)) { alert("問い合わせタイトルを入力してください"); return false; }执行不了,点击2点击2事件↓if(confirm("この内容で登録しますか?")){ _g('${sessionID}').verifyAndWriteReport(); }else{ return false; }
  • 为啥只有文本区域的js不弹出alert窗口呢?C18是文本区域控件我写的沒有错吧var C15 = contentPane.curLGP.getCellValue("C15", null); var J6 = contentPane.curLGP.getCellValue("J6", null); var C18 = contentPane.curLGP.getCellValue("C18", null); if ((J6 == "" || J6 == null)) { alert("担当者氏名を入力してください"); return false; } if ((C15 == "" || C15 == null)) { alert("問い合わせタイトルを入力してください"); return false; } if ((C18 == "" || C18 == null)) { alert("問い合わせ内容を入力してください"); return false; }
  • 我在笔记本电脑上下了个FR为啥文字比蚂蚁还要小?…
  • 滚动条不显示window.form = this.options.form; var $iframe = $("<iframe id='inp' name='inp' width='400' height='250' scrolling='no' frameborder='0'>"); $iframe.attr("src", "${servletURL}?reportlet=CI_dairiten_add.cpt&op=write&__showtoolbar__=false"); var o = { title : "代理店新規作成", width : 400, height: 250 }; FR.showDialog(o.title, o.width, o.height, $iframe,o);
  • 判断文本控件是不是英数字5位或者8位的JSP应该咋写呢?不用文本控件本身的功能。 
  • 不让输入全角英数字的JSP在哪儿有参考呢?
  • 现状:现在使用的报票是点击A页的超级连接后转移到B页的。B页打开后自动查询,参数面板属性里的,点击查询前不显示报表内容是不打勾的。如果直接打开B页的话就会报错,想实现单独打开B页时不报错。也可以使用在超级连接上。请哪位大神赐教
  • 点击对话框按扭后,如何让对话框里的报表继承现在报表的,按件里的值?window.form = this.options.form; var $iframe = $("<iframe id='inp' name='inp' width='100%' height='100%' scrolling='yes' frameborder='0'>"); $iframe.attr("src", "${servletURL}?reportlet=approach_koukai.cpt&op=view&__showtoolbar__=false"); var o = { title : "更改時留意項目", width : 2000, height: 500 }; FR.showDialog(o.title, o.width, o.height, $iframe,o);
  • 怎么才能横向滑动报表呢?window.form = this.options.form; var $iframe = $("<iframe id='app' name='app' width='2000' height='500' scrolling='yes' frameborder='0'>"); $iframe.attr("src", "${servletURL}?reportlet=approach_koukai.cpt&op=view&__showtoolbar__=false"); var o = { title : "更改時留意項目", width : 2000, height: 500 }; FR.showDialog(o.title, o.width, o.height, $iframe,o);

236

10

236

10

个人成就
内容被浏览79,811
加入社区4年114天
返回顶部