Oracle APEX 4 - Howto Hide a Button using Javascript
Submitted by gpmilliken on Fri, 04/15/2011 - 22:45
So I wanted to create a button but hide it completely (not disable it). I need the button there but invisible. Here's how to do that easily.
1) create the button
2) set the ID to some name ( I used SUBMIT_API )

3) Add this piece of jquery to the page

That's it!
George Milliken
»
- gpmilliken's blog
- Login to post comments
