Documentation

text

a standard editor for editing text data

string text;

Example

//for a datatble column
{ id:"title",   header:"Film title", editor:"popup", width:200},

See also

Details

Editing area will be highlighted by a yellow border as soom as you trigger the editiong function.

Back to top