diff options
Diffstat (limited to 'it_html.class')
-rw-r--r-- | it_html.class | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/it_html.class b/it_html.class index 04d6f2b..6f4bc91 100644 --- a/it_html.class +++ b/it_html.class @@ -349,6 +349,7 @@ function tag($args) /** * Create a dropdown menu object. Warning: encodes html code within options! * @param $tags key => value pairs of <select> tag + * note: add brackets after name (eg. 'name' => "var[]") when using multiple attribute * @param $options array (value => text) of available options or * string key:val{,key:val} where key will be rawurldecoded so it may contain %2C as comma * supports optgroups as array (value => optgroup => array(value => text)) |