jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox styling standard HTML controls to match widgets

This topic contains 2 replies, has 2 voices, and was last updated by  DaveC426913 12 years, 5 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author

  • DaveC426913
    Member

    I’ve got a form with combobox widgets (multi-checkbox flavour), and right next to them I’ve got standard HTML SELECTs. My skin applies to widgets but does nothing to standard HTML controls, so they look like standard Windows grey controls.

    This makes for an ugly user experience.

    Is there a simple way of styling a SELECT so it looks like a widget? If I have a site with multiple forms, each with both types, I’m not going to want to add a bunch of code for each widget. Likewise, if the solution is to convert all my selects into combobox widgets, that seems kind of overkill.

    I don’t suppose I can just add a ‘myWidgetSkin’ class to my SELECTs eh? 😛

    Actually, I guess I know the answer. I’ve got to replace the HTML SELECTs with jqListDropDownLists.


    Peter Stoev
    Keymaster

    Hi DaveC426913,

    You can replace your select elements with our widgets. See how: loadfromselect.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com


    DaveC426913
    Member

    Yeah. I’ve come to realize that. Thanks.

    It’s essentially aesthetic progressive enhancement.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.