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

Function run

examples/js/editor.js:128–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126
127//运行代码
128function run() {
129 var iframeContent = $("#editor").val();
130 if (editor) {
131 iframeContent = aceEditor.getValue();
132 }
133 loadPreview(iframeContent);
134}
135
136//填充预览效果内容
137function loadPreview(content) {

Callers 1

refreshFunction · 0.70

Calls 3

loadPreviewFunction · 0.85
$Function · 0.50
getValueMethod · 0.45

Tested by

no test coverage detected