Ext 3.x: Help & Discussion

+ Post New Thread

  1. TwinTriggerField not displayed within collapsed fieldset

    Hey, I've got a little problem: when I use a TwinTriggerField in a FieldSet which is collapsed by conf, it is not rendered when expanding the...

    Started by lorenzone, 6 May 2009 11:38 PM
    • Replies: 3
    • Views: 1,064
    7 May 2009 6:42 AM Go to last post
  2. Behavior of JsonStore Events

    I have recently started using Ext 3.0 RC1 and was curious if the behavior of the 'load' and 'beforeload' events have change for a JsonStore. I have...

    Started by micahknox, 7 May 2009 5:16 AM
    • Replies: 2
    • Views: 941
    7 May 2009 5:53 AM Go to last post
  3. Why when I migrated from ExtJS 2.2 to 3.x my httpProxy works diffrent?

    Why when I migrated from ExtJS 2.2 to 3.x my httpProxy works with GET method when load data. In ExtJS works with POST method. What i must change in...

    Started by pawel_filip, 6 May 2009 2:27 AM
    • Replies: 6
    • Views: 2,032
    7 May 2009 3:43 AM Go to last post
  4. The license of ExtJS core 3.0

    As we know, the ExtJS core 3.0 are released with MIT license. And what's the coverage in ExtJS core download package? Is it include all adapter and...

    Started by arguo, 6 May 2009 10:36 PM
    • Replies: 1
    • Views: 1,046
    7 May 2009 3:27 AM Go to last post
  5. mouse tracking trails

    I was using the RowExpander (with IE8) to make a custom editor that would show up when you clicked on a row in a GridPanel: ScreenCast Showing...

    Started by mcs, 6 May 2009 2:30 PM
    • Replies: 1
    • Views: 1,149
    7 May 2009 3:26 AM Go to last post
  6. TreeLoader example not working for ext-3.0-rc1.1

    Hi there, I am unable to get the TreeLoader example working in ext-3.0-rc1.1 Firebug shows the data url is being called and the JSON data being...

    Started by Datagenn, 5 May 2009 11:37 PM
    • Replies: 3
    • Views: 1,702
    7 May 2009 2:12 AM Go to last post
  7. Bind JSON file value to Textbox

    How to bind the JSON file values to textbox? Below is my JSON file content. { "rows": } I want to bind "ID" value to one Textbox. ...

    Started by kirandasari, 6 May 2009 10:29 PM
    • Replies: 6
    • Views: 4,067
    7 May 2009 1:07 AM Go to last post
  8. Displaying data in Ext.grid.GridPanel

    Dear all, I'm having difficulties to parse a JSON data in a grid that as a format like this: It seems that the 'field' property in...

    Started by thejavafreak, 6 May 2009 9:25 PM
    • Replies: 3
    • Views: 2,014
    6 May 2009 10:27 PM Go to last post
  9. Issue with escaping out of Ext.Editor

    Hi, I'm providing a WYSIWYG editor for my application using the Ext.Editor object. I have an issue with validating the editor contents. ...

    Started by kkothari, 4 May 2009 4:09 PM
    • Replies: 5
    • Views: 1,482
    6 May 2009 10:05 PM Go to last post
  10. Create a ColumnModel based on JSon Store

    I have the following code: // create the data store var store = new Ext.data.JsonStore({ url: 'dataLoader.php?table=login', ...

    Started by jbpd, 6 May 2009 9:31 PM
    • Replies: 0
    • Views: 1,279
    6 May 2009 9:31 PM Go to last post
  11. How to remove/delete some property of some class

    Hi all, I am new to extjs. Please help me . i have a tab panel and within that panel I have a form. I basically have 2 classes 1) myTabPanel...

    Started by bugsbunny, 6 May 2009 4:27 PM
    • Replies: 2
    • Views: 882
    6 May 2009 4:56 PM Go to last post
  12. Grid and batchSave

    Can anybody provide a simple example highlighting the use of batchSave?

    Started by MiamiCoder, 6 May 2009 12:14 PM
    • Replies: 1
    • Views: 713
    6 May 2009 4:38 PM Go to last post
  13. IE8 + RowExpander + GridPanel + GroupingView Problem

    I put a video of the problems I was having: http://www.screencast.com/t/iPpnl2xS I'm not sure why the RowExpansion doesn't work under IE8.

    Started by mcs, 6 May 2009 3:33 PM
    • Replies: 1
    • Views: 876
    6 May 2009 4:20 PM Go to last post
  14. Ext API documentation down?

    when I open up the api documentation on the site and I request to see the Panel (as an example) is queries forever never returning or at times gets a...

    Started by Nohcs777, 6 May 2009 11:56 AM
    • Replies: 3
    • Views: 1,313
    6 May 2009 1:06 PM Go to last post
  15. Coloring and disabling certain Rows in a Grid on load

    I have a Grid and in that data I have a column called "assigned". If the value for assigned in a row is true, I want the row to be colored Gray and...

    Started by chrislhardin, 6 May 2009 10:41 AM
    • Replies: 1
    • Views: 1,573
    6 May 2009 11:01 AM Go to last post
  16. Post Treeview Problem. Please help

    I created one tree panel.I created the child nodes for that tree when i click the child nodes ,i need to open the page say default.aspx,In which...

    Started by kirandasari, 6 May 2009 6:14 AM
    • Replies: 4
    • Views: 1,027
    6 May 2009 8:58 AM Go to last post
  17. Porting from 2.x to 3.0: State Saving Not Working

    I'm migrating an app from Ext 2.x to 3.0, and everything seems to work pretty well with a few minor fixes. One thing I noticed that seems to have...

    Started by lophyte, 6 May 2009 7:14 AM
    • Replies: 3
    • Views: 1,222
    6 May 2009 7:37 AM Go to last post
  18. [Solved]Grid rendering problem in IE7

    I'm having some troubles with the sorting menus of my grid in Internet Explorer 7 (see attachment). Everything is fine in Firefox & Chrome of course....

    Started by napolux, 6 May 2009 7:01 AM
    • Replies: 2
    • Views: 1,147
    6 May 2009 7:06 AM Go to last post
  19. grids have no height in IE6

    Hello again, here is my 2nd question. This is an Internet Explorer 6.0 problem. I develop in firefox so I can use firebug, etc. All of the grids...

    Started by netnutmike, 6 May 2009 6:06 AM
    • Replies: 3
    • Views: 969
    6 May 2009 6:30 AM Go to last post
  20. [RESOLVED] Arrow align not working

    Hi I cannot manage to align a toolbar split button arrow to the right (although this should be the default value). Here's my the relevant code...

    Started by dario, 6 May 2009 5:41 AM
    • Replies: 2
    • Views: 963
    6 May 2009 6:25 AM Go to last post