讓ExtJs 2 02的例子也支援換膚

2021-04-19 21:22:22 字數 1163 閱讀 4746

view plain

copy to clipboard

print?

"lib-bar"

class="x-*******" style="border-width:0 1px 1px; text-align:right; width:150px; position:absolute; right:0px;left:auto; top:2px; ">"lib-bar-inner">   

theme:

"exttheme">   

"default">ext blue

"gray">gray theme

"black">black theme

"green">green theme

"calista">calista theme

"darkgray">darkgray theme

"indigo">indigo theme

"midnight">midnight theme

"olive">olive theme

"pink">pink theme

"purple">purple theme

"slate">slate theme

"slickness">slickness theme

theme:

ext blue

gray theme

black theme

green theme

calista theme

darkgray theme

indigo theme

midnight theme

olive theme

pink theme

purple theme

slate theme

slickness theme

2、更改 ./examples/examples.js 檔案中的 40行

ext.getbody().addclass('x-'+theme);

改為ext.util.css.swapstylesheet("theme", "../../resources/css/xtheme-" + theme + ".css");

完成這兩步後就大功告成了!

是什麼讓你的ExtJS應用程式執行緩慢?

本文說的 緩慢 是只執行時 的緩慢,而不是只載入資源的時間。在過去的一年半以來,我一直與robert bosch在bosch軟體創新公司工作,在那裡我們的前端技術堆疊非常依賴extjs。我有機會開發visual rules web modeler機器協助開發其它幾個基於extjs的應用,因此,我積累...

是什麼讓你的ExtJS應用程式執行緩慢?

本文說的 緩慢 是只執行時的緩慢,而不是只載入資源的時間。在過去的一年半以來,我一直與robert bosch在bosch軟體創新公司工作,在那裡我們的前端技術堆疊非常依賴extjs。我有機會開發visual rules web modeler機器協助開發其它幾個基於extjs的應用,因此,我積累了...

是什麼讓你的ExtJS應用程式執行緩慢?

本文說的 緩慢 是只執行時的緩慢,而不是只載入資源的時間。在過去的一年半以來,我一直與robert bosch在bosch軟體創新公司工作,在那裡我們的前端技術堆疊非常依賴extjs。我有機會開發visual rules web modeler機器協助開發其它幾個基於extjs的應用,因此,我積累了...