Documentation

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 }

See also

Details

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

Back to top