Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:deleteDocument

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

Description

Delete Document action deletes the specified document and replaces the current page.

Properties

Java

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


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
message, string
Confirmation Text
Confirmation text to be displayed to the user.
Required Attribute false
Localizable true
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
var, string
Variable
Request scope variable identifying the document to be deleted. If the 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
name, string
Page Name
Name of the page to open after deleting the current document.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true