Livecycle

Livecycle

  • Welcome to Adobe LiveCycle Designer ES
  • Introducing Designer ES
  • Getting Started
  • Quick Start Tutorials
  • Using LiveCycle Designer ES
  • Using Guide Builder
  • Scripting
  • Menu, Command, Toolbar, and Dialog Box Reference
  • Sample Form Snippets and Forms
  • Glossary
  • Copyright and trademark notices
  • Livecycle
  • Scripting
  • Scripting Reference
  • Scripting Methods
  • response
response
Displays a dialog box containing a question and an entry field for the user to reply to the question. The return value is a string containing the user’s response. If the user presses the cancel button on the dialog box, the response is null.
Syntax
Reference_Syntax.response(STRING param1 [, STRING param2 [, STRING param3 [, BOOLEAN param4 ] ] ])
Parameters
 
param1
A valid string representing a question for the user.
param2 (Optional)
A valid string representing the title that appears in the title bar of the dialog box.
param3 (Optional)
A valid string representing the default value for the answer to the question.
param4 (Optional)
•
true | 1 (JavaScript) or 1 (FormCalc) (default)
Masks the user’s answer with * (asterisks).
•
false | 0 (JavaScript) or 0 (FormCalc)
Does not mask the user’s answer.
Returns
A string representing the user’s answer. If the user presses the cancel button on the dialog box, the answer is the null object.
Applies to
 
Model
Object
Host Model
hostPseudoModel
Version
XFA 2.1
Examples
JavaScript
xfa.host.response(“Question”, “Title”, “Default Value”);
FormCalc
xfa.host.response(“Question”, “Title”, “Default Value”)

response

Livecycle > response

  • Welcome to Adobe LiveCycle Designer ES
  • Introducing Designer ES
    • Getting Started
      • Quick Start Tutorials
        • Using LiveCycle Designer ES
          • Using Guide Builder
            • Scripting
              • Scripting Using LiveCycle Designer ES
                • Scripting Reference
                  • About the Object Scripting Reference
                  • Version mapping to XFA
                  • XML Form Object Model Class Hierarchy
                    • Scripting Objects
                      • Scripting Properties
                        • Scripting Methods
                          • absPage
                          • absPageCount
                          • absPageCountInBatch
                          • absPageInBatch
                          • absPageSpan
                          • addInstance
                          • addItem
                          • addNew
                          • append
                          • applyXSL
                          • assignNode
                          • beep
                          • boundItem
                          • cancel
                          • cancelBatch
                          • clear
                          • clearErrorList
                          • clearItems
                          • clone
                          • close
                          • createNode
                          • delete (FormCalc Only)
                          • deleteItem
                          • deleteRecord
                          • documentCountInBatch
                          • documentInBatch
                          • emit
                          • enumerate
                          • evaluate
                          • execCalculate
                          • execEvent
                          • execInitialize
                          • execute
                          • execValidate
                          • exportData
                          • first
                          • formNodes
                          • getAttribute
                          • getDelta
                          • getDeltas
                          • getDisplayItem
                          • getElement
                          • getFocus
                          • getItemState
                          • getSaveItem
                          • gotoRecord
                          • gotoURL
                          • h
                          • hasDataChanged
                          • importData
                          • insert
                          • insertInstance
                          • isBOF
                          • isCompatibleNS
                          • isEOF
                          • isPropertySpecified
                          • isRecordGroup
                          • item
                          • last
                          • loadXML
                          • messageBox
                          • metadata
                          • moveCurrentRecord
                          • moveInstance
                          • namedItem
                          • next
                          • open
                          • openList
                          • page
                          • pageContent
                          • pageCount
                          • pageDown
                          • pageSpan
                          • pageUp
                          • previous
                          • print
                          • recalculate
                          • record
                          • relayout
                          • relayoutPageArea
                          • remerge
                          • remove
                          • removeAttribute
                          • removeInstance
                          • requery
                          • reset
                          • resetData
                          • resolveNode
                          • resolveNodes
                          • response
                          • restore
                          • resync
                          • saveFilteredXML
                          • saveXML
                          • selectedMember
                          • setAttribute
                          • setElement
                          • setFocus
                          • setInstances
                          • setItems
                          • setItemState
                          • sheet
                          • sheetCount
                          • sheetCountInBatch
                          • sheetInBatch
                          • sign
                          • update
                          • updateBatch
                          • verify
                          • w
                          • x
                          • y
                      • FormCalc User Reference
                      • Menu, Command, Toolbar, and Dialog Box Reference
                        • Sample Form Snippets and Forms
                          • Glossary
                          • Copyright and trademark notices

                          Livecycle

                          • de
                          • en
                          • fr
                          Powered by Helpmax Guide Source