On Sun, Aug 28, 2011 at 1:51 PM, pbreit <[email protected]> wrote:
> It's nice but still too "thick" for my tastes. I wish these types of
> libraries would be designed to fit in better with a broader array of site
> designs. They all need so many modifications to avoid clashing with an
> existing site.
I have no problem with existing sites, just 4 files added (Jquery, JqueryUI,
Wijmo.js, Wijmo.css)
The css are explicity and does not override any other declaration, only
affects objects with ui-xxxx classes, the initialization of objects are
explicity too and almost all done in one line of JS.
Example
$('#mytable').wijgrid(); // grid rendered
$('.myinputclass').wijmocombobox(); // combobox rendered
The templates are fully customizable using ThemeRoller to create a new theme
or editing CSS by hand, to the things you dont like you can always override
somewhere with !important in css.
What problems are you having with this kind of approach?