Hello Folks,
I'm trying a simple dynamic action to disable & set element value upon making a radio box selection.
What I'd like is:
a) if i chose "Vendor" as "Traditional" (default value) I would like to set the "SNAP" flag as Checked and "Status" textbox to "test for static value" (SNAP flag is not set, only works on Page load)
b) if i chose "vendor" as "Isilon" then "SNAP" flag should be greyed out (disabled) and "Status" textbox should be disabled. (Working as Expected)
Link to the page:
http://apex.oracle.com/pls/apex/f?p=73069:6:0::NO:::
Workspace: wksp_chandu
Username: test
Password:test
Dynamic Action
Identification

When
True Actions
The following actions will be fired when the 'When' condition is met, or when it is 'No Condition'.
Edit | Sequence | Action | Fire On Page Load | Selection Type | Affected Elements |
---|
 | 10 | Clear | Yes | Item(s) | P6_SNAP P6_STATUS |
 | 20 | Disable | Yes | Item(s) | P6_SNAP P6_STATUS |
False Actions
The following actions will be fired when the 'When' condition is not met.
Thanks!
Chandu