PATH  WebObjects 4.0 Documentation > What's New in WebObjects 4.0

Table of Contents Previous Section

WOAppleScript

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.

WOAppleScript has the following attributes:
WOAppleScript
Attribute Description
scripttext A string identifying the AppleScript to be executed on the client. This attribute is required.
controller An optional string containing either "True" or "False" that determines whether or not the controller panel should appear.
height The height of the AppleScript component in client browser. Optional.
width The width of the AppleScript component in the client browser. Optional.
scriptcomment An optional comment for the AppleScript plug-in.
scripttitle An optional title for the AppleScript.

WOAppleScript is a non-synchronizing component. See "Non-Synchronizing Components" on page 35 for more information.

Table of Contents Next Section