diff options
author | Koni Weber | 2019-09-19 18:27:43 +0200 |
---|---|---|
committer | Koni Weber | 2019-09-19 18:27:43 +0200 |
commit | 9b1a57766f6e16511df15b7652b4e20b83853ef5 (patch) | |
tree | 50ef9df9e4270ff98cfd48c3a925bf45902a22f0 | |
parent | 7a76228a0755e5211d124750423feb0fcfda6c94 (diff) | |
download | itools-9b1a57766f6e16511df15b7652b4e20b83853ef5.tar.gz itools-9b1a57766f6e16511df15b7652b4e20b83853ef5.tar.bz2 itools-9b1a57766f6e16511df15b7652b4e20b83853ef5.zip |
add documentation of how to use select multiple
-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)) |