Class Index | File Index

Classes


Class mindmaps.InspectorView


Defined in: Inspector.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Creates a new InspectorView.
Method Summary
Method Attributes Method Name and Description
 
Returns a jquery object.
 
init()
Initialise
 
Sets the checked state of the bold font option.
 
Sets the color of the branch color picker.
 
Sets the enabled state of all controls.
 
Sets the color of the font color picker.
 
Sets the checked state of the italic font option.
 
Sets the checked state of the underline font option.
Class Detail
mindmaps.InspectorView()
Creates a new InspectorView.
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

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 18 2011 18:03:15 GMT+0000 (WEST)