Controls Documentation

Controls  Complex Types  Show Hierarchies  Show Full Hierarchies 

Complex Type: xp:dominoDocument

f:com.ibm.xsp.BaseComplexType
   xp:dataInterface
      xp:dominoDocument

Description

Retrieves a document from a Domino server

Properties

Java

Java Class: com.ibm.xsp.model.domino.DominoDocumentData


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
scope, string
Scope
Defines the scope for referencing this data source
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
ignoreRequestParams, boolean
Ignore Request Parameters
Ignores Parameters placed on the Request Map
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
requestParamPrefix, string
Request Parameter Prefix
Prefix which is applied to request parameters for this data source
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
var, string
var
Request scope attribute under which a data source will be made available
Required Attribute true
Localizable false
Allow Runtime Binding false
Allow Load Time Binding true
Allow Non Binding true
queryNewDocument,
Query New Document Method Binding
Triggered before creating a new document.
Required Attribute false
queryOpenDocument,
Query Open Document Method Binding
Triggered before opening the document.
Required Attribute false
querySaveDocument,
Query Save Document Method Binding
Triggered before saving the document.
Required Attribute false
postNewDocument,
Post New Document Method Binding
Triggered after creating the document.
Required Attribute false
postOpenDocument,
Post Open Document Method Binding
Triggered after opening the document.
Required Attribute false
postSaveDocument,
Post Save Document Method Binding
Triggered after saving the document.
Required Attribute false
computeDocument,
Compute Document Method Binding
Triggered when the document needs to be recomputed.
Required Attribute false
databaseName, string
Database Name
The name of the Domino database containing the view data source. Can include the server name or replica id. If not specified then the current database is assumed.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
documentId, string
Document ID
ID of the Domino document to open
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
action, string
Action
Action to be performed when opening the document
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
formName, string
Form Name
The name of the form to use to open this document
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
parentId, string
Parent ID
ID of the parent Domino document
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
computeWithForm, string
Compute With Form
Execute the form logic on a document when it is loaded, saved or both. Internally, this calls the back end function computeWithForm() on the document object.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
allowDeletedDocs, boolean
Allow Deleted Documents
Enables the opening of soft deleted documents.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
concurrencyMode, string
Concurrency Mode
This defines how concurrent updates are handled when a document is being updated by multiple users at the same time.
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true
saveLinksAs, string
Render Links As
This property defines how links are handled in a document
Required Attribute false
Localizable false
Allow Runtime Binding true
Allow Load Time Binding true
Allow Non Binding true