[Home] [Help]
114: -- section component which will be a container of other component in the report
115: SECTION jtf_diag_section;
116: inner_section jtf_diag_section;
117: -- message of type info, warning, error can be put inside a report
118: message jtf_diag_message;
119: -- note component
120: note jtf_diag_note;
121: -- hide show component to be displayed in a report
122: hideshow jtf_diag_hide_show;