Joy Online Manual

NAME
help - Joy online manual

SYNOPSIS

help("subject", "subject", ...)

DESCRIPTION
Opens the online manual page for the specified subjects.  The application that is associated with the manual page's file extension (.html in most cases) is used.  If no subject is specified, the Joy command reference top page is opened.

The specified subject may also be the name of an Application Kit, Foundation, EOF or WebObjects framework class.

You can also open a manual page by selecting a keyword, pressing the right mouse button (control-click left button on one-button mice), and selecting the Manual... menu item.



EXAMPLE

js> help("help")

Opens this page.

js> help()

Opens the Joy JavaScript online manual home page.

js> help(NSArray)

Opens the NSArray class cluster documentation.

Index