Search Type: Posts; User: Sabareesh
Search: Search took 0.02 seconds.
-
23 Apr 2013 10:21 PM
Jump to post Thread: Portal Panel in ext-4.2.0 by Sabareesh
- Replies
- 2
- Views
- 129
currently i achieved my requirement by putting all the items in a simple panel with column layout and added that to the portal panel .
So is this the only way achieve that or is there any other... -
22 Apr 2013 3:51 AM
Jump to post Thread: Portal Panel in ext-4.2.0 by Sabareesh
- Replies
- 2
- Views
- 129
http://docs.sencha.com/extjs/4.2.0/#!/example/portal/portal.html
In portal panel is there any way to limit the number of columns , currently if i add 4 items to the panel it creates 4... -
1 Apr 2013 10:53 PM
Jump to post Thread: Form validation on tab change by Sabareesh
- Replies
- 2
- Views
- 182
Hi Mitchell
Thanks for your reply and time.
I some how figured that out after posting this query in the forum and implemented succesfully.
Once again thanks for your reply... -
28 Mar 2013 11:29 PM
Jump to post Thread: Form validation on tab change by Sabareesh
- Replies
- 2
- Views
- 182
I have a tab panel with 3 tabs and in each tab there is a form . I want to stay on the active tab on tabchange if some form fields are blank , so i am using 'beforetabchange' listener .
Here is my... -
5 Mar 2013 1:06 AM
- Replies
- 12
- Views
- 3,794
Hi droessner
I was trying to implement the different editors for different rows in extjs 4.0.x , everything is working fine , but the combo box editor works only for the first time... -
17 Jan 2013 8:25 PM
Jump to post Thread: Layout Problem by Sabareesh
- Replies
- 2
- Views
- 216
Thanks Mitchell
I will try that .
Thanks,
Sabareesh. -
16 Jan 2013 1:34 AM
Jump to post Thread: Layout Problem by Sabareesh
- Replies
- 2
- Views
- 216
I have a panel of hbox layout , in which one is tree panel and other one is a empty panel named as 'centerPanel'.
So when a particular leaf in the tree panel is clicked i add items to the... -
4 Dec 2012 8:22 PM
Jump to post Thread: Grid header filters by Sabareesh
- Replies
- 169
- Views
- 88,434
Hi
I am using Extjs version 3 . Grid filter is working fine when i use the below coding
var filterRow = new Ext.ux.grid.FilterRow({
// automatically refilter store when records are... -
18 Sep 2012 2:12 AM
Jump to post Thread: Dataview by Sabareesh
- Replies
- 2
- Views
- 309
Hi mitchell
Thanks a lot that worked as I expected .
Thankyou. -
13 Sep 2012 4:42 AM
Jump to post Thread: Combo box in tab bar by Sabareesh
- Replies
- 1
- Views
- 561
In extjs 4 there is a tabbar function using which we can add any xtype to the tab header which is as below
this.tabbar.add();
How could we do the same in extjs 3 , i couldn't find any options... -
12 Sep 2012 1:18 AM
Jump to post Thread: Dataview by Sabareesh
- Replies
- 2
- Views
- 309
In dataview.css i am using the below css
#images-view .thumb img{
height: 180px;
width: 210px;
}
#images-view .thumb-wrap{
float: left;
margin: 4px;
margin-right: 0;
... -
3 Sep 2012 1:08 AM
- Replies
- 3
- Views
- 478
I have 4 fieldset in my form so making it readonly on the fly is fine for the first fieldset , but it is throwing error in the second fieldset ,
... -
3 Sep 2012 12:28 AM
- Replies
- 3
- Views
- 478
Thanks for your reply and time .
I already figured that and implemented . -
2 Sep 2012 10:20 PM
- Replies
- 3
- Views
- 478
How to make a form read only on the fly
I am trying something like this
Ext.getCmp('formId').items.each(function(f){
f.el.dom.readOnly = true;
... -
2 Sep 2012 10:17 PM
Jump to post Thread: Disabling grid columns by Sabareesh
- Replies
- 3
- Views
- 467
Thanks for your reply .
I'll work on this. -
31 Aug 2012 1:40 AM
Jump to post Thread: Disabling grid columns by Sabareesh
- Replies
- 3
- Views
- 467
How to disable grid columns based on a condition .
I have a boolean variable based on this i need to disable particular columns in my grid .
How would i do it ?
Thanks. -
4 Jun 2012 4:49 AM
Jump to post Thread: Maps in Extjs4 by Sabareesh
- Replies
- 5
- Views
- 904
Thanks scott .
I included markers in my map , which i have hard coded for now. Once i form my JSON from server side i will take markers from that .
Also I have included labels which appear... -
31 May 2012 10:27 PM
Jump to post Thread: Maps in Extjs4 by Sabareesh
- Replies
- 5
- Views
- 904
Hi scottmartin ,
Thanks , I tried it as u said , and was working fine in IE , but not in firefox, so i checked my Internet options and found the problem , and it is working fine in both the... -
31 May 2012 2:29 AM
Jump to post Thread: Maps in Extjs4 by Sabareesh
- Replies
- 5
- Views
- 904
If i call the method doGetGoogleMap() from my address bar in IE such as
http://localhost:8080/Maps/home?action=doGetGoogleMap() , the map is showing
the same thing is not working with firefox .
... -
30 May 2012 11:50 PM
Jump to post Thread: Maps in Extjs4 by Sabareesh
- Replies
- 5
- Views
- 904
I am trying to use google maps in my application . But I am facing the following problem
"GMap2 is not defined
chrome://firebug/content/blank.gif
this.gmap = new GMap2(this.body.dom);" -
28 May 2012 1:11 AM
- Replies
- 1
- Views
- 355
I figured out.
Here is the code
Ext.get('el').load({
url : 'myJspto load',
scripts: true
}); -
27 May 2012 9:09 PM
- Replies
- 1
- Views
- 355
I want to display a jsp page inside a panel (I am using border layout). I want to display a jsp page in north region.How would i do it.
In extjs3.4 there is autoLoad . But how to do with extjs 4. -
9 May 2012 11:23 PM
Jump to post Thread: Data View by Sabareesh
- Replies
- 1
- Views
- 315
Is there anyway to resize the images in the dataview based on the screen resolution . So that the images fit to the panel no matter what the screen resolution is?
Thanks -
8 May 2012 6:45 AM
- Replies
- 3
- Views
- 384
Fixed it .
It was problem with the layout of the child item(the tab panel).
Thanks. -
8 May 2012 4:04 AM
- Replies
- 3
- Views
- 384
{xtype: 'panel',
height: gScreenHeight * 0.8914,
layout: 'border',
width: '100%',
items: [{
xtype: 'appWest', // custom defined component
...
Results 1 to 25 of 54
