Andreas_Sch
(Andreas Scheibelhofer)
August 21, 2024, 12:42pm
1
Hello everyone
I would like to rename the system buttons, I had also read a few hints in the existing posts. However, I have not succeeded in giving the “Save” button a different name.
Here is the code:
fd._vue.lang.save = “Save_12”;
Have I forgotten something?
thx
Andreas
Hi @Andreas_Sch ,
To change the toolbar buttons, use this approach:
Let me know if this helps.
Andreas_Sch
(Andreas Scheibelhofer)
August 22, 2024, 6:18am
3
Hi Ilia
Thanks for the quick feedback. I have added this accordingly.
fd.toolbar.buttons[0].text = "保存";
The “new” labeling has been adopted as requested. However, after saving the dataset, this is then reset to the “old” labeling.
Have I forgotten something?
Change / Edit Button Toolbar - Forms - Plumsail Community
thx
Andreas