Search Type: Posts; User: Nalfein
Search: Search took 0.03 seconds.
-
6 Jan 2011 6:32 AM
- Replies
- 1
- Views
- 1,099
Is this going to be solved finally?
-
12 Nov 2009 2:13 AM
- Replies
- 1
- Views
- 1,099
Hi,
I'm using a 'www' subdomain for the site (HTML) and 'static' for images and scripts. Because I have TinyMCE on my site, in order to allow communication between TinyMCE and IFrames it is using... -
28 Jun 2009 7:28 AM
- Replies
- 15
- Views
- 9,480
Using REST you can without extra work split your load between multiple machines using just URLs. No central server or a load balancer is needed for that. In a well-designed REST API, when traversing...
-
27 Jun 2009 5:12 PM
- Replies
- 15
- Views
- 9,480
You lose simplicity, browser caching and scalability.
The argument with batching request is a red herring in the discussion. REST supports batch requests natively at HTTP level, using persistent... -
3 Jun 2009 1:04 PM
- Replies
- 55
- Views
- 13,835
+1. The ability to override certain behavior is also essential from testing perspective.
I updated to RC2 and discovered that my JavaScript unit tests are broken. I was overriding... -
3 Jun 2009 11:48 AM
- Replies
- 3
- Views
- 1,244
Hi,
In 2.0 I was able to easily override createXhrObject() to mock AJAX calls for unit testing.
In 3.0 Ext.lib.Ajax has been rewritten using private closures. That approach has one major... -
3 Jun 2009 9:54 AM
- Replies
- 0
- Views
- 1,433
Is there a chance that we would see an Ext.Direct Provider implementation which can communicate with a web server using REST API?
-
3 Jun 2009 4:27 AM
- Replies
- 0
- Views
- 648
Hi everybody,
I am writing an Ext JS application which will consist of two versions: the web version and a desktop program created using Adobe AIR. I would like to be able to switch the default... -
19 May 2009 12:48 PM
- Replies
- 5
- Views
- 982
Thanks!
-
19 May 2009 5:29 AM
- Replies
- 5
- Views
- 982
Indeed, the second call is from within a 'fn' callback function I'm passing to the first call.
-
19 May 2009 1:25 AM
- Replies
- 5
- Views
- 982
When I call .show() subsequently with different 'cls' attribute, like:
Ext.Msg.show({
buttons: Ext.Msg.OK,
cls: 'no-more-material-msg',
title:... -
25 Aug 2008 10:29 PM
- Replies
- 21
- Views
- 6,046
Thanks. Indeed, it works. However, the API docs still states that "You should not override FormPanel's layout".
-
24 Aug 2008 10:49 PM
- Replies
- 21
- Views
- 6,046
Is possible to place a BorderLayout inside a FormPanel and make it fit the entire FormPanel? I'd like to create a form with a collapsible sidebar in it.
Or maybe, is it possible to use BasicForm... -
28 Jul 2008 8:52 AM
Jump to post Thread: "Smart" CheckBoxSelectionModel by Nalfein
- Replies
- 136
- Views
- 63,102
Yes, but I've checked with the standard CheckboxSelectionModel and it worked. With SmartCheckboxSelectionModel it doesn't work.
-
28 Jul 2008 6:40 AM
Jump to post Thread: "Smart" CheckBoxSelectionModel by Nalfein
- Replies
- 136
- Views
- 63,102
After I switched to use StartCheckBoxSelectionModel my grid's "rowdblclick" handler stopped being called. Is there any way to make it work?
-
15 Jun 2008 8:16 AM
- Replies
- 153
- Views
- 36,069
Nothing is called when 'write' returns false. I had to add another event that merges this one scenario and 'writeexception'.
No, I create a new record on the client and fill only some fields,... -
14 Jun 2008 11:48 PM
- Replies
- 153
- Views
- 36,069
I've become recently a fan of test-driven development. Bugs like that are caught before they reach the user. I know that JavaScript is not Java, and running in browser brings some limitations, but I...
-
14 Jun 2008 7:32 AM
- Replies
- 153
- Views
- 36,069
Firstly, nice extension, keep up the good work.
I have found one issue, in lines 554 and 559 you are calling:
Ext.data.Store.superclass.remove.call(this, m[i].record);This gives me an error:... -
18 May 2008 3:47 AM
- Replies
- 4
- Views
- 838
Thanks, I will give it a try. However, I'm writing in Python, Pylons and FormEncode, where arrays are encoded differently from PHP: "persons-0.forename" and apparently I will have to deal with...
-
17 May 2008 10:44 PM
- Replies
- 4
- Views
- 838
Thanks for reply.
It is a pity that Ext JS doesn't provide something like 'FormFieldRepeater' that automatically creates copies of its fields for every item, gives each item a name with an unique... -
17 May 2008 1:26 PM
- Replies
- 4
- Views
- 838
Hello everybody,
I'm wondering if Ext JS has a built-in support for repeating form fields, i.e. something like that:
http://webforms2.googlecode.com/svn/trunk/testsuite/002.html...
Results 1 to 21 of 21
