Search Type: Posts; User: jcarbou
Search: Search took 0.02 seconds.
-
3 Jun 2010 1:42 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
The opacity option is very usefull to edit color for application who support transparency (GoogleEarth or other SIG for example)
-
3 Jun 2010 1:31 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
This code is not really invalid. It contain 2 hexa char (the two first) for opacity. Set opacity option to false to genarate standard color code with 6 hexa char.
-
19 May 2010 2:14 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
Ok ! The zip file no need webserver. Just unzip on a simple folder and run test.html.
-
19 May 2010 2:05 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I have tested the ColorPicker.zip of my last post with IE / FF and Chrome without errors.... What is your browser and what action do you do ?
-
7 May 2010 2:09 AM
Jump to post Thread: [3.0] Ext.ux.form.TimeDateField by jcarbou
- Replies
- 0
- Views
- 764
I have developed a new component to edit date and time. This component extend DateField and add new triggers to edit hours, minutes and seconds with menu. It can also edit only time (like duration)....
-
7 May 2010 12:21 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
This new version fix some bugs (harley patch for example) and optimize the css.
Note : I have changed the javascripts file names to match the class names.. -
8 Apr 2010 4:37 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
Replace allowBlur:true by allowBlur:false.
It's strange but it's work fine ! -
24 Mar 2010 12:36 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
Hi powellke
I tested this code on IE 8 and it's work fine. What is your browser ?
var cm = new Ext.grid.ColumnModel([{
header: 'editMode:\'palette\'',
dataIndex: 'f0', -
24 Mar 2010 12:28 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
The css class "li.x-menu-list-item div" of the grid filter is in a section with this comment :
/* Temporary Patch for Bug ??? */
I use the GridFilter pluggin with this class commented. It's... -
18 Mar 2010 2:51 AM
- Replies
- 8
- Views
- 2,848
I have updated the first post with css !
-
18 Mar 2010 12:30 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I just forgot the "allowBlur:true" for the first column.
-
17 Mar 2010 2:11 PM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I have modifed the test.html (in zip file) with some examples to used ColorPickerField as GridEditor...
-
10 Mar 2010 8:07 AM
- Replies
- 8
- Views
- 2,848
Ok !
Code updated on the first post. -
4 Mar 2010 6:38 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I have changed the ColorPickerField to support 2 new properties :
- hideHtmlCode (boolean) : To hide the html value of the color in the textfield (Ex : #A12352)
- editMode (string) : Type of color... -
3 Mar 2010 8:29 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I have added the possibility to edit color with opacity (alpha transparency). These colors contains 8 hexa charcaters instead of 6 for standard HTML color (Ex "#AA123456").
The components (field,... -
2 Mar 2010 5:39 AM
Jump to post Thread: [3.x] Ext.ux.ColorPickerField by jcarbou
- Replies
- 63
- Views
- 24,115
I modify the code and css to change the look of the colorPicker (see screenshot). I replace :
- "inverse area" by inverse button (you can see the inverse color using the tooltip !)
- "WebSafe... -
2 Mar 2010 1:50 AM
- Replies
- 8
- Views
- 2,848
I modified the code in the first post.
-
26 Feb 2010 9:04 AM
- Replies
- 1
- Views
- 669
The setIconClass method (Ext.Panel) does'nt worked correcltly on IE and Ext 2.X or 3.X if :
- iconCls is not setted in config object
- tools is setted on config object
On setIconClass... -
26 Feb 2010 8:20 AM
- Replies
- 8
- Views
- 2,848
I add 2 extentions to the Ext.ux.form.IconCombo pluggin (created by Jozef Sakalos) :
- You can used icon with any width (It was limited to 16px). To do this just set the property iconWidth with... -
24 Jun 2009 11:45 PM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
I post a other zip file. It's a new version for Ext 3.0 only.
-
2 Jun 2009 6:43 AM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
I will try to make a new version for Ext 3.0...
-
29 Apr 2009 4:42 AM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
I upload a new version with "editor grid panel" support and new samples
-
20 Mar 2009 4:45 AM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
It's better ! I updated (and I will update) the first post with the latest sources and samples (zip file).
-
20 Mar 2009 3:07 AM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
This new file fix the first bug...
-
16 Mar 2009 12:58 AM
Jump to post Thread: Another DateTimeField component by jcarbou
- Replies
- 15
- Views
- 11,279
Thanks ! I use your component to edit date and time for a precision of 15 or 30 minutes (just 2 click). For better precision I use this new component...
Results 1 to 25 of 28
