jQWidgets Forums

jQuery UI Widgets Forums General Discussions styling controls

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 12 years, 1 month ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • styling controls #22795

    xplorr2
    Member

    what’s the best method for styling a group of nested controls?

    suppose I have a tab and a bunch of grids in each tab.  I’d like a simple way to assign the them property of both objects.

    in the head section I have:

    <head>

    <linkhref=”../../Content/themes/jqx.ui-smoothness.css”rel=”stylesheet”type=”text/css”/>

    $(‘#jqxTabs’).jqxTabs(

    {height:650, theme: reference a variable ?

     can I set a variable to the theme like:

    var objecttheme = <linkhref=”../../Content/themes/jqx.ui-smoothness.css”rel=”stylesheet”type=”text/css”/>

     then reference it when initializing the object ?

     

     

    </head>

     

     

     

    styling controls #22815

    Peter Stoev
    Keymaster

    Hi,

    The “theme” property should be applied to each widget on the web page. Here is a help topic which shows how to apply a theme: jquery-grid-styling-and-appearance.htm.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.