Ext: Discussion

Page 1 of 422 1 2 3 11 51 101 ... LastLast

+ Post New Thread

  1. Sticky Thread Sticky: Introducing Neptune Charcoal

    As a demonstration of creating custom themes for Ext JS 4.2 based on Neptune, we have created the Neptune Charcoal example theme...

    Started by dongryphon, 24 Apr 2013 1:48 PM
    • Replies: 5
    • Views: 1,285
    18 May 2013 9:09 AM Go to last post
  1. Exclamation #<SVGAnimatedString> has no method 'replace' - Anyone had this problem before?

    edit: (also in FF) I don't know what is causing this so if anyone has any ideas please give me a shout. :)

    Started by Neilcoder, 2 Nov 2011 6:35 AM
    svganimatedstring
    • Replies: 0
    • Views: 692
    2 Nov 2011 6:35 AM Go to last post
  2. #refresh

    afterrender: function (component){component.down('#refresh').hide()}wat does #refresh mean in this line....

    Started by blog, 30 Apr 2012 6:07 AM
    • Replies: 2
    • Views: 332
    1 May 2012 4:12 AM Go to last post
  3. Question <form> element in FormPanel and FormData

    Hi all! I have a problem that i hope someone can help me with. situation is as follows. I'm working on an upload component. I've build in some...

    Started by bruijn88, 12 Jul 2011 5:12 AM
    • Replies: 0
    • Views: 629
    12 Jul 2011 5:12 AM Go to last post
  4. Exclamation <Object> has no method 'getScrollbarSize' when loading MVC application

    Hi all, I just upgraded the from 4.0.1 to 4.0.2a and my application won't startup! I get the following error: Uncaught TypeError: Object...

    Started by olakara, 28 Aug 2011 3:24 AM
    error, loading, mvc, scroller
    • Replies: 0
    • Views: 594
    28 Aug 2011 3:24 AM Go to last post
  5. Lightbulb "blur" event is not firing in a celleditor

    Hi guys! I have an editor grid panel (as known in ext3 XD), when the user click the tab key to move around the cells, the blur event is not fired,...

    Started by crysfel, 17 Oct 2011 6:34 AM
    • Replies: 0
    • Views: 434
    17 Oct 2011 6:34 AM Go to last post
  6. "DELETE" url incorrect as id has model type in front of it

    Hi, I'm trying to implement a CRUD form using REST, and for the most part it is working well, except for DELETE. I'm looking at...

    Started by mobiusnz, 8 Jun 2011 6:24 PM
    • Replies: 2
    • Views: 522
    8 Jun 2011 10:40 PM Go to last post
  7. "Ext JS 4.2 Beta is Now Available"

    I just found "Ext JS 4.2 Beta is Now Available" (http://www.sencha.com/forum/showthread.php?251214) but download link is broken...

    Started by ssamayoa, 11 Dec 2012 5:44 AM
    • Replies: 2
    • Views: 351
    12 Dec 2012 2:53 PM Go to last post
  8. "ext-all-debug.js"

    Hi Using extjs version 4 I'm facing an error in ext-all-debug.js Errors are 1. cls.override is not a function (line 172) 2. namespace is...

    Started by tejas@reach1to1.com, 29 Jun 2011 9:40 PM
    "ext-all-debug.js", cls.override, extjs version 4
    • Replies: 2
    • Views: 1,304
    30 Jun 2011 6:45 AM Go to last post
  9. "f.clearInvalid is not a function" upon using htmleditor in a form

    I have a form that works fine and loads data when I use just textfields and datefields. But once I add a field with xtype:htmleditor, the form does...

    Started by sureshmalankar, 8 Apr 2011 6:26 AM
    • Replies: 4
    • Views: 831
    11 Apr 2011 10:21 AM Go to last post
  10. Exclamation "fakepath" in File Upload Field

    Is there any resolution for IE8 ? I am not getting method getFileInput() but I am getting "getFileInputId()" Please note I am not creating button...

    Started by SAP, 16 Sep 2011 8:24 AM
    • Replies: 1
    • Views: 1,897
    12 Dec 2011 6:00 PM Go to last post
  11. "Layout run failed" when using ext-dev.js instead of ext-debug.js

    Using ExtJS 4.1.1a when I load this simplified testbed: <!DOCTYPE html> <html><head><title>Test</title> <meta content="text/html;...

    Started by rex.staples, 20 Nov 2012 3:37 PM
    • Replies: 2
    • Views: 645
    25 Nov 2012 6:39 PM Go to last post
  12. "listeners:write" in the REST example

    I'm studying this example: http://dev.sencha.com/deploy/ext-4.0.1/examples/restful/restful.html and I can't understand these codes: ...

    Started by hexawing, 29 Jun 2011 1:51 AM
    • Replies: 0
    • Views: 458
    29 Jun 2011 1:51 AM Go to last post
  13. "New" examples using deprecated code?

    How come the place where people come to learn, the code is still using deprecated code? For example, in all the Tabs examples, createWidget is...

    Started by Helbom, 31 May 2011 3:19 PM
    • Replies: 0
    • Views: 424
    31 May 2011 3:19 PM Go to last post
  14. "New" vs. Ext.Create?

    I am currently porting a 3.4 app to 4.1 and have 100's of lines of code like var frmId = new Ext.form.field.Text({...}); In Ext 4.x, these...

    Started by kerbo, 21 Nov 2012 5:01 PM
    • Replies: 1
    • Views: 359
    23 Nov 2012 7:40 AM Go to last post
  15. "reader.read is not a function" problem in firefox

    I am working on extending the portal example to fit into my current web application. I have a chart widget and a grid widget that load from a remote...

    Started by jmefford, 9 Jun 2011 11:00 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 8,257
    7 May 2013 9:46 AM Go to last post
  16. "rendered" property for items?

    Hi! I'm wondering if there's a possibility to configure if an item, i.e. in a FormPanel, would be rendered depending on a configuration (which...

    Started by h.latzko, 17 Jun 2011 1:42 PM
    • Replies: 0
    • Views: 396
    17 Jun 2011 1:42 PM Go to last post
  17. Question "startEditByPosition" Function Not Work

    I have some problem when I use "startEditByPosition" Function. My Grid is empty grid(Not have any row). I add 1 row to it and Use...

    Started by nont65, 3 Jul 2011 5:07 PM
    cellediting, grid, rowediting, starteditbyposition
    • Replies: 2
    • Views: 1,003
    11 Aug 2011 8:34 AM Go to last post
  18. "Stop running this script" in IE6/7/8 during page refresh

    Hi, Seeing the dreaded 'Stop running this script' message in old IE's. All is fine when loading site for first time, and when using the...

    Started by westy, 23 Apr 2012 4:44 AM
    • Replies: 3
    • Views: 755
    23 Apr 2012 7:29 AM Go to last post
  19. "this.tempHidden is undefined" Error Workaround

    I was getting this error in some cases when opening a widget.window and it took me a while to figure out what was going on. Below is code for a page...

    Started by bradlymathews, 6 Dec 2011 8:52 PM
    • Replies: 5
    • Views: 1,502
    14 Apr 2012 7:21 AM Go to last post
  20. "too much recursion error" when trying to select matching records on selectionchange

    I've a grid that displays records belonging to several categories. Upon selecting a row, I'm trying to automatically select other rows which belong...

    Started by jayanthy.kapistalam, 4 Aug 2011 5:09 AM
    • Replies: 6
    • Views: 991
    4 Aug 2011 10:36 AM Go to last post