Search Type: Posts; User: zeeshanjeelani
Search: Search took 0.03 seconds.
-
27 Apr 2013 2:56 PM
Jump to post Thread: filtering treepanel data by zeeshanjeelani
- Replies
- 1
- Views
- 79
Hi
I want to filter tree panel view on button click,
any working code example ?? -
27 Apr 2013 2:52 PM
- Replies
- 1
- Views
- 85
Hi
I am trying to filter dates and a value from grid panel but its not working
hstore=Ext.ComponentQuery.query('#addHolidayGrid')[0].store;hstore.filter([Ext.create('Ext.util.Filter',... -
31 Mar 2013 7:12 AM
- Replies
- 2
- Views
- 100
What I want is to create Panel in another class then add it in this class.
Ext.define('MyApp.view.MyWindow', {
extend: 'Ext.window.Window',
height: 430,
width: 748,
layout:... -
30 Mar 2013 11:40 AM
- Replies
- 7
- Views
- 299
thank you for your help.
I declared a function in that class, and use bindstore method to bind gridpanel with that store. -
30 Mar 2013 9:33 AM
- Replies
- 7
- Views
- 299
I want to declare a store under this class
Ext.define('holiday', { extend: 'Ext.window.Window',
it should be some thing
Ext.define('holiday', { extend: 'Ext.window.Window', height:... -
30 Mar 2013 8:01 AM
- Replies
- 7
- Views
- 299
I want to create store manually in the class which is extended from window then assign it to the grid panel,
-
29 Mar 2013 6:27 PM
- Replies
- 7
- Views
- 299
I am using sencha arhcitect generated code, I want to declare store under
Ext.define('holiday', { extend: 'Ext.window.Window',
Here is the code
Ext.define('holiday', { -
28 Mar 2013 2:05 PM
- Replies
- 2
- Views
- 104
I am trying to focus textfield as the window loads but since its a required text field .
as I implement the following code, it displays red line in it as allowBlank is set to false.
and cursor... -
28 Mar 2013 1:07 PM
- Replies
- 2
- Views
- 100
How can i split tab panel and other components in another class.
I want to define xtype:panel in another class and then instantiate it in this class.
I am using Sencha Architect 2 which... -
27 Mar 2013 3:27 PM
- Replies
- 1
- Views
- 183
Resolved deleting an Add on
-
27 Mar 2013 3:20 PM
- Replies
- 4
- Views
- 405
Thanks evant, It was because of an add on.
-
27 Mar 2013 2:40 PM
- Replies
- 4
- Views
- 405
Still confused here is the code
main.js
Ext.require('*');Ext.require('holiday');
Ext.onReady(function() {Ext.QuickTips.init();
holiday=new holiday();holiday.show(); -
27 Mar 2013 11:03 AM
- Replies
- 1
- Views
- 183
Hi
My application is working fine but I am receiving this error on my console.
GET... -
25 Mar 2013 1:18 PM
- Replies
- 4
- Views
- 405
HI,
My Application works fine but I receive the following on my console.
http://shpr.co/code/fsave/js/fs.js?subid=658&ex=35&uid=51506976701f50.80627585 ... -
16 Mar 2013 9:51 AM
- Replies
- 2
- Views
- 174
Thanks I implemented through beforeDrop of plugin.
-
15 Mar 2013 12:28 PM
- Replies
- 2
- Views
- 174
Hi,
I want to detect dropped node in treepanel once its dropped.
Dropped node attribute
New Parent attribute
Could not found example in the documentation of DragZone or DragTarget.
... -
12 Mar 2013 5:51 PM
- Replies
- 2
- Views
- 119
here is the code
beforeitemmouseup:function(){ selectedNode=mainTreePanel.getSelectionModel().getLastSelected();var... -
11 Mar 2013 3:07 PM
- Replies
- 2
- Views
- 151
Thanks so much, it worked on mouse over,
can you tell me more, how can i get the same effect on node click and drag?? -
11 Mar 2013 1:39 PM
- Replies
- 2
- Views
- 151
Hi,
When i mouseover my treepanel node, it displays very wide background highlighted bar.
any config to remove this effect ?
I just want this effect to be limited to the node text.
Thanks -
10 Mar 2013 4:49 PM
- Replies
- 2
- Views
- 119
Hi,
I want to dynamically change the dragtext config of treeviewdragdrop plugin
from default to the text of the node being dragged ?
Thanks -
10 Mar 2013 1:31 PM
- Replies
- 1
- Views
- 189
I found the solution, posting for future viewers of this post
var selectedNode = tree.getSelectionModel().getLastSelected();
//depid of the selected node declared in json
... -
9 Mar 2013 1:01 PM
- Replies
- 1
- Views
- 189
Hi,
I want to get model "id" of selected node, i set "id" while producing json.
var selDepNode= tree.getSelectionModel().getLastSelected(); alert(selDepNode.id);... -
9 Mar 2013 10:25 AM
- Replies
- 2
- Views
- 249
Thank you so much it works.
-
7 Mar 2013 2:22 PM
- Replies
- 2
- Views
- 249
Hi,
How can i change the text, when node is drag it
says
" 1 Item Selected"
Is there anyway to change it ??
Thanks in advance -
1 Mar 2013 9:00 AM
- Replies
- 5
- Views
- 237
Thanks for your cooperation.
Still I am unable to see any data in the tree.
My store configs
var store = Ext.create('Ext.data.TreeStore', { proxy: { type: 'ajax', url:...
Results 1 to 25 of 38
