Search Type: Posts; User: mdissel
Search: Search took 0.05 seconds.
-
28 Aug 2011 1:31 PM
- Replies
- 0
- Views
- 448
When i use/open the file locale/ext-lang-de.js in IE/FF or Chrome, the extended characters are not correctly displayed. (the same happens to the 4.x localized files)
Any tips?
Thanks -
23 Jun 2011 7:24 AM
- Replies
- 2
- Views
- 815
How can i override the isLeaf() implementation? This is my model
Ext.define('Item', {
extend: 'Ext.data.Model',
fields: [
'name',
'itemCode',
'url',
'siteURL', -
20 Jun 2011 3:41 AM
- Replies
- 0
- Views
- 534
How can i execute a jsonp request without using a model/reader/store? i just need the "plain json" result.
Thanks -
17 Jun 2011 5:17 AM
Jump to post Thread: search for a nearby dom element by mdissel
- Replies
- 0
- Views
- 641
this is my document declaration. Dynamically created by adding two equal webparts on a single page.
I need a reference to the div (ViewContact) declared within the webpart section. Is this... -
22 Nov 2010 10:38 AM
Jump to post Thread: HTMLEditor destroy() Method in IE by mdissel
- Replies
- 2
- Views
- 683
Do you a fix of this issue?
-
6 Sep 2010 7:28 AM
Jump to post Thread: right align combobox list by mdissel
- Replies
- 3
- Views
- 1,350
Hmm.. restrictHeight, but especially expand is a large function, resulting in possible conflits when upgrading extjs.. Is this the only line to change ?
expand:
this.list.alignTo.apply(this.list,... -
6 Sep 2010 5:18 AM
Jump to post Thread: right align combobox list by mdissel
- Replies
- 3
- Views
- 1,350
See screenshot. How can i right-align the dropdown list in so that the left part is aligned with the textbox?
Thanks -
25 Aug 2010 6:32 AM
Jump to post Thread: manual treeload by mdissel
- Replies
- 7
- Views
- 1,130
What is the reason to execute directFn with a window scope? why not the current scope or tree?
this.directFn.apply(window, args); -
23 Aug 2010 6:42 AM
Jump to post Thread: manual treeload by mdissel
- Replies
- 7
- Views
- 1,130
Thanks.. just one workaround is needed.. processDirectResponse doesn't handle a null/undefined response object.
GetChildNodes:function(nodeId, callback){
var nodes = [];... -
23 Aug 2010 5:15 AM
Jump to post Thread: manual treeload by mdissel
- Replies
- 7
- Views
- 1,130
directFn is called with two parameters, the getParams from the selectedNode and a callback function. How can i return an array of nodes to be loaded?.. how does the directFn work?
-
23 Aug 2010 5:02 AM
Jump to post Thread: manual treeload by mdissel
- Replies
- 7
- Views
- 1,130
ok.. By i don't need a ajax request by Ext.Direct.. I have an external javascript function that will return a collection of childnodes (using his own way of getting a request from the server)
p.s... -
23 Aug 2010 4:53 AM
Jump to post Thread: manual treeload by mdissel
- Replies
- 7
- Views
- 1,130
I have a treeview that should load it's childnodes using a special function. The default TreeLoader only works with ajax-based fetching. Any tips how to replace the async loading behaviour with a...
-
19 Aug 2010 6:38 AM
- Replies
- 4
- Views
- 1,499
Why shouldn't i not want to use this code? it works fine
or better why is this not included in the ExtJs..
together with this override, it's fixed..
Ext.apply(Ext.form.VTypes, {... -
18 Aug 2010 10:48 PM
- Replies
- 4
- Views
- 1,499
How can i change the email regular expression to support single quotes in the name part of the email address?
the documentation references http://en.wikipedia.org/wiki/E-mail_address which... -
21 Jul 2010 7:22 AM
Jump to post Thread: tree without icons by mdissel
- Replies
- 5
- Views
- 1,003
Yes, but there are many css rules for the treenode ... Which one should i override to hide all icons (lead/expanded/collapsed) for a particular treepanel?
-
21 Jul 2010 7:11 AM
Jump to post Thread: tree without icons by mdissel
- Replies
- 5
- Views
- 1,003
an what css rule should i override? (i'm not a ExtJS css Expert)
-
21 Jul 2010 6:42 AM
Jump to post Thread: tree without icons by mdissel
- Replies
- 5
- Views
- 1,003
How can i render a tree without the default icons (leaf and folder)
Thanks -
21 Jul 2010 1:14 AM
- Replies
- 7
- Views
- 2,148
And with what delay time? 10 seconds? 30 seconds? it depends on the reaction of the server (and the timeout of Ajax request of course), but issue solved!
-
20 Jul 2010 10:53 PM
- Replies
- 7
- Views
- 2,148
Yes i know, but this is inside a base class, so it's need some refactoring to allow this.
-
20 Jul 2010 7:12 AM
- Replies
- 7
- Views
- 2,148
Of course .. (although the combination of client/server side validation makes it complex to enable the button again if validation is invalid)
-
20 Jul 2010 6:47 AM
- Replies
- 7
- Views
- 2,148
Hello
i've got a Ext.Window instance with save / cancel buttons. I want to prevent that an user can click on Save multiple times.. I've tried single:true on the click event, but it's still... -
11 Jul 2010 11:09 PM
Jump to post Thread: [OPEN-1102] Email VType and Mask by mdissel
- Replies
- 1
- Views
- 610
Does anyone have a quickfix? i'm no expert in regex..
-
7 Jul 2010 4:55 AM
- Replies
- 38
- Views
- 18,575
hmm I still get an error "this.anchorEl is undefined Line 48951" ( on Ext.ToolTip.showAt) when beforeshow is returning false..
(using Ext 3.2.2)
(using the plugin on a treeview and for some... -
7 Jul 2010 4:07 AM
- Replies
- 3
- Views
- 700
Thanks. (and i see a possibility to do the same inside a grid column, only show a tooltip if text is bigger than column width)..
but first start with the treenode. How can i find out if the text... -
7 Jul 2010 3:15 AM
- Replies
- 3
- Views
- 700
Hello
Any tips how to make a qtip on a treenode only visible if the text of the node is not completely visible (a scrollbar is shown (if configured))
See attached image, when hovering over...
Results 1 to 25 of 116
