bbbfly. Edit class control

new bbbfly.Edit (def, ref, parent, parentType)

Implements Hintified interface if hint package is included.

Parameters

Name Type Default Description
def bbbfly.Edit.Definition optional Descendant definition
ref object optional Reference owner
parent object | string optional Parent DIV element or it's ID
parentType string 'ngEdit' optional Ancestor type

Extends

  • ngEdit

Implements

In Packages

Interfaces

Methods

GetButton (buttonId){bbbfly.Edit.Button|null}

Parameters:
Name Type Description
buttonId string Required button's ButtonId
Returns:
Type Description
bbbfly.Edit.Button | null - Button with passes ButtonId

SetFocusAfter ()

Focus edit with caret at the text end.
See:

SetFocusBefore ()

Focus edit with caret at the text begining.
See:

Events

OnInvalidChanged ()