Search Type: Posts; User: lingz_public
Search: Search took 0.03 seconds.
-
22 May 2010 6:33 PM
- Replies
- 5
- Views
- 823
Here goes the renderer:
displayIcon = function(value){
switch(value) {
case 'Idle':
return '<div class="ux-txt-idle"> Setup</div> ';
case 'Active':
... -
26 Apr 2010 10:43 PM
- Replies
- 14
- Views
- 8,750
Thanks daiei, will check my expander...
Just curious whether you are successful to put one gridpanel inside expander? The problem is that the internal gridpanel behaves wired, and also triger... -
26 Apr 2010 10:14 PM
Jump to post Thread: RowPanelExpander for grids by lingz_public
- Replies
- 66
- Views
- 24,094
I am also interested in this topic. Has the same problem for grid in expander....
-
9 Apr 2010 5:58 PM
- Replies
- 1
- Views
- 604
Currently, I tried to find the bar node and hide the bar. But not the good result, the bar will disappear, but the panel will flash in center and then try rendering to whole area, and always rendered...
-
9 Apr 2010 8:39 AM
- Replies
- 1
- Views
- 604
Hi,
I wants to restore original border layout in one button click.
I am using Ext 2.3.0
My layout is as below:
var viewport = new Ext.Viewport({
layout:'border',
... -
7 Apr 2010 3:34 PM
- Replies
- 5
- Views
- 823
Thanks gotcha, this could be in Ext 3.1? I don't find it in Ext 2.3.
BR --Ling -
7 Apr 2010 3:48 AM
- Replies
- 9
- Views
- 998
Hi,
I encountered almost the same problem as you. I assign editor to column during onMetaChange function, and reconfigure() the column model in it.
But the strange part is that, it's working well... -
7 Apr 2010 2:31 AM
- Replies
- 5
- Views
- 823
Thanks gotcha, what I missed is a renderer in ColumnModel definition.
{header: "Country", width: 8, sortable: true, dataIndex: 'action',
renderer:displayIcon,
editor: new... -
23 Mar 2010 6:16 PM
- Replies
- 5
- Views
- 865
Thanks igcristian. That works!
I read document for panel tools config, not fully understood. Thanks for explanations. -
23 Mar 2010 1:16 AM
- Replies
- 5
- Views
- 865
I encounter same question. I want to add customized icon to tool zone, while the icon won't show up. Could be CSS problems, but not knowing what's wrong:
I define the customized css in html file:
... -
23 Mar 2010 12:41 AM
- Replies
- 5
- Views
- 823
Hi,
I am learning Ext JS and just using IconCombo from Sakalos, that's a great component. It works well in form. While when I am trying to put it into grid, it never shows up. Hope to get some... -
22 Mar 2010 12:22 AM
Jump to post Thread: IconCombo in a Grid by lingz_public
- Replies
- 3
- Views
- 1,371
Hi,
I have checked posts about IconCombo and grid, not found the exact answer for putting IconCombo into grid. What I got is a text column showing the "valueField", no icons and drop-down list.
... -
19 Jan 2010 8:11 AM
- Replies
- 568
- Views
- 196,575
Hi Doug,
Tried but still the same, xml source won't change in the display.:-? -
19 Jan 2010 3:13 AM
- Replies
- 568
- Views
- 196,575
Hi, I have one new question concerning fusion chart panel:
In previous post, I got this:
It works right only for changing the swf object. If to change both the swf object and xml data source at the... -
14 Jan 2010 6:47 PM
- Replies
- 568
- Views
- 196,575
Thanks hendricd, this solves my problem. Appreciate your nice plug-in!=D>
-
13 Jan 2010 11:55 PM
- Replies
- 568
- Views
- 196,575
I found the reason for the local fusion.html no data display issue. May the local swf file corrupted, after I changed a new one, it works good.
Thanks!
Then comes the layer problem I encountered... -
12 Jan 2010 7:35 PM
- Replies
- 568
- Views
- 196,575
Thanks for your reply.
But one wired thing is that the demo page fusion.html for version 2.3.0 not working also.
I modified the data source for the file:
,chartURL :... -
12 Jan 2010 5:57 PM
- Replies
- 568
- Views
- 196,575
Hi,
The demo page showed to me nothing in the chart tab. I don't know why.
Seems previously it displayed successfully.
Any idea what's the problem?
I checked the flash player version is... -
12 Jan 2010 7:46 AM
- Replies
- 568
- Views
- 196,575
see previous problem.
-
12 Jan 2010 7:27 AM
- Replies
- 568
- Views
- 196,575
Hi,
I am new to ExtJs and ux.Fusion, have tried the demo page for fusionchart, but the chart panel is empty without any flash chart. This happens in both IE(6) and FF(3.5.7)
I searched around,...
Results 1 to 20 of 20
