Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xe:changeDynamicContentAction

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xe:changeDynamicContentAction

Description

An action to change the state of a Dynamic Content control so that a different facet control is displayed within the dynamically loaded area.

Properties

Java

Java Class: com.ibm.xsp.extlib.actions.server.ChangeDynamicContentAction


loaded, boolean  [Inherited]
Loaded
Specifies whether or not the tag instance should be created when the page is loading. Value defaults to 'true'.
Required Attribute false
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
for, string
For
The ID of the Dynamic Content control whose state will be changed by this action.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
facetName, string
Facet Name
The name of the facet to display within the Dynamic Content control, or one of the 3 predefined facets: "-empty-" meaning that the reloaded control will have no contents, "-children-" meaning that the nested contents of the control in the XPage source will be loaded, or "-default-" meaning that the control's Default Facet will be recomputed and the resulting named facet will be loaded. If the Facet Name is not supplied for this action, the Default Facet will be used.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
parameters, Collection of xp:parameter - com.ibm.xsp.complex.Parameter
Parameters
A list of name/value pairs to available in the request scope while the facet is loading.
Required Attribute false