Search Type: Posts; User: Sabareesh

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. 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...
  2. 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...
  3. 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...
  4. 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. 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...
  6. Replies
    2
    Views
    216
    Thanks Mitchell

    I will try that .


    Thanks,
    Sabareesh.
  7. 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...
  8. 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...
  9. Replies
    2
    Views
    309
    Hi mitchell

    Thanks a lot that worked as I expected .


    Thankyou.
  10. 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...
  11. 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;
    ...
  12. 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 ,
    ...
  13. Thanks for your reply and time .

    I already figured that and implemented .
  14. 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;
    ...
  15. Replies
    3
    Views
    467
    Thanks for your reply .

    I'll work on this.
  16. 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.
  17. 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...
  18. 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...
  19. 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 .
    ...
  20. 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);"
  21. I figured out.

    Here is the code

    Ext.get('el').load({
    url : 'myJspto load',
    scripts: true
    });
  22. 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.
  23. 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
  24. Fixed it .

    It was problem with the layout of the child item(the tab panel).

    Thanks.
  25. {xtype: 'panel',
    height: gScreenHeight * 0.8914,
    layout: 'border',
    width: '100%',
    items: [{
    xtype: 'appWest', // custom defined component
    ...
Results 1 to 25 of 54
Page 1 of 3 1 2 3