logo

/repo|v1.4.10

Class

new DefaultUI(editor)defaultUI.jsline 37

Class DefaultUI

PARAMETERS
NameTypeDescription

editor

ToastUIEditor

editor instance

Instance Methods

createPopup(options)defaultUI.jsline 361

creates popup

PARAMETERS
NameTypeDescription

options

LayerPopupOption

layerPopup options

RETURNS:
{

LayerPopup

} - crated layerPopup

getEditorHeight()defaultUI.jsline 308

get editor height

RETURNS:
{

Number

} - height of editor

getEditorSectionHeight()defaultUI.jsline 298

get editor section height

RETURNS:
{

Number

} - height of editor section

getModeSwitch()defaultUI.jsline 290

get mode switch instance

RETURNS:
{

ModeSwitch

} - mode switch instance

getPopupTableUtils()defaultUI.jsline 318

get Table Popup

RETURNS:
{

PopupTableUtils

} - PopupTableUtils

getToolbar()defaultUI.jsline 273

get toolbar instance

RETURNS:
{

Toolbar

} - toolbar instance

remove()defaultUI.jsline 346

remove

setToolbar(toolbar)defaultUI.jsline 281

set toolbar instance

PARAMETERS
NameTypeDescription

toolbar

Toolbar

toolbar

Resizable