Search the Community
Showing results for tags 'ui button'.
-
Hello I am trying to change a ui buttons label from "Start Search" to "Pause Search" when someone clicks the Start Search Button. Is this possible? I am using the Standard Version so I dont have access to the Html ui Builder at the moment. Thanks. Any help is greatly appreciated.
- 14 replies
-
- ui button
- ui button label
-
(and 2 more)
Tagged with:
-
Hello Experts, Can someone help me to write a script to run my below command, Basically My idea is I will place a button in html code using <input type="button" value="Clear Temp"> ; and i want to run below code/define through this button. define ClearTemp(#ClearTmp) { clear table(&Datatbl) clear list(%Scrap) clear table(&downtble) } though i want to use this button for some more functions. But this time I want to use this to clear some variables. Thanks