Different menus for Editor New and Edit buttons.
Different menus for Editor New and Edit buttons.
A.obj.sys.inc
Posts: 14Questions: 7Answers: 4
in Editor
When creating a new row for my table I do not need my user to enter all the fields of the table. Columns such as 'Active Date' are filled in by the server when the row is inserted into the database. On the other hand, Edit (update) should display almost all the fields except update date.
Therefore, is it possible to have a different menu for New and Edit.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Yes - two options:
initCreate
andinitEdit
to show / hide fields (show()
andhide()
)Allan
Thank you very much. I did not notice that where the buttons are associated with the editor that more that one editor object can be user.