Search Type: Posts; User: asagala
Search: Search took 0.02 seconds.
-
21 Nov 2011 1:31 PM
- Replies
- 13
- Views
- 3,382
tried Condor's scrollable viewport and everything works fine except for the fact that when one of my panels in my border layout is smaller then the one previously rendered nothing shrinks.<br><br>To...
-
3 May 2011 8:30 PM
Jump to post Thread: XTemplate - accessing nested json by asagala
- Replies
- 2
- Views
- 1,257
thx. You made me realized I had mapped the field I wanted to access under another name.
-
3 May 2011 4:39 PM
Jump to post Thread: XTemplate - accessing nested json by asagala
- Replies
- 2
- Views
- 1,257
I am having trouble accessing nested json properties.
I have a DataView with a template defined like below.(simplified for the sake of this explanation)
this.dataview = new... -
10 Apr 2011 4:00 PM
Jump to post Thread: Where did Ext.reg go? by asagala
- Replies
- 11
- Views
- 2,137
Good news Thanks.
-
8 Apr 2011 1:14 PM
Jump to post Thread: Where did Ext.reg go? by asagala
- Replies
- 11
- Views
- 2,137
Id like backward compatibility because I don`t want to change 149 classes by hand.
-
8 Apr 2011 7:33 AM
Jump to post Thread: Where did Ext.reg go? by asagala
- Replies
- 11
- Views
- 2,137
OK so I have to rewrite all my classes... Will there be something created to make Ext.reg work in ExtJS4?
-
7 Apr 2011 6:09 PM
Jump to post Thread: Where did Ext.reg go? by asagala
- Replies
- 11
- Views
- 2,137
Where did Ext.reg go?
-
22 Mar 2011 1:04 PM
Jump to post Thread: [3.x] Ext.date.RangeField by asagala
- Replies
- 19
- Views
- 7,464
Good job on the new version. Been using the old one and it was a pain to manage all the i18n stuff. Now its easy. Also good job on adding events that we can trap.
-
1 Mar 2011 4:45 PM
Jump to post Thread: Ext.ux.plugins.HelpIcon by asagala
- Replies
- 18
- Views
- 6,112
Also to get this to work with checkboxex using boxLabel instead of fieldLabel change line 32 from
if (this.fieldLabel && this.helpText){
...}
to
if((this.fieldLabel || this.boxLabel) &&... -
25 Feb 2011 12:38 PM
Jump to post Thread: mask with button by asagala
- Replies
- 5
- Views
- 876
What I want to is something similar to this.http://kubiktech.net\maskwithbutton.png. I know I have to play with the css but dont understand how to add the button.
-
25 Feb 2011 7:15 AM
Jump to post Thread: mask with button by asagala
- Replies
- 5
- Views
- 876
anyone?
-
24 Feb 2011 5:13 PM
Jump to post Thread: mask with button by asagala
- Replies
- 5
- Views
- 876
Is there a way to mask a panel and add a button in the middle of it? Probably simple but cant get my head around it. I can mask the panel but cant add the button
-
27 Jan 2011 12:43 PM
- Replies
- 418
- Views
- 170,032
Only works if I specify all the colors manually and I dont know the number of colors I will need before the chart is loaded. I am not going to use this plugin and will wait for charting in extjs 4
-
26 Jan 2011 2:06 PM
Jump to post Thread: Ext.ux.form.DateRange by asagala
- Replies
- 30
- Views
- 11,035
Great job. You should probably isolate the strings so we can translate them
fromdatetitle:'From Date',
todatetitle:'To Date',
p1 = instanciateDatePickerPanel({ role:'start',... -
24 Jan 2011 10:43 AM
Jump to post Thread: Ext.ux.plugins.HelpIcon by asagala
- Replies
- 18
- Views
- 6,112
I anyone needs more elaborate tooltips you can always swith out the
Ext.QuickTips.register({
target:this.helpIcon
, title:(this.helpTitle || '')
,... -
22 Jan 2011 6:05 AM
- Replies
- 9
- Views
- 4,026
Yes you are right. Only works with Ajax requests using the Ajax object
-
19 Jan 2011 2:38 PM
- Replies
- 9
- Views
- 4,026
Here is what I did to handle my 403 errors. You can probably apply for your 500 errors. Use the requestexception of Ext.Ajax. You only need to set this up once in your whole application
... -
6 Jan 2011 9:46 AM
- Replies
- 418
- Views
- 170,032
I have searched this forum and also posted on the highcharts forum but did not find a solution to my issue. It seems the Ext.ux.Highcharts adapter is causing the below issue.
I have two line... -
17 Oct 2010 8:42 AM
- Replies
- 52
- Views
- 18,777
Here is a link to the patch
http://www.sencha.com/forum/showthread.php?93003-OPEN-663-Chart-loses-labelRenderer-after-hide-show&p=509067#post509067 -
6 Oct 2010 7:21 AM
- Replies
- 5
- Views
- 591
Actually I should be more precise. Item3 is not being moved and it actually disapear totally from the tree right after I append item2 to the newnode
-
6 Oct 2010 6:48 AM
- Replies
- 5
- Views
- 591
item3 is a child of item2 and its not being moved. Actually there could be item3 child of item2 and item4 child of item3 etc... They are AsyncTreeNodes. Could that make a difference?
-
6 Oct 2010 6:21 AM
- Replies
- 5
- Views
- 591
Tried that but it only appends item2 to newnode. I wanted to have item2 + all childnodes appended to newnode. I guess i will have to go through the childnodes one by one and append them back.
-
5 Oct 2010 7:54 PM
- Replies
- 5
- Views
- 591
I have tree structure like below using AsyncTreeNode and a treeloader
root
+-item1
+----item2
+------item3
Is it possible to replace item2 with a new node and then change item2 parent to the... -
29 Aug 2010 11:55 AM
Jump to post Thread: Add "Asterisk" to required fields by asagala
- Replies
- 3
- Views
- 2,079
Look here http://www.sencha.com/forum/showthread.php?101774-How-to-mark-a-label-with-a-required-icon
-
28 Aug 2010 5:59 AM
- Replies
- 2
- Views
- 711
Had the same issue using gray theme. This fix works like a charm
Results 1 to 25 of 112
