add button

how to and write a script.
example. in the add inventory table I change the button with text. and in the add car table do I still use the add phpmaker button? is it possible? and on what server event should I start?
thanks

You may simply use “Page_Load” server event that belongs to the “List Page”, for example:

Language()->setPhrase(“AddLink”, “Hey, this is my ADD button”); // adjust to your new phrase
Language()->setPhraseClass(“AddLink”, “”); // remove the plus icon

How to add icon and put in the button?

Thank you

Language()->setPhraseClass(“AddLink”, “iconclass”); // add your own icon, just change iconclass to your desired actual icon class

thank you