Icon Items

The Icon related tag allows you to insert one of the program's icons in your template. When end users click on the icon the corresponding program command is executed.

There is only a single icon related tag:

       <cw_i object="value">

When this tag is encountered in your template file it is replaced with the corresponding program icon as described below. When the user presses this icon the corresponding command is executed.

An example

The following example displays each of the various program icons. Copy this code into a template.htm to see what happens. Note that these icons are hot linked to the actual program command they represent. Click on them to try it out. This example is presented without further explanation.

    <html>
        <body>
            <table width="100%">
                <tr>
                    <td valign="top" width="15%">
                        <!-- displays the icons -->
                        <cw_i object="calendar"><br>
                        <cw_i object="todo"><br>
                        <cw_i object="contact"><br>
                        <cw_i object="printer"><br>
                        <cw_i object="help"><br>
                        <cw_i object="eventadd"><br>
                        <cw_i object="next"><br>
                        <cw_i object="prev"><br>
                        <cw_i object="today"><br>
                    </td>
                    <td valign="top">
                        <!-- displays the calendar -->
                        <cw_d object="maintable">
                    </td>
                </tr>
            </table>
        </body>
    </html>

Command Reference

The following table documents all the attributes and options available for use with the <cw_i> tag.