The XML Web DataWindow generates DataWindow content, layout, and style separately at runtime and renders in the browser a fully-functional DataWindow in XHTML.
At design time, you can customize each of these XML Web DataWindow components:
Elements or contents of the <form> element
CSS stylesheet declarations
Other XHTML element-specific attributes (including style attributes) in the DataWindow form
JavaScript event handlers
Your customizations can include these types of modifications:
Customization |
Example |
---|---|
Structural layout |
Add or remove elements and content (input fields of the XHTML <form> element) from the header, detail, summary, and footer bands |
Style rules of data input field elements in the <form> element |
Modify the default CSS stylesheet property values and add or remove CSS stylesheet declarations |
Other attributes of elements of the DataWindow |
Override attribute values and remove or add attributes specific to these elements |
JavaScript event handlers |
Override, redirect, add, or remove JavaScript event handlers |