Component Description
The WOAppleScript component provides the ability to include
client-side AppleScript in web pages, allowing WebObjects to control
Macintosh computers that have the appropriate browser plug-in.
Synopsis
WOAppleScript { scripttext=aString; [controller=aString;]
[height=aNumber;]
[width=aNumber;] [scriptcomment=aString;]
[scripttitle=aString;] };
Bindings
- scripttext
- A string identifying the AppleScript to be executed
on the client. This attribute is required.
- controller
- A string containing either "True" or "False"
that determines whether or not the controller panel should appear.
- height
- The height of the AppleScript component in the client
browser.
- width
- The width of the AppleScript component in the client
browser.
- scriptcomment
- A comment for the AppleScript plug-in.
- scripttitle
- A title for the AppleScript.