add api config

This commit is contained in:
Alexander.Trofimov
2016-05-13 11:37:54 +03:00
parent 1e0de8800f
commit e1612fbaf6
10 changed files with 31 additions and 10 deletions

View File

@ -18,7 +18,9 @@
<div id="editor_sdk">
<script type="text/javascript">
window['AscNotLoadAllScript'] = true;
var editor = new Asc.asc_docs_api("editor_sdk");
var editor = new Asc.asc_docs_api({
'id-view' : 'editor_sdk'
});
editor.LoadFontsFromServer();
</script>
</body>