Will my custom theme generated from your site, work with Ext JS 4 on my server ?
And, How to make buttons larger (button text size increased, font weight made bold) with sharper edges than rounded edges ?
Hello!
1. I think generated (custom) themes are not compatible with ExtJS 4.
But you can generate themes for ExtJS 4 by tool from install pack.
Sencha have included tool for theme creation into ExtJS 4 install pack.
2. I do not know for ExtJS 4 how to make buttons bigger, bigger button text font / color / size, and sharp edges.
For ExtJS 3.3 it is not simple task
You should properly process images from theme directory /images/default/button/*.gif
You should properly process css rules that called *x-btn* from xtheme-....css.
And may be You should check javascript class for Ext.Button but i am not sure!
3.I can recommend to you to use tool for checking and debugging client side of application (for example FireBug for Firefox in my case). The tool can help to see css overriding, structure of html document, DOM, to debug javascript and more.
I would be happy
to include user extensions and components to theme processing,
to help you to implement the Theme settings feature for your application,
to adopt the Theme builder for your application.
Theme Builder consultancy offered for € 40/hour. Contact me using a private message or send an email to sergchentsov(at)gmail.com.