How to add custom buttons in editor.
How to add custom buttons in editor.
How do you add custom buttons in the lightbox (Detail) popup editor. I have tried using buttons but I am in need of more training.
This discussion has been closed.
How do you add custom buttons in the lightbox (Detail) popup editor. I have tried using buttons but I am in need of more training.
Answers
The
buttons()method is the way to do it.Alternatively, if you are using the provided control buttons such as
edit, they have aformButtonsproperty which can be used to set the buttons that will be shown.Allan