Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For more information on iframe mode, refer to [Installation and Settings> Environment Settings > Basic UI Settings > iframe mode].

...


Code Block
languagejs
themeEmacs
var synapEditorConfig = {
...

...


'editor.mode.iframe': {

...


'enable':

...

 true,

...


'style.urls': [...,

...

 'horizontalLineExtension.min.css의 url'],

...


'script.urls': []

...


}

...


...

...


};



Reference

On the screen where the plugin's CSS is not set, the horizontal line is displayed as the default style.

...