Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:deleteSelectedDocuments

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

Description

Delete Selected Documents action deletes the selected documents from a view. Optionally, you can prompt the user with an OK or Cancel message.

Properties

Java

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


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
view, string
View Name
Name of the view from which documents will be deleted.
Required Attribute true
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
noFilesSelectedMessage, string
No Files Selected Message
Message to be displayed to the user if no documents are selected when action is fired.
Required Attribute false
Localizable true
Allow Runtime Binding true
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