Search Type: Posts; User: priyapratheep

Search: Search took 0.02 seconds.

  1. Finally I got...

    I use


    Ext.override(Ext.layout.FormLayout, { renderItem : function(c, position, target){ if(c && !c.rendered && c.isFormField && c.inputType != 'hidden'){ ...
  2. willigogs
    I already tried that , but only text area is hiding label can't

    sword-it
    Thanks a lot for answering but,
    when I try your code I am getting error of "TypeError: Ext.create is not a...
  3. Hi I want to dynamically show and hide item of Ext.FormPanel


    var form = new Ext.FormPanel({
    labelWidth: 200, // label settings here cascade unless overridden
    bodyStyle:'padding:5px...
  4. I wan to display legend below in my jsp page dynamically


    {html: '<br><b>Legend:</b><br><font color="#9A2EFE">Deleted Rows</font><br><font color="#F781F3">Added Rows</font><br><font...
  5. Thanks a lot ....
  6. Hi friends

    How to make vertical scroll bars to both side(left and right) of Ext.grid.EditorGridPanel. Now my panel has vertical scroll bar on right side and a horizontal scroll bar. Now user want...
  7. Hi friends

    I want title of my Ext.FormPanel in red color.


    var projectPurchasePanel = new Ext.FormPanel({
    labelWidth: 100,
    title: 'PROJECT PURCHASE',
    frame:true,
    ...
  8. Hi guys,

    My locking grid is working fine...but I have one problem...

    I used wrap

    .x-grid3-cell-inner, .x-grid3-hd-inner
    { white-space: normal; }
    now my grid is display like...
  9. can u pls help me to sort out this? I am new to css and ExtJS

    Thanks in advance
  10. 37183Hi dracofyre,

    Thanks for reply.

    I solved that problem after a long Three days searching.
    viewConfig and view won't go together.That was the problems.

    Now I have another...
  11. Hi

    I am using LockingColumnModel. I have row mismatch problem.

    my code

    var staffHourCm = new Ext.ux.grid.LockingColumnModel([

    {id:'taskOrder' ,header:'' ,dataIndex: 'taskOrder',...
  12. I am using Extjs 3.X.I want to do group summation.

    I want to do like this
    task1 1 5 3
    task1 4 8 5
    sum 5 13 8
    task2 8 1 0
    task2 1 5 8
    sum 9 6 8
  13. convert: function (v, rec) { return '<b>'+rec.last_name + ' ' + rec.first_name+'</b>'

    Like that I want

    return '&nbsp' +'&nbsp' +'&nbsp' +'&nbsp' +rec.screenName .It is working fine, but...
  14. Hi
    I am using ExtJS3

    In my combo box I am displaying values like below
    Head1
    Sub1.1
    Sub1.2
    Sub 1.3
    Head2
    Sub2.1
  15. Replies
    90
    Views
    87,642
    Again thanks kallou ,

    We are using Extjs3.x

    I tried your link too ... fed up with this don't know what to do further
  16. Replies
    90
    Views
    87,642
    kallou Thanks for the quick reply...

    last two days i am digging in this area ..visited most of the sites related to this...

    my frame work side is working fine with the html form submission. But...
  17. Hi k.pavithra

    Thanks for the code.I followed the above code , in my code

    url:'/path/strutsaction.do',
    method:'POST',
    lines i am getting error of 404 /path/strutsaction.do can not fine error...
  18. Replies
    90
    Views
    87,642
    Hi

    I want to upload a file. I want to use ExtJs and struts1.I am hunting for the result for last two days. No I am running out of time. Even though I posted in this forum I failed to get the...
  19. Replies
    2
    Views
    1,092
    Hi scottmartin

    Thanks for the reply....

    Actually I already tried that links...My problem is system can not trace the url

    I am getting error


    ...
  20. Replies
    2
    Views
    1,092
    Hi anybody help me to call struts form from extJS



    var csDocPanel = new Ext.form.FormPanel({
    standardSubmit: true,
    frame:true,
    title: 'Costing Sheet...
  21. In my program I am integrating ExtJS with struts.

    From JSP I am uploading a file through struts. Two days I am googling and tried many different ways. Here is my code

    ExtJS

    var...
  22. Hi,

    The below is part of my code

    var cm = new Ext.grid.ColumnModel([
    {id: 'screenname' ,header: "Band Name" ,dataIndex: 'screenName' ,width: 120 ,editable:false, editor: new...
Results 1 to 22 of 22