Howto disable a button within APEX?
This might sound like APEX for dummies, but I'm currently having an issue with presenting a plain old HTML button in APEX in disabled mode (non-clickable). In HTML this is no problem when using "disabled", but in APEX, it doesn't work because APEX makes "disabled=" out of "disabled".
1. How can I display the button in a "disabled" state within APEX?
2. How can I dynamically determine if the button should be displayed as disabled or not?
Any help is appreciated.