Class type Ext_grid_plugin_Editing.t


class type t = object .. end
Inherits
method editing : bool Js.t Js.prop

Set to true while the editing plugin is active and an Editor is visible.


method cancelEdit : unit Js.meth

Cancels any active edit that is in progress.


method completeEdit : unit Js.meth

Completes the edit if there is an active edit in progress.


method startEdit : 'a 'b. 'a Js.t -> 'b Js.t -> unit Js.meth

Starts editing the specified record, using the specified Column definition to define which field is being edited.

Parameters: