Search Type: Posts; User: velislav
Search: Search took 0.02 seconds.
-
25 Mar 2009 1:57 AM
Jump to post Thread: xml namespaces with Ext.DomQuery by velislav
- Replies
- 13
- Views
- 9,390
Does anybody know what is going to be the support of namespaces in ExtJS 3.0?
It is ridiculous to develop an internet based business application without support of SOAP services. So fullfeatured... -
24 Mar 2009 7:38 AM
Jump to post Thread: loading mask for x-box panel by velislav
- Replies
- 1
- Views
- 659
similar problem and some ideas
I haven't tested
http://stackoverflow.com/questions/461140/how-to-center-a-mask-in-a-panel-when-rendering -
24 Mar 2009 4:54 AM
- Replies
- 25
- Views
- 7,127
10x very usefull topic
-
12 Mar 2009 10:40 PM
- Replies
- 8
- Views
- 1,978
OK
10x -
12 Mar 2009 8:33 AM
- Replies
- 8
- Views
- 1,978
store.js (EXTJS 2.2)
266 remove : function(record){
267 var index = this.data.indexOf(record);
268 this.data.removeAt(index);
269 if(this.pruneModifiedRecords){
270 ... -
12 Mar 2009 4:15 AM
- Replies
- 8
- Views
- 1,978
Hi,
when i set the pruneModifiedRecords to false i expect deleted records would be accessible in Stoge.getModifiedRecords() the same way the new ones do. But I don't get the result.
Am I in a... -
3 Feb 2009 4:42 AM
Jump to post Thread: xml namespaces with Ext.DomQuery by velislav
- Replies
- 13
- Views
- 9,390
I'm trying to fulfill instructions. But
re: /^(?:([\[\{])(?:@)?([\w-:]+)\s?(?:(=|.=)\s?['"]?(.*?)["']?)?[\]\}])/,
[\]\}])/,
select: 'n = byAttribute(n, "{2}", "{4}", "{3}", "{1}");'raises...
Results 1 to 7 of 7
