Ext: 4.x Beta

Page 13 of 42 FirstFirst ... 3 11 12 13 14 15 23 ... LastLast

+ Post New Thread

  1. Ext JS 4.1.1 (GA) Now Available

    We are pleased to announce today that Ext JS 4.1.1 (GA) is available for download! The product pages will be updated shortly with links to the...

    Started by dongryphon, 5 Jul 2012 4:41 PM
    2 Pages
    1 2
    • Replies: 10
    • Views: 13,620
    13 Jul 2012 10:54 PM Go to last post
  2. Moved: What is xhooks?

    Started by LesJ, 6 Feb 2012 10:06 AM
    • Replies: -
    • Views: -
    9 Jul 2012 1:47 PM Go to last post
  3. Editing Grid in TabPanel

    The editor will not disappear when tab changes. The Gird's hide behavior execute, but the cellediting's completeEdit method is not invoked ...

    Started by wangld, 4 Jul 2012 5:35 AM
    • Replies: 3
    • Views: 1,946
    7 Jul 2012 11:52 AM Go to last post
  4. overriding / callParent behavior change (bug?)

    Hello there, When overriding a constructor in ExtJS 4.1, the overridden constructor gets called when this.callParent() (instead of on...

    Started by maksimenko, 1 Nov 2011 3:33 PM
    3 Pages
    1 2 3
    • Replies: 29
    • Views: 6,089
    6 Jul 2012 4:01 AM Go to last post
  5. Moved: custom layout issue - header height

    Started by urban.novak, 9 Jun 2012 11:31 PM
    • Replies: -
    • Views: -
    6 Jul 2012 1:00 AM Go to last post
  6. Ext JS 4.1.1 RC2 Now Available

    Today we are making Ext JS 4.1.1 RC2 available for your downloading and testing pleasure. http://cdn.sencha.com/extjs-4.1.1-rc2.zip We have...

    Started by dongryphon, 13 Jun 2012 12:07 PM
    3 Pages
    1 2 3
    • Replies: 29
    • Views: 12,186
    5 Jul 2012 12:22 PM Go to last post
  7. Problems with button size in Firefox

    Hello I'm trying to add some buttons in a toolbar, but the width of the toolbar isn´t static. I have a toolbar object like this: bbar : {items :...

    Started by anderson.resendes, 3 Jul 2012 7:00 AM
    • Replies: 4
    • Views: 1,569
    5 Jul 2012 9:12 AM Go to last post
  8. infinite grid editing

    Hello, I've question for Sencha developers about the subject of this post. I've not found anything in documentation/forums regarding editing support...

    Started by urban.novak, 4 Jul 2012 3:14 AM
    • Replies: 1
    • Views: 1,092
    5 Jul 2012 8:17 AM Go to last post
  9. Migration problem from 4.0 to 4.1

    Hello, I am currently migrating from ExtJs 4.0 to 4.1. I am facing a typical problem which is due to this line: dockedItems =...

    Started by vinuthamsr, 2 Jul 2012 1:53 AM
    • Replies: 1
    • Views: 1,428
    5 Jul 2012 7:36 AM Go to last post
  10. body is null when launching app from local iframe.

    Can’t launch Ext 4.1 from local iframe… I am using Ext inside a line of business system that provides me an html page for creating user interfaces. ...

    Started by brett.gates, 10 May 2012 10:47 AM
    iframe, local file
    • Replies: 1
    • Views: 977
    5 Jul 2012 3:19 AM Go to last post
  11. Ext JS 4.1.1 RC1 Now Available

    We are pleased to announce today the availability of Ext JS 4.1.1 RC1. http://cdn.sencha.io/ext-4.1.1-rc1.zip Of particular interest in this...

    Started by dongryphon, 15 May 2012 5:24 PM
    8 Pages
    1 2 3 ... 8
    • Replies: 74
    • Views: 20,810
    4 Jul 2012 5:25 PM Go to last post
  12. Ext.decode seems to not work properly

    Hi all, I'm trying to decode a basic json string like this : { id: 'sample', name: 'sample', xtype: 'textfield', fieldLabel: 'Test...

    Started by Bob Wilson, 29 Jun 2012 11:17 PM
    ext.decode, json to object
    • Replies: 3
    • Views: 1,386
    30 Jun 2012 6:11 AM Go to last post
  13. EXTJS 4.1 Model idProperty issue

    Hi, I have upgraded from 4.0.7 to 4.1 RC2 and my treepanel failed to load. The reason being, I am using default idProperty i.e. id which has...

    Started by rpoddar, 27 Jun 2012 6:54 PM
    • Replies: 2
    • Views: 1,307
    28 Jun 2012 7:19 PM Go to last post
  14. Chart numeric axis decimal issue

    Hi Guys, I have created a line chart with Numeric axis. When my Numeric axis value less than 10 it is splits to decimal value and I have to display...

    Started by jinionnet, 6 May 2012 5:51 AM
    • Replies: 2
    • Views: 1,132
    28 Jun 2012 5:59 PM Go to last post
  15. 4.1.1 RC1 Grid State Bug

    Hi, If grid has locked column, grid can not restore it's state. here is a test: Ext.require(); Ext.onReady(function...

    Started by karaozgur, 11 Jun 2012 12:00 AM
    grid, locking column, state
    • Replies: 2
    • Views: 1,164
    28 Jun 2012 12:42 PM Go to last post
  16. Moved: Questions on absolute layout

    Started by Moinsen, 12 Jun 2012 6:22 AM
    • Replies: -
    • Views: -
    27 Jun 2012 6:55 AM Go to last post
  17. Moved: The grid panel disappears after it expanded.

    Started by manlsea, 21 Jun 2012 12:19 AM
    • Replies: -
    • Views: -
    26 Jun 2012 5:52 PM Go to last post
  18. 4.1.1 RC2 keyup event locks text field input

    Hello, I have a text field to which I'm applying a keyup event in a form via code like this: /* "defaults" below contained w/in form...

    Started by dougbieber, 20 Jun 2012 12:47 PM
    • Replies: 2
    • Views: 1,454
    26 Jun 2012 5:29 PM Go to last post
  19. removeAt for selected row fails if filters are used

    I have a gird that uses the features : (took the code from the samples). All is good, until I try to remove the selected record from the screen when...

    Started by Gucky, 25 Jun 2012 12:49 AM
    • Replies: 1
    • Views: 1,068
    26 Jun 2012 7:15 AM Go to last post