Search Type: Posts; User: derditze
Search: Search took 0.02 seconds.
-
12 Dec 2011 6:00 PM
Jump to post Thread: "fakepath" in File Upload Field by derditze
- Replies
- 1
- Views
- 1,897
Tryin' to make this work with ExtJS 4.0.7:
Ext.ux.form.FileUploadField.override({
onChange : function() {
var fullPath = this.getValue();
var lastIndex =... -
21 Jun 2011 3:22 AM
- Replies
- 180
- Views
- 63,708
Ext.onReady(function(){
Ext.QuickTips.init();
Ext.form.Field.prototype.msgTarget = 'side';
...
}); -
21 Jun 2011 2:51 AM
- Replies
- 180
- Views
- 63,708
Is this a (minor) bug .. or just me having overlooked something?:
The message only shows up when I 'mouse-over' the field, otherwise no message is shown.
Tx. again for your outstanding... -
15 Jun 2011 9:13 AM
- Replies
- 180
- Views
- 63,708
Hi kveeiv, thanks for sharing!
Being new to ExtJS I slowly work my way through the doc & source code.
Could somebody provide sample file that shows a configuration. I tried with the... -
15 Jun 2011 3:17 AM
Jump to post Thread: SuperSelectBox - Porting to 4.01 by derditze
- Replies
- 2
- Views
- 1,094
tx for letting me know - I obviously picked the wrong group
I would expect a "delete function" under "Thread Tools" in such a situation ... -
15 Jun 2011 3:14 AM
Jump to post Thread: SuperSelectBox - Porting to 4.01 by derditze
- Replies
- 2
- Views
- 1,283
When trying to run the SuperSelectBox (http://technomedia.co.uk/SuperBoxSelect/examples3.html)
with the V4.01 libs, the following Error occurs:
Error: uncaught exception: Cannot create an... -
14 Jun 2011 10:32 PM
Jump to post Thread: SuperSelectBox - Porting to 4.01 by derditze
- Replies
- 2
- Views
- 1,094
When trying to run the SuperSelectBox (http://technomedia.co.uk/SuperBoxSelect/examples3.html)
with the V4.01 libs, the following Error occurs:
Error: uncaught exception: Cannot create an... -
14 Jun 2011 6:46 AM
- Replies
- 1
- Views
- 2,971
Thought you might be interested in an example how to use getInnerTpl() to format combo elements:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Results 1 to 8 of 8
