im_project_select

EveAndersson.com : API Browser : im_project_select

im_project_select

im_project_select select_name [ default ] [ status ] [ type ] \
    [ exclude_status ]
Defined in tcl/intranet-defs.tcl

Returns an html select box named $select_name and defaulted to $default with a list of all the projects in the system. If status is specified, we limit the select box to projects matching that status. If type is specified, we limit the select box to project matching that type. If exclude_status is provided as a list, we limit to states that do not match any states in exclude_status.

Parameters:
select_name
default (optional)
status (optional)
type (optional)
exclude_status (optional)
[ show source ]

Show another procedure:

eve@eveandersson.com