Search Type: Posts; User: Manoj Parida

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thanks Slemmon for your replay.

    So there is no possibility for straight forward.

    Can you have any other appraoch for this.


    Thanks,
    Manoj
  2. Hi All,

    I have this checkboxgroup,



    Ext.create('Ext.form.Panel', { title: 'Checkbox Group', width: 300, height: 125, bodyPadding: 10, renderTo: Ext.getBody(), items:[{ ...
  3. Thanks for your reply,actually i did not get your points,please give some brief descriptions about this :-/


    Thanks
    Manoj Parida
  4. Hi All,

    I want to achieve re-arranging fields in form panel by drag and drop.
    For an example,i have one text field and one combo box in a form panel with vertical/horizontal manner and here i...
  5. Replies
    1
    Views
    254
    Got the solution,by below steps:
    1:define xtype:removecontainer (extending container) and the design should looks like below


    {
    xtype : 'removecontainer',
    layout : 'hbox',
    ...
  6. Replies
    1
    Views
    254
    Hi All,

    I am using ExtJs 4.1,here have a formpanel with items like textfield.While mouseover each textfield will show with a border to textfield and an icon in top-right corner.By click on icon...
  7. Cool,for working purpose it is acheived by one technique,below mention steps
    Initially hidden:true for this grid.
    1- Get the id of grid by

    Ext.getCmp('grid-id');

    2- Now to showing grid by...
  8. Please help someone to me about this :-/
  9. Here is an ajax request to backend




    // Ajax request
    Ext.Ajax.request({
    url : 'http://localhost:8080/myapp',
    method: 'GET',
    params: {
  10. Hi,


    As per refresh(),it refreshes the view by reloading the data from the store and re-rendering the template.So when we call this method,store will be reloaded.
    For your requirement,can you...
  11. Thanks for moving.

    May i know is this a bug in Extjs 3.4 and we are not able to show items.

    As per i gone through in forum,it is a bug in Extjs 2.2,please look into this link...
  12. Hi All,

    I am using Extjs 3.4,
    setting hidden:true for an item(grid) and when i click on a button,want to show this grid

    for that i am using
    grid.show(); or
    grid.setVisible(true);

    It is...
  13. Yes!!!got the way to acheive this.

    When row is selected from one grid,firing 'rowselect' event and get the row index,pass this index to other tab by tabchange evnt of tabpanel.
    //grid selection ...
  14. Hi All,

    I have two gridpanels as item in Tabpanel,these gridpanels having no of rows,
    If i click on any row in activetab,row color is changed by below style

    #abc .x-grid3-row-selected{
    ...
  15. This is good topic,but when i used this code and run in emulator's browser,

    1: There is no number field while user wants to enter text in password field.
    2: From general keypad if select...
  16. No, i didn't tried with sqlite proxy.
    Can you please give some idea about this.


    Regards
    Manoj Parida
  17. Hi All,

    As i am creating one app in android,it is for storing and retrieving data from android device.

    For this i used Storage api of phonegap,data what ever in my form is inserted into my...
  18. As of now, both itemtap and disclose event working in itemtap event
    like below code-

    itemtap : function(component,index,target,record,eOpts) {
    if (eOpts.target.className...
  19. Is there any good tricks,that we have to handle both these events separately.
    Means
    disclose : function( this, record, target, index, e, eOpts
    ) {
    ...
  20. Hi All,

    1- One list is configured with onItemDisclosure: true, for this disclose event is fired.
    2- Again, itemtap event is fired in list, for editing the list item.

    Now the problem is when...
  21. Thanks for suggestion,as {"id":"123456"} is my response coming while click on submit button,it is coming because it has no success:"true" field and failure function is execute.


    After getting ...
  22. Hi,
    I gone through this link,as this link tells that

    There isn't anything there that will override the submit method.

    Is it acceptable or we may override ?

    Any suggestions!!!!
  23. Hi,
    I want to override submit method of Ext.form.Panel while click on login button in form, for adding extra field in response.

    If possible,give some idea.


    Thanks in Advance.

    ...
  24. Hi All,
    I using touch application code to call rest api and one value is coming through Response Headers,how can i get it form Response Headers


    Response Headers content
    ...
  25. Thanks for reply.
    As of my problem,

    itemTpl: [
    '<div class="list-gg">{name}<span class="list-button"><button id="detailsButton" class="detailsButton" hidden=true>Delete</button> </span> </div>'...
Results 1 to 25 of 28
Page 1 of 2 1 2