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

Function initEditor

examples/js/editor.js:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80//初始化编辑器以及预览内容
81function initEditor() {
82 var pageConfig = getActiveExampleConfig();
83 loadExampleHtml();
84 initCodeEditor(pageConfig.showCode);
85}
86
87function loadExampleHtml() {
88 var locationParam = getLocationParam();

Callers 3

initPageFunction · 0.85
refreshFunction · 0.85
bindEventsFunction · 0.85

Calls 3

getActiveExampleConfigFunction · 0.85
loadExampleHtmlFunction · 0.85
initCodeEditorFunction · 0.85

Tested by

no test coverage detected