Adobe Smoke Alarm CS3 用户手册

下载
页码 85
Photoshop CS3
Adobe Photoshop CS3  Scripting Guide
 Introduction     6
In this case, 
display dialogs
 refers to the AppleScript property, 
DisplayDialogs
 refers to the 
VBScript property and 
displayDialogs
 refers to the JavaScript property. 
For larger blocks of code, scripting examples are listed on separate lines. 
AS
layer 1 of layer set 1 of current document
VBS
appRef.ActiveDocument.LayerSets(1).Layers(1)
JS
app.activeDocument.layerSets[0].layers[0]
Finally, tables are sometimes used to organize lists of values specific to each scripting language.