Class: TextEditor

Kekule.Widget. TextEditor

Methods

decreaseTextSize()

Decrease text size in editor.
Source:

increaseTextSize()

Increase text size in editor.
Source:

setTextStyle(cssStyles)

Set display style of text area in editor.
Parameters:
Name Type Description
cssStyles Hash A hash of css styles, e.g. {'fontSize': '19px', 'fontFamily': 'arial'}.
Source:

Events

valueSet

Invoked when the color value is selected. Event param of it has field: {value, colorClassName}.
Source: