> One question: Is there an abstraction in the SqueezeJS.UI between the > element control and the visualization? Or can that even be done
Yes, there is. Not to the level I'd like it to be. But I'm still working on it. Right now it's a bit of a hassle creating pages which don't inherit from Default. But I'd like to abstract them down to the point where in this case the ExtJS default settings would be used instead. A SqueezeJS.UI.Button shouldn't be much more than Ext.Button plus additional event listeners. But this will need a bit more work. SqueezeJS has only been 2nd priority after the 7.0.1 and SN work. > completely in CSS? What I want to get at is: My understanding is, that > using SqueezeJS it's easy to use the default UI components in other > applications, what about the other way around, changing UI components > for the existing skin? The buttons, drop downs etc. can be modified using CSS only. You should be able to create a skin by inheriting from Default, only replacing CSS and artwork files. Michael _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
