Different formButtons in row
Different formButtons in row
Clarence
Posts: 19Questions: 7Answers: 0
In the Front-end
Different Rows give different form Buttons
It how to design?
This discussion has been closed.
Replies
Do you mean that if you start editing on row A you want button set M to show, but if you edit on row B, button set N should show?
If so, I would suggest using
open
to know when the Editor form is shown, then usebuttons()
to control what buttons are shown in the form. You can usemode()
andids()
to determine the editor mode and row ids for the rows being edited.Allan