Method | Description | |
---|---|---|
GoTo ( int destLine ) : void |
Moves the caret to the input line within the article text box
|
|
UndoAddition ( int right ) : void |
|
|
UndoChange ( int left, int right ) : void |
Reverses the changes to a line of text in the page
|
|
UndoDeletion ( int left, int right ) : void |
Reverses the deletion of a line of text from the page
|
Method | Description | |
---|---|---|
JsAdapter ( |
public GoTo ( int destLine ) : void | ||
destLine | int | the line number the caret should be moved to |
return | void |
public UndoChange ( int left, int right ) : void | ||
left | int | |
right | int | |
return | void |
public UndoDeletion ( int left, int right ) : void | ||
left | int | |
right | int | |
return | void |