MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / createIFrame

Function createIFrame

examples/js/editor.js:156–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

154}
155
156function createIFrame() {
157 var preViewPane = $("#previewPane");
158 preViewPane.empty();
159 var iframe = document.createElement("iframe");
160 $(iframe).attr("id", "innerPage");
161 $(iframe).attr("name", "innerPage");
162 preViewPane.append(iframe);
163 return iframe;
164}
165
166//重置编辑器
167function refresh() {

Callers 1

loadPreviewFunction · 0.85

Calls 2

createElementMethod · 0.80
$Function · 0.50

Tested by

no test coverage detected