diff options
author | Derek Allard <derek.allard@ellislab.com> | 2009-02-05 17:34:35 +0100 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2009-02-05 17:34:35 +0100 |
commit | 78a5fc973844c64fe9ead260948b85efaf680da9 (patch) | |
tree | 9bb53969d236d71010ac5d7d142aac085b53be0a /user_guide/helpers | |
parent | abb0adb40486976f137b4d4f42dda5113926a54d (diff) |
Added the ability to have optgroups in form_dropdown() within the form helper.
Diffstat (limited to 'user_guide/helpers')
-rw-r--r-- | user_guide/helpers/form_helper.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/helpers/form_helper.html b/user_guide/helpers/form_helper.html index 2bb2a4a3a..8504ac02f 100644 --- a/user_guide/helpers/form_helper.html +++ b/user_guide/helpers/form_helper.html @@ -239,6 +239,7 @@ fourth parameter:</p> <br /> echo form_dropdown('shirts', $options, 'large', $js);</code> +<p>If the array passed as $options is a multidimensional array, form_dropdown() will produce an <optgroup> with the array key as the label.</p> <h2>form_fieldset()</h2> |