Search Type: Posts; User: Sneha004
Search: Search took 0.02 seconds.
-
10 Jun 2012 10:35 PM
Jump to post Thread: Tree Nodes by Sneha004
- Replies
- 1
- Views
- 293
Hi,
Can any one give some idea how to disable all the treel nodes stored in the store by clicking on a button?
I have created one tree panel which is having one button as dockedItems of the... -
23 May 2012 6:26 AM
- Replies
- 2
- Views
- 463
Thanks a lot.
Its working now. :) -
23 May 2012 1:55 AM
- Replies
- 2
- Views
- 463
Hi,
Can anyone help me regarding to tabpanel event?
One tab is activated in tabpanel.
Is there any event will be fired by clicking on the same tab again?
I want to write that event in... -
28 Apr 2012 2:32 AM
- Replies
- 25
- Views
- 38,089
But I am using ExtJs4.0 .
Can any one give solution how to get json data from service response which should reflect on the grid ?
Please give me the solution as soon as possible.
I have used... -
25 Apr 2012 3:58 AM
- Replies
- 25
- Views
- 38,089
Can I use success() and failure() function inside store.load({}) in ExtJs4?
I tried ,But its not working .
My code as :
store.load({
success: function(rec, op) {
... -
19 Apr 2012 9:10 PM
Jump to post Thread: Grid Header filter by Sneha004
- Replies
- 2
- Views
- 605
Thank Scott,
Yes, I am using third party for grid header filter on a grid.
I am using plugin as
plugins : [Ext.create('Ext.ux.grid.GridHeaderFilters')]
on a grid.
And on column I am using... -
19 Apr 2012 6:17 AM
Jump to post Thread: Grid Header filter by Sneha004
- Replies
- 2
- Views
- 605
Hi,
Can anyone suggest me solution for grid header filter.
I did grid header filter Its working fine.
But I need if I'll type 4 characters (say) after that , filter should work.
Now its... -
26 Mar 2012 5:06 AM
Jump to post Thread: ToolTip on Grid Header by Sneha004
- Replies
- 5
- Views
- 1,752
Thanks Vietits,
I tried for those two problems.
One problem, Displaying image on column Header is working now.
But the tooltip problem is not solving.
I have initialized... -
23 Mar 2012 1:27 AM
Jump to post Thread: ToolTip on Grid Header by Sneha004
- Replies
- 5
- Views
- 1,752
Thanks vietits,
That icon is displaying on rows but not on grid header .
How to display the icon on grid header ?
For tooltip ,Where I should initialize 'Ext.tip.QuickTipManager' ?
And how to... -
22 Mar 2012 10:32 PM
Jump to post Thread: ToolTip on Grid Header by Sneha004
- Replies
- 5
- Views
- 1,752
Hi All,
I am trying to show tooltip for grid header
The code is as :
{
xtype :'gridpanel',
columns :[
{
xtype : 'actioncolumn',
... -
20 Mar 2012 8:02 PM
Jump to post Thread: WebService Call from Store by Sneha004
- Replies
- 3
- Views
- 311
Thanks chramer,
I have written proxy , but its not working....
Whats the reason , please clarify....:( -
20 Mar 2012 4:36 AM
Jump to post Thread: WebService Call from Store by Sneha004
- Replies
- 3
- Views
- 311
Hi All,
I have a problem on connecting webservice to store in .js file.
In store, My code is as follows :
Ext.define('VehicleStore', {
extend : 'Ext.data.Store',
model:'vehicle',... -
15 Mar 2012 12:01 AM
Jump to post Thread: SplitButton issue by Sneha004
- Replies
- 1
- Views
- 223
I got the solution
I can write like
menu:{xtype:'menu',
id:'menuid',
}
:) -
14 Mar 2012 11:57 PM
Jump to post Thread: SplitButton issue by Sneha004
- Replies
- 1
- Views
- 223
Hi all,
I have one doubt on splitbutton.
I have added menu config for splitbutton like as follows :
menu : new Ext.menu.Menu({
id : 'menuId',
items : [{
... -
12 Mar 2012 2:44 AM
Jump to post Thread: tabpanel event by Sneha004
- Replies
- 4
- Views
- 536
Thank you so much for your quick reply
I did not mention listeners inside tabConfig .
So , it was not working
Thank you so much again.....:) -
12 Mar 2012 1:44 AM
Jump to post Thread: tabpanel event by Sneha004
- Replies
- 4
- Views
- 536
Thanks vietits for your quick reply,
tabchange event will be fired when I click on different tab.
But I want to click on same tab , then what will be the event name
I have used listeners also... -
12 Mar 2012 1:10 AM
Jump to post Thread: tabpanel event by Sneha004
- Replies
- 4
- Views
- 536
Hi All,
Can any one tell me the event name when I click on the current tab on which i am working on?
Plz give solution as soon as possible
Thanks -
7 Mar 2012 9:59 PM
Jump to post Thread: Global Group by Sneha004
- Replies
- 1
- Views
- 378
Hi,
Can anyone suggest me how to use global group ?
If I 'll create one variable like globalgroup=glgrp ,
Then How to use this global group in .js file?
thanks..... -
5 Mar 2012 12:55 AM
Jump to post Thread: Loading data on grid by Sneha004
- Replies
- 5
- Views
- 479
Yes,
This one is type mistake .
I'll not do such silly mistake.
Can you give me the solution? -
5 Mar 2012 12:42 AM
Jump to post Thread: Loading data on grid by Sneha004
- Replies
- 5
- Views
- 479
{
xtype : 'gridpanel',
id : 'gridId',
width :... -
4 Mar 2012 10:43 PM
Jump to post Thread: Loading data on grid by Sneha004
- Replies
- 5
- Views
- 479
Hi,,
I am facing problem on loading data on grid.
When I run my application ,the data on first tab is loading.
When I click on second tab and then by clicking on first tab the loaded data has... -
29 Feb 2012 11:42 PM
- Replies
- 3
- Views
- 879
Thanks vietits,,
I got your statements.
I was trying to implement this code in button handler because when I click on the button the value will be populated into the combo box but not the... -
29 Feb 2012 3:40 AM
- Replies
- 3
- Views
- 879
Hi,
I am trying to remove duplicate value from ComboBox which is loading the data from Json file for a particular column.
Unfortunately I am unable to solve this one.
Can anyone give me the... -
27 Feb 2012 4:53 AM
- Replies
- 6
- Views
- 1,103
Thank vietits for your reply ,
In ExtJS4 , We are not supposed to use Ext.getCmp() function .
If I give different name for different panel it'll be same as using Id of the component which... -
26 Feb 2012 10:46 PM
- Replies
- 6
- Views
- 1,103
In ExtJS 4 , there is no config called 'name' for panel.
So, How can I access the more number of panels using 'refs' ?
Please give some valuable solution ....
Results 1 to 25 of 36
