ad_html_colors (public, deprecated)

 ad_html_colors

Defined in packages/acs-tcl/tcl/widgets-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns an array of HTML colors and names.

Partial Call Graph (max 5 caller/called nodes):
%3 ad_color_widget ad_color_widget (public, deprecated) ad_html_colors ad_html_colors ad_color_widget->ad_html_colors ad_log_deprecated ad_log_deprecated (public) ad_html_colors->ad_log_deprecated

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_html_colors
    return {
        { Black 0 0 0 }
        { Silver 192 192 192 }
        { Gray 128 128 128 }
        { White 255 255 255 }
        { Maroon 128 0 0 }
        { Red 255 0 0 }
        { Purple 128 0 128 }
        { Fuchsia 255 0 255 }
        { Green 0 128 0 }
        { Lime 0 255 0 }
        { Olive 128 128 0 }
        { Yellow 255 255 0 }
        { Navy 0 0 128 }
        { Blue 0 0 255 }
        { Teal 0 128 128 }
        { Aqua 0 255 255 }
    }
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/widgets-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: