Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:changeDocumentMode

f:com.ibm.xsp.BaseComplexType
   xp:simpleActionInterface
      xp:changeDocumentMode

Description

Change Document Mode action changes the access mode of the specified document.

Properties

Java

Java Class: com.ibm.xsp.actions.ChangeDocumentModeAction


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
var, string
Variable
Request scope variable identifying the document whose access mode will be changed. If this variable is not specified, the current document is used.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
mode, string
Document Mode
Mode to which the document will change. Toggle switches between Read and Edit. AutoEdit changes to Edit automatically if the user has Edit access.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true