5.9 Dynamically Formatting Data
When none of APEX's other region types meet your requirements, the Dynamic Content region lets you
programmatically generate all its HTML markup. Your code constructs a CLOB
containing any mix of tags and data and returns it for the APEX engine to include in the appropriate place in the page.
- Generating HTML Tags to Present Data
When requirements demand total control over HTML markup, use a Dynamic Content region. - Using CSS for Styling
Your Dynamic Content region's generated HTML markup can reference Cascading Style Sheets (CSS) classes to fine-tune its styling. - Referencing Page Item Values
As with other region types, you can use a dynamic action to interactively refresh the data a Dynamic Content region displays.
Parent topic: Visualizing and Analyzing Data