Search Type: Posts; User: Ytorres
Search: Search took 0.05 seconds.
-
6 May 2010 1:59 PM
Jump to post Thread: TreePanel and dataUrl question. by Ytorres
- Replies
- 8
- Views
- 1,306
Hi,
Take a look to baseParams item from the loader.
http://www.extjs.com/deploy/dev/docs/?class=Ext.tree.TreeLoader
And use it like this : -
6 May 2010 1:57 PM
- Replies
- 1
- Views
- 617
Hi,
You should post your problem directly into the right thread, as this extension is a user extension.
http://www.extjs.com/forum/showthread.php?17791-Ext.ux.LiveGrid
Best,
Yannick -
6 May 2010 1:54 PM
Jump to post Thread: Closing a tab in an ext window by Ytorres
- Replies
- 3
- Views
- 681
Hi,
You should use the "beforeclose" event, return false by default and attach it your custom function.
Best,
Yannick -
6 May 2010 1:51 PM
Jump to post Thread: read property from JSON format by Ytorres
- Replies
- 1
- Views
- 470
Hi,
You should specify witch property handle the totalCount number into your reader.
For example, for JsonReader, read the doc here :... -
6 May 2010 1:47 PM
Jump to post Thread: DateField: how to get its value by Ytorres
- Replies
- 2
- Views
- 1,745
Hi,
Ext.get() get the element for a particular component.
You should use Ext.getCmp() to get the component itself.
See the doc about Ext.getCmp() :... -
6 May 2010 1:41 PM
Jump to post Thread: Portal question by Ytorres
- Replies
- 1
- Views
- 617
Hi,
First of all, if you want some help, you should post into the help forum, not this one ;)
1) Each portlet is "just" a basic panel witch accept some items. You should use the autoLoad object... -
29 Apr 2010 2:35 AM
Jump to post Thread: Ext.util.Format.elapsedTime by Ytorres
- Replies
- 4
- Views
- 3,118
Hi Animal,
I just don't know this way.
I will rework on and post the change
Best,
Yannick -
28 Apr 2010 11:36 AM
Jump to post Thread: Ext.util.Format.elapsedTime by Ytorres
- Replies
- 4
- Views
- 3,118
Hi all,
Just a simple override for Ext.util.Format to display elapsed time between 2 dates, found here :
Ext.apply(Ext.util.Format, {
/**
* Return an elapsed time. -
2 Apr 2010 12:20 PM
- Replies
- 14
- Views
- 2,580
Can you give us a name and a rope to hang him high and short? ;)
More seriously, when we can expect to have the cacheFly version at the right version ? -
2 Apr 2010 10:29 AM
- Replies
- 14
- Views
- 2,580
?!
I have the same issue with ExtJs 3.2.0 served by cacheFly -
2 Apr 2010 10:13 AM
- Replies
- 14
- Views
- 2,580
Hi edspencer and thanks for the fix.
Is there possible to add a quick fix to be able to continue to use it until the next version ?
Best,
Yannick -
19 Mar 2010 12:27 PM
- Replies
- 79
- Views
- 25,554
Just add a check if the current tab is closable or not :
-
16 Mar 2010 11:01 AM
- Replies
- 79
- Views
- 25,554
Great Xantus ^^
Perhaps you could post a new thread with this UX, it could be more easy for all to find it. -
16 Mar 2010 2:10 AM
- Replies
- 79
- Views
- 25,554
Always about tabs, but it's a firefox's tabs idea now ;)
I always use it : close the tab on double-click on it !
Simple, but very usefull. -
2 Feb 2010 2:25 PM
Jump to post Thread: ExtJS French community by Ytorres
- Replies
- 53
- Views
- 11,511
+1, en bretagne ;)
-
1 Feb 2010 10:03 AM
Jump to post Thread: BoxLabel for NumberField by Ytorres
- Replies
- 1
- Views
- 522
I'm auto-replying ;)
As there is no option to do this, I have extend the original class to add it :
Ext.form.NumberFieldWithBoxLabel = Ext.extend(Ext.form.NumberField, {
boxLabel: '',... -
31 Jan 2010 3:52 PM
Jump to post Thread: BoxLabel for NumberField by Ytorres
- Replies
- 1
- Views
- 522
Hi all,
I'm searching a way to add a label after a NumberField, like BoxLabel do for Radio or Combo.
[fieldLabel] => NumberField => [BoxLabel]
This is possible for Radio or Combo, but... -
24 Jan 2010 1:00 AM
- Replies
- 79
- Views
- 25,554
Another's suggestions,
Once the drag is done, the panel don't have the representation of this move (e.g. items elements are not in the same order as in the DOM).
So, when we want to now the... -
22 Jan 2010 11:33 AM
- Replies
- 79
- Views
- 25,554
Greats ux scipio ! beautifull
Could I suggest you to add some events ?
~line 14
Ext.ux.SlidingTabPanel = Ext.extend(Ext.TabPanel, {
initTab: function(item, index){ -
8 Jan 2010 11:30 AM
Jump to post Thread: Contribute your examples by Ytorres
- Replies
- 29
- Views
- 35,995
I make an GPL app base on ExtJs here : http://doc.php.net/editor/
With a big app, we need to have a "About" window to display some informations.
And I like the Firefox animation and want to do the... -
8 Jan 2010 11:25 AM
Jump to post Thread: Contribute your examples by Ytorres
- Replies
- 29
- Views
- 35,995
We can imagine a new component witch do it automatically, with an html content.
It's what I have try without any succes ;) -
8 Jan 2010 11:16 AM
Jump to post Thread: Contribute your examples by Ytorres
- Replies
- 29
- Views
- 35,995
A great animation to make is what Firefox do in "Help=>About=> Click on credits" ;)
I have try to do it but I haven't enough Extjs's skill :/ -
7 Dec 2009 4:08 PM
- Replies
- 59
- Views
- 24,470
Thanks Thorsten !
Is there any chanlog ? What's new ? IMAP support ? ;)
Best,
Y. -
13 May 2009 12:38 AM
- Replies
- 12
- Views
- 3,919
I can't reproduce it on my Linux box / Firefox 3.0.10.
Just try and bookinfo.xml load just fine... -
12 May 2009 12:30 PM
- Replies
- 12
- Views
- 3,919
?!
I code only with Firefox and all is Ok with 3.0.x and 3.1/3.5.
Any Firebug's error ?
Results 1 to 25 of 120
