Search Type: Posts; User: varsos
Search: Search took 0.05 seconds.
-
19 Feb 2013 12:17 PM
- Replies
- 24
- Views
- 10,120
I think there are two major points here, one is the versioning of EXTJS which indicates minor releases but in reality they are major releases. This throws people off thinking it is just a...
-
14 Dec 2012 1:49 PM
Jump to post Thread: How to bind textfield to store by varsos
- Replies
- 4
- Views
- 394
Use combo and hide trigger.
-
21 Oct 2011 3:34 PM
- Replies
- 2
- Views
- 753
Never mind, it looks like this was fixed in 4.07
-
20 Oct 2011 11:14 AM
- Replies
- 2
- Views
- 753
Hi,
In the EXTJS 4.x examples, I added the filter feature to the buffered grid.
It works nicely.
However after a filter is applied, sorting on any column wipes the filter out.
I would like... -
17 Apr 2011 6:15 PM
- Replies
- 19
- Views
- 8,774
The framework generates nice looking single browser page apps, but underneath, the DOM size is substantial.
The only way that you can keep the framework performing with very large apps, and... -
22 Jan 2010 4:52 PM
- Replies
- 3
- Views
- 1,576
Something like this will abort the last call, and passing the id of the request can abort any call:
if(Ajax.isLoading()){
Ajax.abort();
} -
22 Jan 2010 4:46 PM
- Replies
- 2
- Views
- 1,235
Maybe you can write one, and in the process learn more about the framework.
-
5 Jan 2010 9:41 AM
- Replies
- 4
- Views
- 8,162
The same behavior exists in EXTJS.
How does a nice fix like this get into EXTJS? -
12 Dec 2009 11:07 AM
- Replies
- 2
- Views
- 715
I am not sure what you mean by "only MyPanel's functions can reference them".
Any code that will create an instance of myPanel class can access the objects inside that panel.
What do you mean?
... -
8 Oct 2009 11:32 AM
- Replies
- 13
- Views
- 2,533
This code adds a link at the end to allow for creating new tabs.
You could adapt it for your purpose.
//c is the tabpanel
c.on('render', function() {
c.addBtn =... -
8 Oct 2009 11:22 AM
Jump to post Thread: creating several panel dynamically by varsos
- Replies
- 3
- Views
- 933
??
-
8 Oct 2009 11:19 AM
Jump to post Thread: Linked Combos by varsos
- Replies
- 1
- Views
- 858
nice work, you are a genius!
-
8 Oct 2009 11:16 AM
- Replies
- 11
- Views
- 2,653
the event is render
-
8 Oct 2009 11:14 AM
- Replies
- 1
- Views
- 667
Read the grid panel tools property in the API
-
10 Sep 2009 10:39 AM
- Replies
- 11
- Views
- 2,567
This is not related to your problem but you are adding listeners inside a function, and you may end up with multiple listeners attached, depending on how many times the function is called.
You may... -
23 Jul 2009 5:36 PM
- Replies
- 124
- Views
- 106,517
@hendricd
Does EXTJS v2.3 require the EventManager patch?
I add it it, and I get errors and weird behavior.
Without it, it seems to be ok.
I am using miframe.
Thanks -
21 Jul 2009 4:25 PM
Jump to post Thread: Prevent grid from rendering by varsos
- Replies
- 2
- Views
- 832
Maybe... create it but do not add it to any container in your UI...
-
21 Jul 2009 3:41 PM
Jump to post Thread: How do I remove a window by varsos
- Replies
- 11
- Views
- 1,855
My opinion is that most solutions in the forum pages come in posts that contain some kind of example or code fragment.
Now you posted a screen shot, saying that there are duplicate fields in the... -
20 Jul 2009 7:25 PM
Jump to post Thread: How do I remove a window by varsos
- Replies
- 11
- Views
- 1,855
Not true.
My theory is this:
Given a problem, you have half of the solution.
No problem no solution.
Your problem is not described adequately, so your solution is very difficult to come up... -
30 Jun 2009 4:44 PM
- Replies
- 2
- Views
- 937
Function.defer
-
30 Jun 2009 4:42 PM
Jump to post Thread: How do I remove a window by varsos
- Replies
- 11
- Views
- 1,855
FF3+Firebug
-
22 Jun 2009 11:50 AM
- Replies
- 148
- Views
- 38,263
When the window displays over a flash object, the "drawer' slides out ok, but when it slides in, the shim behind it does not get redrawn, leaving a while box.
Any ideas? -
15 Jun 2009 5:28 AM
Jump to post Thread: toolbar on the tabstrip by varsos
- Replies
- 1
- Views
- 825
Hi,
Does anyone know of an extension that places a toolbar or button on the left of the tabstrip, similar to IE7 favorites/history button. -
4 Jun 2009 4:32 PM
- Replies
- 3
- Views
- 1,013
btw, the remove method has an argument to prevent destroying.
-
4 Jun 2009 4:31 PM
- Replies
- 3
- Views
- 1,013
You could "nest" your panel with the flash inside the tab panels, and in the tabpanel.beforetabchange event, use the remove/add methods to "move" it among tabs.
Results 1 to 25 of 59
