Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ExtJs 4.2 Themes

Tags:

extjs

extjs4.2

We are working with Sechnca's extjs On the recent version 4.2 - they release the option to build a theme and compile it using their own CMD.

We are looking for a method to create a new theme but instead of using Sechnca CMD use Compass.

Has anyone been successful in doing that?

like image 504
ac73 Avatar asked Apr 29 '13 09:04

ac73


People also ask

Is ExtJS any good?

Ext JS is a common choice for most enterprise-grade projects. Why? It allows you to save time on development and make the process easier, there are no compatibility issues, many multiplatform advantages, and you get great support services from Sencha.

Is ExtJS single page application?

Ext JS by Sencha is becoming the ExtJS is a rich, compelling and intuitive open source framework best suited for building single page applications. It offers very rich set of UI components and thus giving a tough competition to other JavaScript frameworks like AngularJS or ReactJS.

What is requires ExtJS?

You can look at requires as a way to tell ExtJS: "When you construct an object of this class, please make sure to dynamically load the required scripts first".

What is the use of ExtJS?

Ext JS is a popular JavaScript framework which provides rich UI for building web applications with cross-browser functionality. Ext JS is basically used for creating desktop applications. It supports all the modern browsers such as IE6+, FF, Chrome, Safari 6+, Opera 12+, etc.


1 Answers

Short answer, "no".

I was using compass with extjs 4.1. While you might be successful in trying to do it with 4.2, I spent about 2 days trying to get it to work. Eventually I gave up and started to use the sencha command line utility. I would really suggest sticking with the methods they outline in the documentation. The sencha command does a lot of the heavy lifting for you, error checking, validation, it even slices up the CSS3 gradients into images for you.

like image 76
Jason Lawton Avatar answered Sep 20 '22 21:09

Jason Lawton