Search Type: Posts; User: syedarshadali
Search: Search took 0.01 seconds.
-
21 Jan 2010 9:35 PM
- Replies
- 4
- Views
- 3,677
Just try that:
var tt = new Ext.ToolTip({
target: averageWorkExpCombo.geEl(),
title: 'Mouse Track',
width: 200,
html: 'This tip will follow the mouse while it is over... -
20 Jan 2010 1:21 AM
- Replies
- 5
- Views
- 1,311
I am also facing the same problem in IE
-
1 Jan 2010 3:46 AM
- Replies
- 2
- Views
- 876
Would you like to share some code.
Thanks. -
19 Dec 2009 2:50 AM
Jump to post Thread: ExtJS vs SmartClient by syedarshadali
- Replies
- 1
- Views
- 2,571
How do you people compare ExtJS with SmartClient
-
18 Dec 2009 5:32 AM
Jump to post Thread: function is undefined..... by syedarshadali
- Replies
- 2
- Views
- 928
Problem is fixed just by adding the scope attribute in the handler,
scope: this -
16 Dec 2009 12:05 AM
Jump to post Thread: function is undefined..... by syedarshadali
- Replies
- 2
- Views
- 928
this.grid = new Ext.grid.GridPanel(
{
store: draftTicketsStore,
cm: new Ext.grid.ColumnModel({
defaults: {
//width: 120,
sortable: true
},
columns: [
// sm, -
12 Dec 2009 9:04 AM
- Replies
- 6
- Views
- 5,508
I am also getting the same problem.
Whats the solution...??? or what am I doing wrong? -
2 Dec 2009 9:28 PM
Jump to post Thread: pie chart lagends by syedarshadali
- Replies
- 7
- Views
- 1,632
Ok, if its not possible then is it possible to extract data from the Pie Chart, data that shows percentages and then we could display that information in a separate area / table. Basically the...
-
2 Dec 2009 9:19 PM
Jump to post Thread: Pie Chart Legends Position by syedarshadali
- Replies
- 0
- Views
- 767
Can we place Pie Chart legends in this way:
http://i48.tinypic.com/4sh0g4.jpg
Or inside pie chart. -
1 Dec 2009 1:42 AM
- Replies
- 0
- Views
- 617
Is there any events to capture next / previous buttons operations, like
onNext , onPrevious -
24 Nov 2009 1:01 AM
- Replies
- 6
- Views
- 3,343
Condor, how should I call it with correct scope? any sample code if you can provide.
Thanks. -
24 Nov 2009 12:28 AM
- Replies
- 6
- Views
- 3,343
//In utils.js, I have a function
this.currentUser = function( callback )
{
//PHP class method called by ExtJS Direct
var f = CMS.Direct.UserInfo.getJSON.createDelegate(null, [callback]);
f();... -
13 Nov 2009 5:14 AM
Jump to post Thread: Reset a Grid/PagingToolbar by syedarshadali
- Replies
- 14
- Views
- 10,044
Will this solution work for ExtJS 3.0??
I want to reset PagingToolbar but the suggested code does not work for me, giving me javascript error:
this.afterTextEl is undefined -
5 Nov 2009 10:44 PM
- Replies
- 1
- Views
- 1,144
Thanks Animal for your reply that I have received in email but not visible here, dont know why, anyhow, in ExtJS doc for TabPabel:
TabPanel use their header or footer element (depending on the... -
4 Nov 2009 11:01 PM
- Replies
- 1
- Views
- 1,144
Can we add 'refresh' tool in TabPanel like 'close' tool??
I want to have a 'Refresh' icon in every tab, like we have a close icon in every tab. -
28 Oct 2009 11:31 PM
Jump to post Thread: IDs conflict problem by syedarshadali
- Replies
- 1
- Views
- 496
Problem has been solved through ref attribute, updated code:
SearchEmployeePanel = new Ext.extend(Ext.Panel,
{
constructor: function(conf)
{
... -
28 Oct 2009 7:30 PM
Jump to post Thread: IDs conflict problem by syedarshadali
- Replies
- 1
- Views
- 496
I am creating a custom component, but when I create 2 instances of the same component in a page, both components sharing same ids (I guess) for child elements.
var searchField;
var frmSearch;... -
28 Oct 2009 3:50 AM
- Replies
- 2
- Views
- 1,981
I can call my specified function on paging toolbar's referesh button's click by :
grid.getBottomToolbar().refresh.on('click', resetSearch );
But, I want to load my store with different params... -
28 Oct 2009 3:42 AM
- Replies
- 10
- Views
- 9,918
Is there any reset method exist in FormPanel?
Oh, we have to call getForm() from FormPanel, then call reset method :) -
28 Oct 2009 3:26 AM
- Replies
- 2
- Views
- 1,981
Is there any event available on pressing Ext.PagingToolbar Refresh button.
-
26 Oct 2009 10:30 PM
- Replies
- 2
- Views
- 1,134
Thanks man, BoxComponent works....
Btw one of the main reason to use ExtJS is a quick support :) -
26 Oct 2009 10:15 PM
- Replies
- 2
- Views
- 1,134
Following code giving me error:
c.getHeight is not a function
ch = c.getHeight();\r\n
Ext.namespace('cms.ui');
var ui = Ext.namespace("cms.ui"); -
25 Oct 2009 8:50 PM
- Replies
- 2
- Views
- 736
Yup, I have just upgrade Opera from 7 to 10, its working now.
-
25 Oct 2009 8:23 PM
- Replies
- 2
- Views
- 736
Web Desktop demo included in ExtJS 3.0 is not working in Opera. I am using Opera 7.54 version. Any idea?
-
5 Oct 2009 10:13 PM
- Replies
- 2
- Views
- 658
Thanks Condor, yes its working after adding root attribute.
Yes I know built in JSON encoder thingy.
Results 1 to 25 of 26
