国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

iframe調(diào)用父頁(yè)面函數(shù)示例詳解

2019-11-20 14:20:57
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
window.parent.xxxxx();//xxxxx()代表父頁(yè)面方法

具體列子如下,其中包括easyUI的右鍵和單擊事件

parent.jsp

body部分代碼

<body class="easyui-layout"> <!-- 左側(cè)目錄 --> <div data-options="region:'west',split:true,title:'主題',iconCls:'icon-arrowIn'" style="width: 270px; background: #efefef"> <!-- 目錄數(shù) --> <ul id="tree" class="easyui-tree"></ul> </div> <input type="hidden" value="${param.type }" id="themeType"/> <!-- 右側(cè)窗體 --> <div data-options="region:'center',title:'內(nèi)容顯示',iconCls:'icon-arrowOut'" style="overflow: hidden"> <iframe name="leftIframe" id="leftIframe" src="" frameborder="0" height="100%" width="100%"></iframe> </div> <!-- 右鍵菜單 --> <div id=rightCliMean class="easyui-menu" style="width:120px;"> <div onclick="updateTheme();" data-options="iconCls:'icon-edit'" >修改</div> <div onclick="removeObjectNode();" data-options="iconCls:'icon-tip'" >刪除</div> </div> <script type="text/javascript"> loadTree(); </script> </body>

js部分:

function loadTree() { $('#tree').tree( { url : 'xxxxx.action, animate : true, lines : true, onContextMenu : function(e, node) { e.preventDefault(); $(this).tree('select', node.target); /** * 不可以對(duì)根節(jié)點(diǎn)(默認(rèn)主題)進(jìn)行操作 */ var parent = $(this).tree('getParent',node.target); if(parent){ if(node.text == '默認(rèn)主題'){ $.messager.alert("提示信息","默認(rèn)主題不能進(jìn)行操作!","warning"); return false; } $('#rightCliMean').menu('show',{ left: e.pageX, top: e.pageY }); } }, onClick:function(node) {//單機(jī)事件 var type = node.attributes.type; if("Schema" == type){ var themeType = $("#themeType").val(); $('#leftIframe').attr('src', 'xxxx.action'); return; } } }); } child.jsp/** * 刷新左側(cè)主題 */ $(function(){ window.parent.loadTree(); })
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 九龙坡区| 瓦房店市| 茌平县| 洪湖市| 卓资县| 柳州市| 长岭县| 惠州市| 吉木萨尔县| 呼玛县| 民勤县| 石家庄市| 湖口县| 张家界市| 平武县| 中卫市| 石嘴山市| 青岛市| 通化市| 宽城| 项城市| 宁国市| 韩城市| 滨州市| 桂林市| 大理市| 喀喇沁旗| 桓台县| 普兰店市| 崇明县| 无为县| 类乌齐县| 沙田区| 攀枝花市| 台东县| 茂名市| 怀远县| 巴彦淖尔市| 镇巴县| 巴彦淖尔市| 彭山县|