![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
• Faster Rendering: Form uses an optimized rendering of the controls and markup within the pane which helps the form to render faster.
• Reduced Load Time: For a pane having multiple child controls and child panes, individual objects are not instantiated for each child. This reduces the load time considerably. The drawback is that it is not possible to reference those objects using JavaScript in form actions.
Panes support the static rendering functionality. You can configure this feature using the options available on the Properties tab in the Properties view of a pane.Figure 127 Properties View for a Pane
• Static Rendering: Check box used to mark a pane to use static rendering. If selected, the pane is rendered as static pane. This property can be set only at design-time. It is not possible to convert a pane to static at runtime.
• Text Only: Check box used to mark a static pane to use text-only rendering. If selected, the pane is rendered as plain text, with no control widgets. This check box is enabled only if the Static Rendering check box is selected.Panes with the Static Rendering property set to true have the following constraints on model validation:
−
−
• The Static Rendering property setting is ignored by the Mobile runtime. A warning-level problem marker is shown if a pane has the Static Rendering property set to true and any of the presentation channels uses Mobile rendering.
•
• If the Text Only property is set to true, then the value of each control is rendered as plain text. The values are formatted appropriately according to the type (as listed in Table 19). The control widgets are not rendered. Although, the rendering of images, hyperlinks, buttons, and pass-through controls is the same as in a static pane.Table 19 Rendering of Specific Controls
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |