Search Type: Posts; User: bobbicat71
Search: Search took 0.02 seconds.
-
19 Dec 2008 1:36 AM
- Replies
- 117
- Views
- 70,141
Hi,
thanks for your contribution. I inserted the code in our repository.
Merry Christmas to all. -
11 Dec 2008 2:44 AM
Jump to post Thread: Collapsed title? by bobbicat71
- Replies
- 25
- Views
- 13,435
I developed a solution for vertical panels from the plugin in question.
I commented lines that relate to the icon because I don't use it.
This is the code:
Ext.namespace("Ext.ux");
... -
21 Sep 2008 10:47 PM
- Replies
- 223
- Views
- 58,084
The latest version that you can download from svn repository contains this new feature.
Regards. -
18 Sep 2008 11:45 PM
- Replies
- 3
- Views
- 3,221
I tried the patch, but the same problem that occurs on click event (handler only fires when clicking the label) it's also on blur or fucus.
-
18 Sep 2008 7:00 AM
- Replies
- 3
- Views
- 3,221
When I click on a radio or a checkbox the events 'blur' and 'focus' are not called.
The same problem occurs in firefox 2/3, IE 6 and safari. I use Windows XP.
I attach a simple example to reproduce... -
16 Sep 2008 6:44 AM
- Replies
- 2
- Views
- 1,383
I have already a dropdown list but I would use a RadioGroup because in my opinion it's more user friendly...
-
16 Sep 2008 6:26 AM
- Replies
- 2
- Views
- 1,383
I have a problem using an Ext.form.RadioGroup as editor in a grid.
What I want is to have two radio buttons in a grid that I use to select the value (such as YES / NO or TRUE / FALSE).
I can see... -
14 Sep 2008 11:13 PM
- Replies
- 223
- Views
- 58,084
If you modify the file "DynamicFilterModelView.js" you need to include this and not the "FieldManager.js".
Hope this helps. -
12 Sep 2008 1:35 AM
- Replies
- 223
- Views
- 58,084
There is no way to do it by configuring. But a way to do it there anyway.
Rewrite the class "DynamicFilterModelView" and delete the following line:
this.fieldStore.sort('label','ASC');
If it... -
12 Sep 2008 1:09 AM
- Replies
- 223
- Views
- 58,084
Filter for "null" is possible but it depends by your back end. For example in our implementation, if I filter for an empty string means that I search on db with the value null.
private... -
9 Sep 2008 6:38 AM
- Replies
- 223
- Views
- 58,084
I'm not sure if I have understood what you want to know.
Each grid must have a static filter that is connected to the ColumnModel.
You can see an example in the file staticFilter.htm under the demo... -
27 Aug 2008 12:19 AM
- Replies
- 223
- Views
- 58,084
dandfra and symbios, you are talking about two different combos, filter selection combobox and filter's value ...
Currently there is not a configuration that can make editable the filter selection... -
3 Mar 2008 12:12 AM
- Replies
- 117
- Views
- 70,141
Hello, could you tell me what browser are you using?
-
21 Feb 2008 5:59 AM
- Replies
- 223
- Views
- 58,084
The code on SVN repository (https://cherryonext.googlecode.com/svn/trunk) has been updated. Now the bug at contextMenu is resolved. Furthermore, the example "allTogheter" has been changed; was added...
-
4 Feb 2008 6:50 AM
- Replies
- 117
- Views
- 70,141
add support to opera (tested with latest version)
fix clearWhenInvalid behaviour: now when the second parameter of constructor is false when the field loses focus and the text is invalid the field... -
18 Jan 2008 1:39 AM
- Replies
- 117
- Views
- 70,141
Thank you for reporting but the bug that you found is no more present in the code since 7 January 2008. Maybe your code was not updated to the latest version that you can find in the first post.
-
4 Jan 2008 8:15 AM
- Replies
- 117
- Views
- 70,141
Thanks for the question that has revealed a bug in the code. Take the latest version in the first post and for a control over the number of characters you can do this:
Example 1 - 3 numeric... -
18 Dec 2007 1:18 AM
- Replies
- 117
- Views
- 70,141
Currently this feature is not implemented.
I am looking for a solution to manage the copy paste. -
18 Dec 2007 1:14 AM
- Replies
- 117
- Views
- 70,141
Thanks for the feedback. I have fixed my code to manage the numeric keypad.
-
17 Dec 2007 7:24 AM
- Replies
- 117
- Views
- 70,141
Hi all,
here is a plugin for textfield that adds a mask input to the field.
This is the latest version:
// $Id: InputTextMask.js 293638 2008-02-04 14:33:36Z UE014015 $
...
Results 1 to 20 of 20
