Documentation Archive Developer
Search
Table of Contents Previous Section

Using the Inspector

You use the Inspector window to set properties of the elements in your component. The Inspector's title and contents reflect the element you've selected in the component window.

  1. Click .

    A window titled Heading Inspector appears. It allows you to set the level of the heading.

  2. Click "1".

    The text is now part of an <H1> tag, and it is displayed in a larger font.

  3. Click the icon at the top of the window.

    The top of the window shows the element path to the selected element. Any element can be contained in a hierarchy of several levels of elements and can in turn contain other elements. Here, the element path shows that the heading element is contained in the page element, which is the top level of the hierarchy. By clicking the icons in the element path, you can easily choose different elements in the hierarchy.

    Each element has its own Inspector that allows you to set properties appropriate for the element. The Page Attributes Inspector allows you to set properties such as the page's title and its text color.

  4. Enter a title (such as My Guest Book, or something else of your choosing) in the Title text field. This is the title of the window that appears in your web browser when you run the application.

  5. Close the Inspector window.

  6. Choose FileSave to save the Main component.

    Note: Version 3.5 of WebObjects Builder doesn't allow you to undo actions you take when editing your component. Therefore, it is a good idea to save frequently. That way, if you make a mistake, you can revert to your previously saved version.

Table of Contents Next Section