Editing Your Component's HTML and Declarations Files
While you must use Project Builder to edit your components' code or script files, you typically use WebObjects Builder's graphical interface to generate the HTML and declarations files. You can, however, also edit these files using Project Builder.To edit a component in WebObjects Builder:
- Select Web Components in the first column of Project Builder's browser.
- Double-click the component name (for example, Main.wo) in the second column.
WebObjects Builder launches and opens your component in a window. See "Editing With WebObjects Builder" for information on using WebObjects Builder to edit your component.
- Select Web Components in the first column of Project Builder's browser.
- Select the component you want to edit in the second column.
- Select ComponentName.html or ComponentName.wod in the third column.
- Alternatively, you can double-click the file name or its icon at the top right of the browser, and the file opens in a separate window.
The text of the file appears in the lower pane of the browser, where it can be edited.
Table of Contents Next Section