Search Type: Posts; User: Tawez
Search: Search took 0.01 seconds.
-
4 Aug 2010 5:33 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Tawez
- Replies
- 956
- Views
- 307,907
_IF_ ;)
-
29 Jul 2010 4:52 AM
Jump to post Thread: Problem with ref option in Toolbars by Tawez
- Replies
- 6
- Views
- 731
Generaly it's true ;)
This is our real example (just the idea):
var grid = new Ext.grid.GridPanel({
...
bbar: {
xtype: 'paging',
ref: 'Page', -
29 Jul 2010 3:06 AM
Jump to post Thread: Problem with ref option in Toolbars by Tawez
- Replies
- 6
- Views
- 731
I'm afraid, that it is not the solution... (:|
Current test code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">... -
28 Jul 2010 6:53 AM
Jump to post Thread: Problem with ref option in Toolbars by Tawez
- Replies
- 6
- Views
- 731
We are switching from ext3.0.0 to ext3.2.1
and there is not so small problem with ref option in Toolbars.
The code is as follows:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0... -
20 Jul 2010 12:37 PM
- Replies
- 7
- Views
- 1,325
We also use override files. Right now it is the only effective way to localize Ext framework - and it works quite well.
After loading Ext we use only our i18n object - it works very well ;)
Of... -
19 Jul 2010 4:37 AM
- Replies
- 7
- Views
- 1,325
Intro: Background
Our products are localized to 7 languages (with tendency to grow).
We use various independent APIs on the backend side, two or more in one application.
Because of that, we find... -
10 Mar 2010 2:39 AM
- Replies
- 0
- Views
- 893
In refer to http://www.extjs.com/forum/showthread.php?t=38809
My proposition is to extend the functionality of pageSize config option to 3 variants.
1) pageSize : Number
Current... -
4 Mar 2010 1:13 AM
Jump to post Thread: How to add a blank option in Combo? by Tawez
- Replies
- 1
- Views
- 669
Indirectly:
{
xtype: 'combo'
,forceSelection: true
,editable: true
,emptyText: 'Select...'
...
} -
3 Mar 2010 12:34 PM
Jump to post Thread: Smaller ExtJS without IE6 support by Tawez
- Replies
- 53
- Views
- 10,506
Well, I think there may be a little bit more between the lines ;)
like GIF instead of PNG24
or more complicated markup just to have the same effect
(this is only my speculation, 'cause I don't... -
26 Feb 2010 7:10 AM
Jump to post Thread: ExtJS on iPhone by Tawez
- Replies
- 25
- Views
- 8,925
I agree with You, but I think, that the general problem is that we have so many combinations of smartphone-browser.
Every single mobile browser acts different (events, rendering engine).
The same... -
25 Feb 2010 3:09 AM
- Replies
- 3
- Views
- 1,561
Sure, srr /:)
Let's do it the right way ;)
Ext version tested:
Ext 3.0.0
Ext 3.1.0
Ext 3.1.1 -
24 Feb 2010 8:29 AM
- Replies
- 3
- Views
- 1,561
In renderer's metaData, all fields but style are OK.
metaData.style has value from previous cell.
That's because of (IMHO) invalid code order in Ext.grid.GridView.doRender()
doRender :... -
19 Feb 2010 12:57 AM
- Replies
- 3
- Views
- 781
Yes, I can do that... and I do it in my projects or custom components.
But this is only my side of the story ;)
The truth is if one is real developer, he/she is working on various projects, am I... -
17 Feb 2010 7:44 AM
- Replies
- 3
- Views
- 781
IMHO there is one small thing missing in Ext documentation...
It's "since" information on every level (component/class/method/property/etc...)
and maybe small history review like "changed in... -
15 Feb 2010 8:18 AM
- Replies
- 0
- Views
- 595
We have a lot of threads in forum entitled "... required field ..."
One can read there about how to make form fields marked as required.
Maybe its time to implement it in Ext?
We have already... -
21 Sep 2009 2:01 AM
Jump to post Thread: [1.0] Grid RowActions Plugin by Tawez
- Replies
- 956
- Views
- 307,907
Hello Saki,
I'm using RowActions very often, and I was thinking about easiest way (just a litle bit ;)) to define grid actions.
background:
I'm using ExtJS v3.
Generaly I use Actions as a...
Results 1 to 16 of 16
