当光标停在控件上时 按回车键 怎样才可以调出二级窗口 (附双击弹窗代码)

var self=this;
    $("input:eq(3)").dblclick(function(){/*input:eq(3),*/
    window.form=contentPane.parameterEl;
    var custmemorycode=form.getWidgetByName("custno").getValue();//新加

var $iframe = $("<iframe id='inp'name='inp' width='100%' height='100%' scrolling='no' frameborder='0'>");  
$iframe.attr("src", "${servletURL}?reportlet=/doc/Parameter/erp_kh.cpt&op=write&custmemorycode="+custmemorycode);
    var o = {  
    title : "请选择客户",  
    width : 650,  //460
    height: 350  //350  
    };  
    FR.showDialog(o.title, o.width, o.height, $iframe,o);});
FineReport枫林路客 发布于 2016-9-21 11:48
悬赏:2 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共3回答
最佳回答
0
静听禅鸣发布于2016-9-21 11:48(编辑于 2023-9-6 09:34)
555
最佳回答
0
枫林路客发布于2016-9-23 14:45(编辑于 2023-9-6 09:34)
555
最佳回答
0
枫林路客发布于2016-9-23 14:46(编辑于 2023-9-6 09:34)
555
  • 0关注人数
  • 432浏览人数
  • 最后回答于:2016-9-23 14:46
    活动推荐 更多
    热门课程 更多
    返回顶部