Can i display another editor when i click the edit button? It doesnt have to be edit button but any.
Can i display another editor when i click the edit button? It doesnt have to be edit button but any.

I would like to display another datatable with editor option when i click on the edit button. How can i get the html tag for the edit button ? It doesnt have to be edit button but any custom button to display html code with another edit on click?
Is this possible?
Answers
Do you mean you want a DataTable inside the form - perhaps as a multi-select field or similar? Currently the way to do that would be to implement it via a custom field type plug-in.
We are going to include this in Editor in future, but I'm still working on the layout options in DataTables to make the integration easier - at the moment its a bit of a nightmare with the
dom
property which is why it isn't available out of the box.Allan