Search Type: Posts; User: DDarko
Search: Search took 0.02 seconds.
-
9 Aug 2011 12:18 AM
- Replies
- 6
- Views
- 1,177
Ext.override(Ext.form.ComboBox, {
assertValue: function() {
var me = this,
value = me.getRawValue(),
rec;
if (me.forceSelection) {
if... -
8 Aug 2011 5:33 AM
- Replies
- 6
- Views
- 1,177
Like: http://www.sencha.com/forum/showthread.php?23850-2.0-OPEN-ComboBox-forceSelection-emptyText
only for 4.0.2 version.
+1 -
29 Jul 2011 2:33 AM
Jump to post Thread: fileuploadfield + reset button by DDarko
- Replies
- 3
- Views
- 1,208
Of course I thought about it. But I think it applies somehow wrong.
before:
http://ddarko.org/1.png
form/File.js :
createButton: function() {
var me = this;
me.button =... -
26 Jul 2011 10:28 PM
Jump to post Thread: fileuploadfield + reset button by DDarko
- Replies
- 3
- Views
- 1,208
I would like to write an expansion fileuploadfield UX. Unfortunately I have no idea how to do it.
Additional functionality is to be another button on the right side, which would allow clearing... -
22 Jul 2011 9:29 PM
- Replies
- 8
- Views
- 1,486
var tree_store = Ext.create('Ext.data.TreeStore', {
proxy: {
type: 'ajax',
url: '/data',
reader: {
type: 'json'
}
},
root: {
text: 'root', -
2 Jul 2011 6:25 AM
- Replies
- 0
- Views
- 617
Often I use the drag and drop on tree.Panel limited to changing the order of items within a single parent.
Maybe someone else from this benefit. Maybe someday it will go to the official plugin.
... -
17 Jun 2011 6:54 AM
- Replies
- 20
- Views
- 4,604
A little bit helps, but it is not fully solve the problem.
-
12 Jun 2011 10:19 PM
- Replies
- 3
- Views
- 888
nope. but it certainly does not work.
http://www.sencha.com/forum/showthread.php?136576-extjs-4.0.2 -
12 Jun 2011 10:17 PM
Jump to post Thread: ExtJs 4.0.2 formBind: true by DDarko
- Replies
- 2
- Views
- 1,688
http://www.sencha.com/forum/showthread.php?136576-extjs-4.0.2
-
10 Jun 2011 5:17 AM
- Replies
- 20
- Views
- 4,604
"labelAlign" also appears to not work in the latest version. gray theme.
-
10 Jun 2011 2:17 AM
- Replies
- 20
- Views
- 4,604
in 4.0.1 formBind functioned perfectly in 4.0.2 stopped working.
Results 1 to 11 of 11
