Welcome Guest, Not a member yet? Register   Sign In
How to style timezone_menu()
#5

Hard to know without seeing your timezone_menu() code. Like is it outputting HTML, using the form_dropdown() helper, or what?

But using CI's native form_dropdown(), it would be (just like the docs state) entering the custom id/class/other attributes in the 4th parameter.
Code:
echo form_dropdown('name_of_dropdown', $dropdown_value_array, $selected_value, 'id="my-id" class="some-class"');
Reply


Messages In This Thread
How to style timezone_menu() - by behnampmdg3 - 02-02-2015, 01:58 AM
RE: How to style timezone_menu() - by InsiteFX - 02-02-2015, 05:53 AM
RE: How to style timezone_menu() - by behnampmdg3 - 02-02-2015, 07:03 AM
RE: How to style timezone_menu() - by advoor - 02-02-2015, 07:39 AM
RE: How to style timezone_menu() - by CroNiX - 02-02-2015, 09:23 AM
RE: How to style timezone_menu() - by mwhitney - 02-02-2015, 02:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB