Monthly Archives: June 2013

jQuery cascading Values in ApEx Tabular Form

1. Create a Dynamic Action to Cascade first column value 2. Type: jQuery Selector 3. True Action, Execute Javascript   4. Insert the following  Code —– row_id = $(this.triggeringElement).attr(‘id’).substr(4); var v_code = $(this.triggeringElement).val(); $(“#f03_” + row_id).val(v_code); —– fo3 is the … Continue reading

Posted in Application Express | Tagged , , | 35 Comments