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>