Class mindmaps.InspectorView
Defined in: Inspector.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Creates a new InspectorView.
|
Method Attributes | Method Name and Description |
---|---|
Returns a jquery object.
|
|
init()
Initialise
|
|
setBoldCheckboxState(checked)
Sets the checked state of the bold font option.
|
|
setBranchColorPickerColor(color)
Sets the color of the branch color picker.
|
|
setControlsEnabled(enabled)
Sets the enabled state of all controls.
|
|
setFontColorPickerColor(color)
Sets the color of the font color picker.
|
|
setItalicCheckboxState(checked)
Sets the checked state of the italic font option.
|
|
setUnderlineCheckboxState(checked)
Sets the checked state of the underline font option.
|
Method Detail
{jQuery}
getContent()
Returns a jquery object.
- Returns:
- {jQuery}
init()
Initialise
setBoldCheckboxState(checked)
Sets the checked state of the bold font option.
- Parameters:
- {Boolean} checked
setBranchColorPickerColor(color)
Sets the color of the branch color picker.
- Parameters:
- {String} color
setControlsEnabled(enabled)
Sets the enabled state of all controls.
- Parameters:
- {Boolean} enabled
setFontColorPickerColor(color)
Sets the color of the font color picker.
- Parameters:
- {String} color
setItalicCheckboxState(checked)
Sets the checked state of the italic font option.
- Parameters:
- {Boolean} checked
setUnderlineCheckboxState(checked)
Sets the checked state of the underline font option.
- Parameters:
- {Boolean} checked