JavaScript : NotesXspDocument
Displays all the Javascript funtions associated with NotesXspDocument

                                                                          
   
                                     
                                                
subject
date
integer
double
body
           


File TypeSizeFile NameCreated On


getDocument() Gets the document as a NotesDocument object true
getForm() Gets the name of the document's form. xspjsNotesXspDocument
getItemValue() Gets the value of an item.
getItemValueArray() Gets the value of an item as an array of objects.
getItemValueDate() Gets the value of an item as a date.
getItemValueDateTime() Gets the value of an item as a Notes® date/time.
getItemValueDouble() Gets the value of an item as a double. 0.0
getItemValueInteger() Gets the value of an item as a integer. 0.0
getItemValueString() Gets the value of an item as a string.
hasItem() Checks if the document contains an item. false
removeItem() Removes an item.
replaceItemValue() Replaces the value of an item.
getNoteID() Gets the note ID of the current document. NEW_4402
getParentDatabase() Gets the parent database of the document demos\xpages.nsf
getValue() Gets the value of an item.
setValue() Sets the value of an item.
isEditable() Checks if the current document is in edit mode. true
isNewNote() Checks if a new document is being created. true
isResponse() Checks if the current document is a response document. false
isDataBeingLoaded() Checks if the current document is being loaded. false
isDataBeingSaved() Checks if the current document is being saved. false
getAttachmentList() Gets the attachments in the document. 0.0
removeAttachment() Removes an attachment in the document  
Name of attachment to remove:
removeAllAttachments() Removes all the attachments in the document.