documentationfor yFiles for HTML 2.6

Properties

textEditorInputModein GraphEditorInputModeGets or sets the TextEditorInputMode which handles label editing.
textEditorInputModeConfiguratorin GraphEditorInputModeGets or sets a handler which allows for configuring the textEditorInputMode during adding or editing labels.
textEditorInputModeConfiguratorin LabelEditingEventArgsGets or sets the configurator for the TextEditorInputMode for editing the provided label instance.
textEditorInputModein TableEditorInputModeGets or sets the textEditorInputMode.

Method Return Values

createTextEditorInputMode ()in GraphEditorInputModeFactory method for the textEditorInputMode property.
createTextEditorInputMode ()in TableEditorInputModeFactory method for the textEditorInputMode property.

Method Parameters

GraphEditorInputMode ()in GraphEditorInputModeCreates a new instance that is not bound to an existing graph or selection, initially.
editLabelCore (ILabel, function(IInputModeContext, TextEditorInputMode, ILabel):void)in GraphEditorInputModeCore label edit method - opens a new textEditorInputMode input field.
onTextEditorInputModeChanged (TextEditorInputMode, TextEditorInputMode)in GraphEditorInputModeCalled when the textEditorInputMode property value changes and after initialization of the property.
TableEditorInputMode ()in TableEditorInputModeDefault constructor.
onTextEditorInputModeChanged (TextEditorInputMode, TextEditorInputMode)in TableEditorInputModeCalled when the textEditorInputMode property value changes and after initialization of the field.