Web Page Elements as Seen Using Web<ToolKit> |
The same elements seen using a browser exist as classes in Web<ToolKit>. This section describes the same elements described in the previous section according to class name. Refer to the Summary of Classes section in this chapter for a complete list of Web<ToolKit> classes.
os_page-
Defines a Web page that does not support frames.os_title
-Defines the page title that appears at the top of the window.os_body
-Contains the visible contents of the page, except the title.os_text
-Words that appear on the page. Text markup is specified through text markup
functions like os_italic() and os_bold()
.os_image
-Pictures that appear on the page.os_hyperlink
-Text or images that, when selected, jump to another section on the current
page or another page.os_unordered_list
-Group of two or more elements organized into a relationship.os_table
-Contains Web page elements in column and row format.
os_applet
-An executable program that runs within the browser, often used to perform
animation or play sounds.os_form
-A collection of data entry fields that acce pts
input from the Web browser and transmits the information to either of the
following.The data entry fields can include text input fields, radio buttons, checkboxes, and selection boxes.
os_frame
-A division of the browser window into multiple view areas. You can design
frames to react to activities occurring in other frames, or to be
independent of other view areas.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.