DOC-Element:response
From Plex-XML
Contents |
Description
the <response> element describes the structure of the page or page fragment to display
Attributes
- request-name : most times the name of the Plex-XML request which created this response and used to generate the default request name
- function : technical ID of the Plex function behind the request. e.g. used for generating a Help Link
- format : Name of the used Plex-XML Format which generated th response. e.g. used for generating a Help Link
- header : some sort of a title, used for window and or mask titles (Hmmh, redundancy to child info within *<title>!)
- rid : serial request id ( could be used for generating some tracing information, currently unused)
- StylesheetType : unused? to signal AJAX/TAB or something else
- right : security right for the user for this function/format combination, useful to disable creation of action buttons due to lack of rights
Child Elements
- <header>
- <formatSelector>
- <nav>
- <toolbar>
- <detail>
- <tabDialogExt>
- <inner_request>
- <SQLStatement>
- <comment>
- <additionalJavaScriptFunctions>
Parent Elements
Hints
TODO check and describe optional/mandatory of childs and attributes, check if we have more childs defined, which are rarely used