-
4 Feb 2008 4:12 AM #1
[2.x] xtheme-gray-extend
[2.x] xtheme-gray-extend
16/04/2009: Ext 3.0 rc1 version of this theme: http://extjs.com/forum/showthread.ph...204#post317204
10/04/2009: Change in cell selected color.
01/03/2009: Some changes in progressbar: http://www.extjs.com/forum/showthrea...259#post296259
23/02/2009: Fixed: http://extjs.com/forum/showthread.ph...379#post292379
06/01/2009: Fixed http://extjs.com/forum/showthread.ph...662#post269662 bug.
27/08/2008: Added sizer and new refresh button in grid (Ext 2.2)
26/08/2008: [2.2] Check-radio support!
26/07/2008: Bug in textArea (Focus) solved.
05/05/2008: Bug in Slider solved.
15/05/2006: Bug in Qtips (Form) solved.
22/04/2008: Slider added! [2.1]. All in one package (gray + gray-extend).
15/04/2008: Qtips added!
29/03/2008: ZIP changed. Only extract in your EXT distribution folder.
30/03/2008: All in one created. xtheme-gray-extend contains xtheme-gray. You can extend xtheme-gray (first ZIP) or put only the reference to a xtheme-gray-extend.css (second ZIP).
Hi,
Some extend features in image�s and css for gray theme.
Greetings,Last edited by galdaka; 22 Oct 2009 at 3:47 AM. Reason: New version
-
4 Feb 2008 4:52 PM #2
Buen trabajo Galdaka

Thanks for shearing!
garraS
-
16 Mar 2008 11:35 PM #3
newbie with 1st post here.
downloaded xtheme-gray-extend.zip.
put the xtheme-gray-extend.css file in css dir.
and the images in a folder named "xtheme-gray-extend" under ext\resources\images
is ths correct?
but I am not getting any change in the look.
Can anybody help?
Srext
-
17 Mar 2008 2:41 AM #4
hi srext,
is it only with this theme or basically with all different themes except the ext-blue?
in case two, you need to include the css in your app like this:
it is important, to first include the ext-all.css.Code:<link rel="stylesheet" type="text/css" href="<?php echo $extPath;?>/resources/css/ext-all.css"> <link rel="stylesheet" type="text/css" href="<?php echo $extPath;?>/resources/css/xtheme-gray-extend" id="theme">
kind regards, tobiu
-
17 Mar 2008 3:25 AM #5
How to apply a theme to all examples?
How to apply a theme to all examples?
Thanks tobiu
I am talking generally about all different themes.
I am testing the themes in the examples distributed along ext package.
But when I add a theme-css like this:
<link rel="stylesheet" type="text/css" href="<?php echo $extPath;?>/resources/css/xtheme-gray-extend" id="theme"> in the index.html in examples folder,(Is this correct?) it reflects only in the example home page. What should I do to apply a new theme for all examples/components in ext?
Srext
-
24 Mar 2008 1:30 PM #6
How apply x-theme-gray-extend ?
How apply x-theme-gray-extend ?
Hi !
I
-
24 Mar 2008 6:01 PM #7
Very nice!
Jack should include this in the standard distribution.
-
25 Mar 2008 12:07 AM #8
-
28 Mar 2008 5:05 AM #9
Hi,
there is small desing-bug. The selected node can not have borders on the left and right side because the elbow.gif and other are not correctly drawn. See picture...
i fix this with:Code:.x-tree-node .x-tree-selected{background-color:#e6e6e6; border: 1px dotted #b9b9b9;}
Code:.x-tree-node .x-tree-selected{background-color:#e6e6e6; border-top: 1px dotted #b9b9b9; border-bottom: 1px dotted #b9b9b9;}
-
28 Mar 2008 11:12 AM #10
No bug, view "feed viewer" example: http://extjs.com/deploy/dev/examples...ewer/view.html
Greetings,


Reply With Quote