In der folgenden Tabelle werden die Eigenschaften und Methoden des Host-Skriptmodells von LiveCycle Designer ES aufgeführt und den entsprechenden Ausdrücken im JavaScript-Objektmodell von Acrobat gegenübergestellt.
Eigenschaften und Methoden des Host-Skriptmodells
app.beep([ nType ])
xfa.host.exportData([ STRING param1 [,
BOOLEAN param2 ] ])
doc.exportXFAData(cPath [, bXDP ])
xfa.host.gotoURL( STRING param1 [,
BOOLEAN param2 ] )
doc.getURL(cURL, [ bAppend ])
xfa.host.messageBox(STRING param1 [,
STRING param2 [, INTEGER param3 [,
INTEGER param4 ] ] ])
app.alert(cMsg [, nIcon [, nType [,
cTitle ] ] ])
xfa.host.print(BOOLEAN param1, INTEGER
param2, INTEGER param3, BOOLEAN
param4, BOOLEAN param5, BOOLEAN
param6, BOOLEAN param7, BOOLEAN
param8)
doc.print([ bUI [, nStart [, nEnd [,
bSilent [, bShrinkToFit [,
bPrintAsImage [, bReverse [,
bAnnotations ] ] ] ] ] ] ] ])
doc.resetForm([ aFields ])
xfa.host.response( STRING param1 [,
STRING param2 [, STRING param3 [,
BOOLEAN param4] ] ])
app.response(cQuestion [, cTitle [,
cDefault [, bPassword ] ] ])
Verwandte Themen 

Die Funktionalität des Host-Skriptmodells im Vergleich