Help on Disabling button on ui page
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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()"/>
<g:dialog_buttons_ok_cancel cancel="return cancelDialog()" ok="return submitDialog()"/>
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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>