Search Type: Posts; User: paubach
Search: Search took 0.05 seconds.
-
14 Sep 2012 7:36 AM
- Replies
- 1
- Views
- 243
I solved this using
initialize: function() {
this.getComponent(0).setData(this.getData());
}
(answering in case it can be a help for anybody) -
13 Sep 2012 3:13 AM
- Replies
- 1
- Views
- 243
Hi, I'm trying to follow the MVC architecture on my first application in Sencha Touch, but I'm a bit lost:
In the code below I don't get the data sent by controller for the template, as it is in a... -
8 Jun 2012 2:45 AM
Jump to post Thread: Lost with localization by paubach
- Replies
- 1
- Views
- 425
Hi,
I've created /src/locale/ext-lang-es.js based on ext-lang-en file. But I don't know where to change locales to load my file instead of the original one, and I haven't found information about... -
11 Oct 2011 8:08 AM
- Replies
- 87
- Views
- 31,311
Well, as I told you here what I have is a MIFP inside a panel. Maybe that's causing the problem?
-
7 Oct 2011 7:57 AM
- Replies
- 87
- Views
- 31,311
Hi Henri,
It's a simple page, without Ext JS, calls to the parent or anything... It's very simple... -
6 Oct 2011 4:08 AM
- Replies
- 8
- Views
- 3,883
I have a grouptabpanel with many grids on the tabs. If I group (collapsed) and then expand some of the groups, the vertical scrollbar stops working, as described.
I've tried with 4.0.2a and 4.0.4... -
15 Sep 2011 1:31 AM
- Replies
- 87
- Views
- 31,311
I'm getting an error in IE 9 (also happened in 8, but couldn't test in 7) when loading the iframes:
SCRIPT438: Object doesn't support property or method 'isDocument'
ManagedIframe.js, line 479... -
28 Jul 2011 12:32 AM
- Replies
- 87
- Views
- 31,311
Thanks for moving it to 4 Doug.
I'm having a problem, and I'd say it's a bug (or maybe I'm missing something or doing something bad).
I'm creating some MIFP in some tabs of a tabpanel.
... -
27 Jul 2011 5:48 AM
- Replies
- 870
- Views
- 257,031
Thanks Doug!!
BTW, can you add this link to 1st post of thread? It would make easier searching for it.
Rgds,
Pau -
25 Jul 2011 2:40 AM
- Replies
- 0
- Views
- 494
Hi,
I'm trying to allow grouping in a grid with rowbody feature and styleHtmlContent set to true.
The problem is that when I collapse any group the content doesn't collapse. I'm using 4.0.4.
... -
22 Jul 2011 3:58 AM
Jump to post Thread: Ext 3 to 4 Migration by paubach
- Replies
- 284
- Views
- 98,098
How could this example be migrated to Ext 4?
viewConfig: {
forceFit: true,
showPreview: true, // custom property
enableRowBody: true, // required to create a second, full-width row... -
22 Jul 2011 12:22 AM
- Replies
- 2
- Views
- 574
Great. I just saw the error in web example. Just checked in 4.0.4 and works fine.
-
21 Jul 2011 4:08 AM
- Replies
- 2
- Views
- 574
http://dev.sencha.com/deploy/ext-4.0.2a/examples/grid/grid-plugins.html
The expander button doesn't work in this version. -
15 Jul 2011 6:51 AM
Jump to post Thread: Multiselect template by paubach
- Replies
- 1
- Views
- 591
A clarification:
With multiselect I mean the one of the example: 'Ext.ux.form.MultiSelect' not a combobox with multiselect option.
Thanks,
Pau -
14 Jul 2011 8:42 AM
Jump to post Thread: Multiselect template by paubach
- Replies
- 1
- Views
- 591
Is it possible to have a template for a multiselect to can show more than one field and not only the displayfield?
It can be done in combobox using:
listConfig: {
... -
11 Jul 2011 4:06 AM
Jump to post Thread: GroupTab CSS problem? by paubach
- Replies
- 1
- Views
- 379
No updates about this?
Thanks,
Pau -
8 Jul 2011 4:26 AM
Jump to post Thread: GroupTab CSS problem? by paubach
- Replies
- 1
- Views
- 379
Hi,
checking GroupTab example (http://support-dev2.qad.com/ext-4.0.4/examples/grouptabs/grouptabs.html) I see the CSS changed with what we had on Ext JS 3, well, it was my first though, but then I... -
20 Jun 2011 12:35 AM
Jump to post Thread: Grid Search Plugin by paubach
- Replies
- 1,023
- Views
- 364,076
Thanks Saki,
It was just perfect!!
BTW, maybe it could be interesting to have this action on the plugin? Have you thought about this???
Regards, and again congratulations and thanks for... -
15 Jun 2011 1:41 AM
Jump to post Thread: Grid Search Plugin by paubach
- Replies
- 1,023
- Views
- 364,076
I'm trying that to make an automated search, the first part works ok, but the second doesn't.
It means I get the text on the search box, but it doesn't get updated. Any help about how to make an... -
16 Feb 2011 4:31 AM
- Replies
- 8
- Views
- 2,748
Tried with same results. GroupTabPanel isn't in the Ext JS core. is it supported anyway?
Thanks,
Pau -
15 Feb 2011 5:16 AM
- Replies
- 8
- Views
- 2,748
Any update on this? I'm experiencing same problem with Ext 3.3.0
-
15 Dec 2010 7:51 AM
Jump to post Thread: RowPanelExpander for grids by paubach
- Replies
- 66
- Views
- 24,039
The same error that I posted about RoxPanelExpander happens with RowExpander. But in that case 1st change (sorting or anything) makes the content of the expander to disappear leaving an empty box,...
-
22 Nov 2010 3:46 AM
Jump to post Thread: RowPanelExpander for grids by paubach
- Replies
- 66
- Views
- 24,039
It happens to me too. Adding the fix, when sorting, the expanded panel disappears, although we can later collapse and expand and it appears again. But it would be great if this wouldn't disappear.
-
4 Nov 2010 5:28 AM
- Replies
- 0
- Views
- 466
I'm trying to create a grouptabpanel dynamically so I'm calling a function to create all the elements.
What I have is:
var vwport = new Ext.Viewport({
layout: "fit",
... -
21 May 2010 1:11 AM
Jump to post Thread: loadRecord on form by paubach
- Replies
- 1
- Views
- 658
Hi, I'm using the loadRecord of the BasicForm but due to some needs I have some of the fields repeated. I mean I can have 2 fields with same name and when I load the record only the first is filled....
Results 1 to 25 of 101
