Hi,
My project has introduced jqWidgets, it is very good.
But I have a question during my using.
Currently when I construct widgets I need to write below code:
$(“.selector”).jqxButton({
theme: “classic”,
width: 80
});
Or
$(“.selector”).jqxWindow({
theme: “classic”,
width: 420,
showCloseButton: false,
draggable: false,
resizable: false
});
My project uses the “classic” theme all the time, but this property need to be passed into the options every time.
I wonder is there is a global way to set the theme?
So need time when I construct them, I need not to pass this property into the options.
Thank you!
Eric Feng
2012/07/23