a customizable text editor
//for a datatable column
{ header:"", template:"<input type='text' value='#value#' style='width:130px;'>",
editor:"inline-text", width:150 }
For an inline-text editor you should define its template (input type, dimensions, styling).