"Create" button disappears.
"Create" button disappears.
mujah
Posts: 8Questions: 4Answers: 0
I created editor and
..on any click,
function{
editor.create();
editor.open();
}
form new dialog appears, but there is missing "Create" button on dialog, means( there are no any button on dialog), do I missing anything?
I am trying to open "Create" dialog on my event.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I was trying to put "new" button on last row of datatables,
and I am trying to open editor open(create) dialog.
I am trying to manipulate, open dialog function,
like:
if some logic , open create dialog, else open other dialog etc.
The issue is that you've not configured it with any buttons. You can do that with
buttons()
or using theform-options
object:Allan