Ext 2.x: Help & Discussion

+ Post New Thread

  1. New user - ellipsis question

    Hello all and well met. I'm new at my company and have found myself quickly thrown into a full-scale Ext-based project, and me with very little...

    Started by rothaar, 31 Jul 2008 11:37 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 2,508
    6 Aug 2008 4:40 AM Go to last post
  2. Using Record.set to update an array property

    I have a json store where the data looks something like this: var data = {records: } I want to be able to update score. When I try and update...

    Started by developmentalmadness, 6 Aug 2008 4:37 AM
    • Replies: 0
    • Views: 1,242
    6 Aug 2008 4:37 AM Go to last post
  3. Question [SOLVED] Problem with expanding nodes

    Hello :), I am trying to save my tree. I used zesh's post here to help me: http://extjs.com/forum/showthread.php?t=1930&highlight=textchange. I...

    Started by barboul, 21 May 2008 1:46 AM
    • Replies: 9
    • Views: 1,625
    6 Aug 2008 4:34 AM Go to last post
  4. Adding dynamic tab contains a formPanel gives error

    var _mgmtAct = new Ext.form.TextField({ fieldLabel: 'Action', name: 'mgmt_action', width:250, maxLength: 1000 }); var...

    Started by srajakaruna, 5 Aug 2008 8:23 PM
    • Replies: 3
    • Views: 1,744
    6 Aug 2008 3:56 AM Go to last post
  5. Row Expander + How to format output?

    Hi, At the moment I have a a datastore that feeds my grid. When I display a date field from my datastore to my row expander, it looks like this ...

    Started by vibez, 6 Aug 2008 3:52 AM
    • Replies: 0
    • Views: 576
    6 Aug 2008 3:52 AM Go to last post
  6. Grid height problem on increase of screen resolution.

    Hi, I am using Grid in my application. In normal resolution window(1024*768), my application is working fine. But when i change the...

    Started by john_kennedy, 1 Aug 2008 3:48 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 5,238
    6 Aug 2008 3:37 AM Go to last post
  7. Question [2.x] Reducing horizontal viewport size issue in IE6

    There's an issue with horizontal window resizing in Ext 2.x and IE6. The sizing correct when increasing the horizontal size, but sizes are not...

    Started by jonathanv, 6 Aug 2008 2:44 AM
    • Replies: 2
    • Views: 657
    6 Aug 2008 3:06 AM Go to last post
  8. in layout column to put button to buttom

    I write the code below. { xtype: 'form', layout: 'column', defaults: { border: false, layout: 'form' }, ...

    Started by emredagli, 6 Aug 2008 2:35 AM
    • Replies: 0
    • Views: 826
    6 Aug 2008 2:35 AM Go to last post
  9. Dynamic creation of ext objects from json data

    Hi, Is there anyone who knows a good way to convert json data (from the server) into ext objects (panels, textfields, buttons, etc.) at runtime?....

    Started by extnewbie, 6 Aug 2008 12:05 AM
    • Replies: 2
    • Views: 937
    6 Aug 2008 2:29 AM Go to last post
  10. Wink Inter frame drag and drop using Ext ?

    Currently there is no support from Ext to perform drag and drop between frames. All though this is based on the underlying browser limitation, there...

    Started by Boss, 6 Aug 2008 2:03 AM
    • Replies: 1
    • Views: 860
    6 Aug 2008 2:18 AM Go to last post
  11. autoLoad panel

    Hi. I'd like to load a simple html page inside a Panel so I tried to use the property autoLoad but it doesn't work, I have no one error but nothing...

    Started by francesca1081, 31 Jul 2008 8:25 AM
    • Replies: 6
    • Views: 3,073
    6 Aug 2008 1:37 AM Go to last post
  12. How to get the Element using autoLoad

    var officePanel = new Ext.Panel({ autoScroll : true, autoLoad:{url:officeControl.jsp} }); officeControl.jsp <%@ page...

    Started by afei, 6 Aug 2008 12:01 AM
    • Replies: 3
    • Views: 1,022
    6 Aug 2008 1:25 AM Go to last post
  13. How I can change text inside div?

    I have a div like this: <div id="mydiv">This is some text</div> Now I just want change the text dynamically. I have tried this: tmp =...

    Started by Stargazers, 6 Aug 2008 1:10 AM
    • Replies: 1
    • Views: 707
    6 Aug 2008 1:18 AM Go to last post
  14. Live Group Summary

    There's any way to limit when show the live group summary? I mean, I want only to show the summary due to a specific groupField. Thanks :)

    Started by vizcano, 14 Jul 2008 10:58 PM
    • Replies: 1
    • Views: 600
    6 Aug 2008 1:02 AM Go to last post
  15. Post Loading Mask on Button

    Hi All, I am trying to mask a button while the form gets loaded. Please see the screen shot attached. I am trying something like this... but no...

    Started by ritesh.kapse, 5 Aug 2008 11:10 PM
    • Replies: 1
    • Views: 731
    6 Aug 2008 12:55 AM Go to last post
  16. TabPanel/Nested BorderLayout rendering problem

    I'm having a problem with something that I haven't seen described on here before... It's causing all sorts of headaches for me. I've attached two...

    Started by catacaustic, 5 Aug 2008 3:52 PM
    • Replies: 7
    • Views: 1,468
    6 Aug 2008 12:51 AM Go to last post
  17. Drag&Drop small problem

    Hi I have a small problem with drag and drop and don't know how to solve in easy way. Need to get a rowIndex from dropped table, i wish to add data...

    Started by crmd009, 5 Aug 2008 4:32 AM
    • Replies: 2
    • Views: 745
    6 Aug 2008 12:25 AM Go to last post
  18. Question Howe to specify top and left co-ordinates for buttons?

    Hi all, Can someone tell me is there any other way than using class to specify top and left co-ordinates for the button ?

    Started by Priyank014, 3 Aug 2008 9:07 PM
    • Replies: 6
    • Views: 1,047
    6 Aug 2008 12:03 AM Go to last post
  19. Exclamation [SOLVED] numberfield content align

    Hi, I use numberfield in my formpanel, I noticed that the alignment is set to left ... For a number I should expect to have a right alignment .....

    Started by maquejp, 5 Aug 2008 10:51 PM
    • Replies: 3
    • Views: 1,180
    5 Aug 2008 11:58 PM Go to last post
  20. Window autoheight

    I have set up autoheight:true for window. This window contains grid. When I change the height of the grid, the height of window does not change. How...

    Started by pafciu17, 5 Aug 2008 11:35 PM
    • Replies: 1
    • Views: 685
    5 Aug 2008 11:46 PM Go to last post