Ext: Discussion

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

+ Post New Thread

  1. Sticky Thread Sticky: Ext JS 4.2.1 GA is Now Available!

    It is my pleasure to announce today that Ext JS 4.2.1 GA is available for download. The release notes can be found here: ...

    Started by dongryphon, 28 May 2013 11:41 AM
    • Replies: 1
    • Views: 1,227
    28 May 2013 11:01 PM Go to last post
  2. 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: 4
    • Views: 1,767
    1 May 2013 7:51 AM Go to last post
  1. Loading belongsTo association data from the same data as main model

    When creating a model that has belongsTo associations, I usually am pulling the data for those associations using joins in my SQL. In the end, the...

    Started by tm8747a, Today 6:30 PM
    associations readers
    • Replies: 0
    • Views: 47
    Today 6:30 PM Go to last post
  2. Grid header creation on set title

    Grid headers were created by doing a setTitle before extjs 4.2.1 . For example : this.setTitle('Titles); would create the header and you could...

    Started by navr84, 3 Jun 2013 3:13 AM
    extjs4.2
    • Replies: 5
    • Views: 198
    Today 6:30 PM Go to last post
  3. store.loadData() not loading all records

    Hello, ExtJs 4.2.1 Architect: 2.0 Build 442 (yes, I know it's old, but I can't update right now) I have a json store (IncludeExcluseStore)...

    Started by thantous, Yesterday 9:33 AM
    • Replies: 2
    • Views: 103
    Today 5:34 PM Go to last post
  4. Minified css in Kitchen Sink/documentation?

    I know this might affect performance, but using minified/compressed css and javascript for documentation examples doesn't seem very useful. Is...

    Started by dwils, Yesterday 5:02 AM
    css, kitchen sink, minification
    • Replies: 1
    • Views: 58
    Today 5:26 PM Go to last post
  5. Multiselect Click Event is not Firing

    With upgrade to Ext 4.x, Multiselect Click event is not firing. <ext:MultiSelect ID="multiAvailableProducts" runat="server" Width="291" Height="260"...

    Started by rishu27, Yesterday 3:27 AM
    • Replies: 1
    • Views: 56
    Today 5:08 PM Go to last post
  6. Ext.grid.View.updateIndexes() records[i] is undefined error

    Hi. Problem and workaround. Using 4.1.1a. I have a grid whose store is loaded on demand by the user and each load returns varying number of...

    Started by murrah, 16 Jun 2013 3:59 PM
    • Replies: 1
    • Views: 141
    Today 5:00 PM Go to last post
  7. Advanced theming best practices and "one-offs"

    I've recently been working on creating a base theme for my company to use for our various products, but am running into issues on how to approach...

    Started by mrskitch, Today 11:05 AM
    best practices, custom components, extjs 4.2, sass, theme
    • Replies: 0
    • Views: 29
    Today 11:05 AM Go to last post
  8. IE9 cookies not working once browser is close and open?

    I Have done application using Extjs 4.1. Have login page with remember me option. Here we are storing the remembered user information in cookie using...

    Started by Rameshlamani, Today 7:58 AM
    extjs, extjs 3 and 4.1, sencha
    • Replies: 0
    • Views: 49
    Today 7:58 AM Go to last post
  9. hmenu in ExtJs 4.2

    Hello Everyone, We are upgrading our code base from ExtJs 3.X to ExtJs 4.X. Everything else has worked perfectly but we are stucked at a point...

    Started by er_abhisinha, Today 6:51 AM
    custom menu item, hmenu
    • Replies: 0
    • Views: 30
    Today 6:51 AM Go to last post
  10. Question listeners config vs. addListener() method

    Hi folks! So I have two components. And one derives from another: Ext.define('App.form', {... }); Ext.define('App.filter', {extend:...

    Started by bambam, Today 4:55 AM
    addlistener, listeners
    • Replies: 2
    • Views: 53
    Today 6:46 AM Go to last post
  11. Ext Js Grid

    How can I retrieve json array returned from my servlet in my ajax request in order to put it into an ext js grid? Note: My application always...

    Started by Jennifer90, Today 12:26 AM
    ajax, ext 4 applications, extjs, grid array store, servlet
    • Replies: 4
    • Views: 38
    Today 6:29 AM Go to last post
  12. Cant pass string to webmethod

    In my datagrid setup, I have my proxy api setup as... api: { read: '/Admin/BillRateData.aspx/Get?rbl=asd' }, and my webmethod as... public...

    Started by hornetnz, Today 6:28 AM
    webmethod parameters
    • Replies: 0
    • Views: 32
    Today 6:28 AM Go to last post
  13. Column width issue in grid with bufferedrenderer and rowexpander plugins

    Using a grid with plugins bufferedrenderer and rowexpander. The column widths break when new rows render on scroll (see screenshot.) I've tried...

    Started by andyo, Today 6:16 AM
    • Replies: 0
    • Views: 32
    Today 6:16 AM Go to last post
  14. Complex Model Save - Decoupling Data and Updating Related Stores

    I posted this question on Stack Overflow (link: http://stackoverflow.com/questions/16551901/extjs-and-complex-save-operations) but did not receive...

    Started by jsamhall, 6 Jun 2013 5:44 AM
    complex data, model save, object, zend framework
    • Replies: 4
    • Views: 292
    Today 6:10 AM Go to last post
  15. Success! Nested data in Grids: Custom setters&getters, JsonPath, and Relationships

    Apparently I'm an outlier. I do a lot of weird things with grids, or so they tell me. Seems like most of my projects have the user dynamically...

    Started by dnorman, 20 Feb 2012 11:08 PM
    2 Pages
    1 2
    grid, nested, patch, relationships, store
    • Replies: 16
    • Views: 4,297
    Today 5:37 AM Go to last post
  16. ExtJS CSS conflict with x-btn class

    Hi, I'm about 6 months new to ExtJS. My app is built with ExtJS 4.2.1.883 and I'm using ext-all.css (classic theme). My ExtJS app is an...

    Started by FanOfExt, 5 Jun 2013 7:52 PM
    • Replies: 9
    • Views: 518
    Today 3:59 AM Go to last post
  17. Show menu when click Ext.panel.Tool

    Hi, Is it possible to show menu when click the panel tool? i cannot find attribute menu in Ext.panel.Tool configs as i seen in Ext.panel.Button. ...

    Started by fredy_dk88, 16 Jun 2013 2:29 AM
    • Replies: 2
    • Views: 238
    Today 3:48 AM Go to last post
  18. Global SASS variables list

    In the Ext4 Theming guide in the docs there is this line: Is there currently a list of all the global SASS variables for ext 4 that can be easily...

    Started by BulletzBill, 26 Apr 2011 11:31 AM
    • Replies: 3
    • Views: 2,649
    Today 3:17 AM Go to last post
  19. add icon before textfield

    How can i add a icon before a textfield. See example:

    Started by r.vanelk, 1 Dec 2011 3:33 AM
    • Replies: 6
    • Views: 923
    Today 1:43 AM Go to last post
  20. EXT4: Editable Master Detail grids

    Hi All, I have been trying to implement Master - Details grids; not yet successful though. Both the grids have CRUD operations CRUD operations...

    Started by vveetil, 5 Jun 2013 11:50 PM
    • Replies: 4
    • Views: 288
    Today 12:58 AM Go to last post