How can I style a select in Joomla 3 style? - Joomla! Forum - community, help and support


hi,

i have administration try style select other selects e.g. in joomla configuration.

i disabled javascript , copied code select administration e.g.

<div class="control-group">
<div class="control-label"><label title="offline-text" class="hastip" for="jform_display_offline_message" id="jform_display_offline_message-lbl">offline-text</label></div>
<div class="controls"><select name="jform[display_offline_message]" id="jform_display_offline_message">
<option value="0">verbergen</option>
<option selected="selected" value="1">eigenen text benutzen</option>
<option value="2">standardtext benutzen</option>
</select>
</div>
</div>

but not style correctly.

has idea have missed?

update:
seems e.g.
chosen.jquery.js
is missing.
what joomla way add this?

best, michael

add template file

code: select all

jhtml::_('behavior.multiselect');
            jhtml::_('formbehavior.chosen', 'select');

that loads javascript funky select things.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

PProHeadless.exe has stopped working error when opening projects in Adobe Media Encoder CS6

Preconditions Failed. - Joomla! Forum - community, help and support