Search Type: Posts; User: manoj123
Search: Search took 0.01 seconds.
-
26 Dec 2012 11:40 PM
Jump to post Thread: PieChart colouring by manoj123
- Replies
- 5
- Views
- 492
Can anyone shed some light into this issue? Please!!!
Happy New Year. -
17 Dec 2012 3:30 AM
Jump to post Thread: PieChart colouring by manoj123
- Replies
- 5
- Views
- 492
Removing the theme configuration worked fine. I wanted to use Chart theme to determine the colour based on the chart data.
Can experts help me with this? I am unable to use theme to render charts... -
25 Sep 2012 4:45 AM
Jump to post Thread: PieChart colouring by manoj123
- Replies
- 5
- Views
- 492
After eliminating line by line, I found
theme: 'Base:gradients',
is the problem creator. Any reason why same theme cannot be used in different piecharts? -
25 Sep 2012 4:09 AM
Jump to post Thread: PieChart colouring by manoj123
- Replies
- 5
- Views
- 492
Thanks for looking. Below is my simplified code using local store.
Ext.onReady(function () {
var generateData = function(n, floor){
var data = [],
p =... -
24 Sep 2012 7:31 AM
Jump to post Thread: PieChart colouring by manoj123
- Replies
- 5
- Views
- 492
I have a tabbed panel with a piechart inside each panel. Piechart in the first tab is displaying fine but rest of them do not have colours. Have attached pictures of correctly displayed and...
-
10 Apr 2012 9:45 AM
- Replies
- 1
- Views
- 748
Hi,
I have a two panels: A TreePanel (URL TreeStore) on the left with a list of departments and employees. When an user clicks on the employee name, a new tab is added to the TabPanel on the right... -
12 Mar 2012 6:25 AM
- Replies
- 1
- Views
- 335
Anyone? :)
-
11 Mar 2012 3:02 PM
Jump to post Thread: How to hide tabs in tabpanel? by manoj123
- Replies
- 3
- Views
- 1,223
I did not quite follow your code..but try the following snippet from the docs
tabpanel.child('#home').tab.hide(); -
11 Mar 2012 11:53 AM
- Replies
- 1
- Views
- 335
This could be a generic Java and JavaScript related question but just want to see how EXT JS community achieved this kind of functionality.
1. I have a EXT JS web interface which includes forms.... -
7 Mar 2012 7:18 AM
Jump to post Thread: Tooltip color based on value by manoj123
- Replies
- 1
- Views
- 481
I have a tree panel with qtip on each item in the tree. I wanted to change the color of the tool tip (or some text in the tool tip) based on the value. The item 'Green' should have a tool tip in...
-
30 Jan 2012 8:02 AM
- Replies
- 2
- Views
- 942
Thanks mitchellsimoens
Have visited this thread to update about the same thing. Adding beforeload event on the loader worked fine. A suggestion from you means its not a hack. :) -
29 Jan 2012 4:15 PM
- Replies
- 2
- Views
- 942
I am trying to create a panel with a loader and an auto refresh in fixed intervals after rendering. On auto refresh, the components are duplicated rather than being overwritten. I tried to add...
-
11 Jan 2012 11:06 PM
Jump to post Thread: Basic extension help by manoj123
- Replies
- 3
- Views
- 423
Thanks for your time mitchellsimoens.
Your tip helped me to create a custom component and add the object to a Panel. However if I create a second instance and add to the same Panel, only one... -
11 Jan 2012 1:44 AM
- Replies
- 5
- Views
- 450
Also add the following line at the end.
rawDataPanel.doLayout();
If that doesn't work, can you try printing out rawDataPanel to console and check in firebug? -
11 Jan 2012 12:52 AM
- Replies
- 5
- Views
- 450
How about the following code?
var rawDataPanel = Ext.getCmp('rawDataContainer');
rawDataPanel.removeAll(); -
11 Jan 2012 12:31 AM
Jump to post Thread: Basic extension help by manoj123
- Replies
- 3
- Views
- 423
I wanted to create a component with a lable, progressbar and a button (like the image below). I realise it requires extending existing component. Although I have used Ext JS in the past, never really...
-
2 Jun 2011 8:34 AM
Jump to post Thread: MessageBox focus/defaultButton by manoj123
- Replies
- 4
- Views
- 701
thanks a lot. defer option did the trick. However there is no visual indication of 'No' button being selected?
-
2 Jun 2011 7:51 AM
Jump to post Thread: MessageBox focus/defaultButton by manoj123
- Replies
- 4
- Views
- 701
no responses? I thought it would be very simple solution /:)
-
2 Jun 2011 5:01 AM
Jump to post Thread: MessageBox focus/defaultButton by manoj123
- Replies
- 4
- Views
- 701
Hi,
Have read numerous threads on how to set a defaultButton or focus to 'No' button on MessageBox. However could not manage to get this feature right. Below is my sample code.
var... -
4 Apr 2011 9:34 AM
- Replies
- 3
- Views
- 528
Thanks for looking Fay.
I can see the Ajax disableCachingParam (_dc) coming in as the request which should disable caching. Having said so, after I read your message, have also tried various... -
4 Apr 2011 7:07 AM
- Replies
- 3
- Views
- 528
I have a page with lots of Panels including TreePanels etc. It works everything on Firefox but on IE 8, dataStore.load() of GridPanel and treepanel.root.reload() doesn't seem to do anything. If I...
-
12 Dec 2008 8:33 AM
Jump to post Thread: layout suggestions please by manoj123
- Replies
- 0
- Views
- 567
hi,
I am playing with different layouts to meet my requirements. I have
two panels (Panel1, Panel2) aligned vertically.
both can be collapsable.
when I collapse one of them, other should... -
13 Nov 2008 3:25 AM
Jump to post Thread: declaring own css on tabpanel by manoj123
- Replies
- 7
- Views
- 1,442
if I did this using 'contentEl:' config option instead of 'html:' , css declared is not working.
any clues?
cheers
maddy -
12 Nov 2008 3:36 AM
Jump to post Thread: Panel with HTML and list by manoj123
- Replies
- 0
- Views
- 638
This is from a Ext Js newbie.
I wanted to create simple Panel with HTML. HTML has UL items with a style 'list-style-image' . However extjs panel does not display list item with an image infront....
Results 1 to 24 of 24
