Editor input field

Editor input field

tascatasca Posts: 5Questions: 0Answers: 0
edited July 2012 in General
Hi,

I'm starting with DataTables Editor and need help.

how to access the input fields of the editor?
maskedit custom size onblur event fill in fields with results of previous ajax(web-service).

thank you

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Currently there isn't a public / documented API method that would let you directly manipulate the input element in this way, however, what I would suggest you consider looking at are field type plug-ins: http://editor.datatables.net/tutorials/field_types . With a field type plug-in you can customise the field as much as you want, accessing all of the properties you noted, and configuring them as you wish :-)

    Allan
This discussion has been closed.