Oracle Apex
- apex.item('name').getValue() #get element by id
apex.item('name').setValue('asdf') - Region
- PL/SQL Dynamic Content
- The sql to give HTML output
- Region Display Selector
- To show child regions as tabs
- Child regions should have parent as Region Display Selector
- Faceted Search(Switch on Region Display Selector to show as tab)
- Facet (sub-region)
- select Type as Faceted Search
Select Filtered Region as Report - Add Facets
- Associate to column
- Report(sub-region)
- select Types as Classic Report
Processes(Client Side)
- Point
- Before/after Header, region, footer, processing, ajax call back
- Action
- Redirect to URL
- javascript:alert("adf");
- Defined by Dynamic action
- event
- Change, Click, Double Click,
- Selection Type
- items, jQuery Selector
- Action
- True
- False
Page Processing
Validations
- apex_error.add_error
- :APEX$ROW_STATUS
- javascript: apex.confirm('....','DELETE');
Comments
Post a Comment