Search Type: Posts; User: carruno
Search: Search took 0.02 seconds.
-
10 May 2012 5:33 AM
- Replies
- 2
- Views
- 607
var graphe = Ext.create('Ext.chart.Chart', {
title: 'Example',
store: store,
animate: {
easing: 'easeOut',
duration: 500
},
legend: { position: 'top' },
... -
24 Apr 2012 11:46 AM
Jump to post Thread: ExtJS French community by carruno
- Replies
- 53
- Views
- 11,528
+1 Marseille
-
3 Jan 2012 10:08 AM
- Replies
- 4
- Views
- 516
deferredRender to false don't solve my problem :(
To understand better there is a code:
Main window with TabPanel:
(function() {
Ext.define('windowUI', {
extend:... -
3 Jan 2012 9:45 AM
- Replies
- 4
- Views
- 516
In fact "annee_01_01" is an HTML combo included in Ext TabPanel.
This component is rendered when TabPanel_01 is activate. With 4.0.2a version of Ext, I should activate TabPanel like this: ... -
3 Jan 2012 2:29 AM
- Replies
- 4
- Views
- 516
Hi, the new version doesn't works with this code:
var cbYearCombo01_01 = document.getElementById('annee_01_01');
for (i = CurrentYear; i > 2002; --i) {
var item =... -
5 Aug 2011 4:56 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Okayyyy, I found the problem.
I just modified like this:
{
xtype: 'panel',
id : 'Panel_01'
title:... -
5 Aug 2011 2:37 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Perhaps the problem is the panel is collapsed, no?
If yes, what is the issue? -
5 Aug 2011 12:32 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
The problem turn arround XTemplate. When I manual add SelectId DIV in a index HTML Page, it works, but when I refer to DIV created by XTemplate, the ID didn't found and result is empty...
I reiter... -
4 Aug 2011 9:38 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Where is the issue please?
Here is partial HTML code after Xtemplate in a View Panel:
<div id="SamplePanel" class="x-component demos x-component-default" style="overflow: auto;"... -
2 Aug 2011 9:41 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
I have looked this doc, but the query return an undefined variable
var SelectId = panel.query("#SelectId");
alert(SelectId);
The alert box is empty, and SelectId[n] is undefined ... -
2 Aug 2011 9:01 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
When I try this:
var SelectId = panel.query("#SelectId");
Ext.getCmp('SelectId').update(combo);
Firebug :
Ext.getCmp("SelectId") is undefined -
2 Aug 2011 8:42 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Thanks you martijn1967b, but that didn't work
var SelectId = SamplePanel.query("#SelectId");
Ext.getCmp('SelectId').update(combo);
Firebug :
SamplePanel.query is not a function -
2 Aug 2011 4:07 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
My tests:
Ext.getCmp('SelectId').update(combo); => Ext.getCmp("SelectId") is undefined
Ext.get('SelectId').update(combo); => Ext.get("SelectId") is null
with TPL as variable:... -
2 Aug 2011 12:35 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Please any help, Firebug responds to me : "Ext.getCmd("SelectId") is null"
This code worked perfectly with Ext-3.4.0 ... -
1 Aug 2011 8:07 AM
Jump to post Thread: Update Select after TPL render? by carruno
- Replies
- 11
- Views
- 1,159
Hi, is it possible to update select list after Xtemplate tpl render?
Here my project:
menu.js
Ext.samples.Panel = [
{
title: 'Title 01', -
1 Aug 2011 12:58 AM
- Replies
- 9
- Views
- 5,817
Perfect edspencer, thanks you !
-
29 Jul 2011 10:22 PM
- Replies
- 9
- Views
- 5,817
Thank you edspencer, but what I would like to do is to insert datas in div with an external function.
if you have time to take a look at the complete projet I attached, I think you could better... -
29 Jul 2011 7:51 AM
- Replies
- 9
- Views
- 5,817
Look at this most simple code, it doesn't works too:
Ext.create('Ext.tab.Panel', {
width: 400,
height: 400,
renderTo: document.body,
items: [{
title: 'Foo', -
29 Jul 2011 3:05 AM
- Replies
- 9
- Views
- 5,817
Hi all,
I have a problem with panel renderTo, when renderTo:Ext.getBody(), it works, and when I try this renderTo:Ext.get('My_Div'), it doesn't work!
Firebug indicates this in source html :
...
Results 1 to 19 of 19
