Multiple editors?
Multiple editors?
bvelasquez
Posts: 28Questions: 7Answers: 0
Is it possible to have multiple editors on the same page?
If so, what is the correct way to do it?
This question has accepted answers - jump to:
This discussion has been closed.
Answers
I just give each editor instance a unique name, like:
Then use the name to refer to it, of course. Is that what you mean?
@Enaldi is spot on. You just need to create multiple Editor instances and assign them to variables like you would with any other object instance.
Allan
Thank you Enaldi ~ for some reason I was having issues but all looks good now!
There are no examples of having multiple tables and retrieving the Editor from the DataTable.
However, it is the same as for when there is a single table on the page.
Beware: you must define the Editor first.
The editor() docs stae
Otherwise you will get an undefined value from
.editor()