inline-text

a customizable text editor

string inline-text;

Example

//for a datatable column
{ header:"", template:"<input type='text' value='#value#' style='width:130px;'>",
            editor:"inline-text", width:150 }

Related samples

Details

For an inline-text editor you should define its template (input type, dimensions, styling).

See also
  • Articles
  • Back to top