Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Help on Disabling button on ui page

BEBOLD2
Tera Contributor

 

This UI page is being opened from a UI Action, and it contains the following button, which should be disabled/hide initially:

<g:dialog_buttons_ok_cancel cancel="return cancelDialog()" ok="return submitDialog()"/>




5 REPLIES 5

BEBOLD2
Tera Contributor

Well, I wish to use normal button but I have some existing processing script already exists which I  don't want to disturb..So, trying to resolve with any workaround for hiding/disabling the <g:dialog_button>