Regarding the action buttons above forms (Add to open, Save when add /editing), are these editable within nuBuilder? (images attached to clarify)
For example, I would like to change the text of the Add and Save buttons from Save to something else (for example "Add" -> "Add New Record").
I searched the Objects list, couldn't find the related button, I did a search in the forum first, couldn't see a similar question. Thanks
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Changing the text of Add and Save Buttons
Changing the text of Add and Save Buttons
You do not have the required permissions to view the files attached to this post.
-
- nuBuilder Team
- Posts: 4292
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: Changing the text of Add and Save Buttons
All HTML elements (aka objects) can be manipulated with JavaScript.
Place in the form's Custom code:
Place in the form's Custom code:
Code: Select all
nuSetValue('nuSaveButton','Add New Record');