Ext: Discussion

Page 12 of 422 FirstFirst ... 2 10 11 12 13 14 22 62 112 ... LastLast

+ Post New Thread

  1. [4.2.0] Ext.data.Store removeAll() destroys records instead of clearing data

    Hi guys. I tried to test new ExtJs 4.2.0 version and I'm shocked a bit. Previously Ext.data.Store removeAll() method just cleared it's data: ...

    Started by Alexey.Solonets, 25 Mar 2013 3:50 AM
    • Replies: 5
    • Views: 760
    16 Apr 2013 2:30 PM Go to last post
  2. Several Grid-panel on the page

    Making data management system (PHP + MySQL). Implemented all CRUD-operations with Grid-panel. The problem: when I add another Grid-panel (on the...

    Started by av84, 14 Apr 2013 9:49 PM
    grid
    • Replies: 2
    • Views: 141
    16 Apr 2013 10:31 AM Go to last post
  3. A working MVC sample that handles multiple instances of the same view with controller

    Hi, We have developed a big online CRM application with Ext 3.x for the last couple years. It's working pretty well and we thank Ext JS for that. ...

    Started by canxss, 23 Mar 2013 3:59 AM
    • Replies: 5
    • Views: 680
    16 Apr 2013 7:28 AM Go to last post
  4. Ext.require php file

    I have a php file that genereates a js. When I try with: ext.require('path/file.php');I get the error: Error: Ext.Loader] Failed loading...

    Started by srosca, 16 Apr 2013 1:39 AM
    • Replies: 2
    • Views: 139
    16 Apr 2013 5:10 AM Go to last post
  5. Is it possible to override a mixin?

    I am trying to override this class to validate only fields where values where changed. Ext.define('TreX.overrides.OverrideFieldField', { ...

    Started by Patlatus, 12 Apr 2013 4:31 AM
    field, mixin, override, validate
    • Replies: 2
    • Views: 256
    16 Apr 2013 5:03 AM Go to last post
  6. Extjs error: “Cannot read property 'dom' of null”

    In short, I have a login panel, which will be shown when onClick event is true, but I get error Cannot read property 'dom' of null. When I click...

    Started by twister0k, 15 Apr 2013 1:18 AM
    dom, extjs 2 to 3
    • Replies: 1
    • Views: 136
    16 Apr 2013 12:41 AM Go to last post
  7. Extjs 4 + Codeigniter

    Hello, first of all, im sorry for the lack of my english, Im not good at it, have anyone ever try to integrate Codeigniter + Extjs 4 ? Im...

    Started by hariardi, 22 May 2011 6:35 AM
    3 Pages
    1 2 3
    • Replies: 25
    • Views: 12,531
    15 Apr 2013 10:12 AM Go to last post
  8. Some elements not rendering correctly in Chrome on OSX

    I'm having a strange issue whereby buttons and some other elements are being clipped when I use Chrome 26.0.1410.43 on OSX 10.8.2. The elements...

    Started by anuser, 12 Apr 2013 10:45 AM
    • Replies: 2
    • Views: 232
    15 Apr 2013 6:03 AM Go to last post
  9. Post How do I access the JSON data in a WCF RESTful PUT method?

    When using a REST proxy, how do I obtain the JSON data in my WCF RESTful service? I expected the data to be passed as the 2nd argument to the PUT...

    Started by BobJG, 19 Jul 2011 7:09 PM
    • Replies: 4
    • Views: 2,587
    15 Apr 2013 4:14 AM Go to last post
  10. hello every body

    I am from Dominican Republic, i knew extjs 4 a week ago and i want to learn about it.  Excuseme by my bad english, thanks.

    Started by jquezada, 22 Mar 2013 6:22 AM
    • Replies: 5
    • Views: 214
    15 Apr 2013 4:12 AM Go to last post
  11. How to achieve Live Search/Filtering on Multiple Fields in the Grid using Ext.Js?

    I have done live search on grid. it is searching based on which column i mentioned filter code. But i need to filter grid records based on multiple...

    Started by Rameshlamani, 8 Apr 2013 8:28 PM
    extjs extjs 3 and 4.1, sencha, sencha (ext js 4)
    • Replies: 2
    • Views: 177
    14 Apr 2013 11:10 PM Go to last post
  12. Trouble Deciding Sencha Complete or ExtJS

    My team has down there evaluation and have decided on moving to ExtJS for web development. We have been doing Flex for the last fours years using...

    Started by WeeJavaDude, 10 Apr 2013 1:15 PM
    • Replies: 1
    • Views: 229
    13 Apr 2013 12:18 PM Go to last post
  13. Using fieldEl to change the target el of the rendered items

    Hi, I'd like to use fieldEl to change the target element where the elements get rendered. I would like to specify cn as below and somewhere else...

    Started by iulian, 11 Apr 2013 10:15 AM
    • Replies: 1
    • Views: 120
    13 Apr 2013 10:55 AM Go to last post
  14. Load store before launch application

    Hello everybody, For my application (MVC) to work properly, I need to load data from server before launch it. What is the best method to do this...

    Started by b3f3, 11 Apr 2013 5:03 PM
    • Replies: 6
    • Views: 261
    13 Apr 2013 7:30 AM Go to last post
  15. Panel Resize Problem

    hello guys, i have a problem with the automatical panel resize. i have a hbox panel with two containers and a flex of 1 and a button in the...

    Started by malfurion559, 5 Apr 2013 4:32 AM
    • Replies: 4
    • Views: 201
    13 Apr 2013 3:10 AM Go to last post
  16. Customizing ext.grid.panel header template

    I want to set xtemplate for header of Ext.grid.panel. I tried: Ext.define('FrontEnd.view.viewer.controls.ContractPrintFormList', { extend:...

    Started by gallyamov, 11 Apr 2013 4:36 AM
    extj 4
    • Replies: 6
    • Views: 372
    12 Apr 2013 7:16 PM Go to last post
  17. Building Enterprise Application

    I'm trying to come up with the best architecture for enterprise (very large) application. First of all, I would like to say that I really like the...

    Started by hitman01, 10 Apr 2013 4:30 PM
    • Replies: 3
    • Views: 291
    12 Apr 2013 11:52 AM Go to last post
  18. Question Concepts on how to use Treepanel with Complex nested data?

    I'm looking for a cleaner way to use complex data in a Treepanel. I'm using a treepanel for hierarchical data manipulation the problem is...

    Started by wmcnamara, 10 Apr 2013 5:24 AM
    • Replies: 1
    • Views: 168
    12 Apr 2013 11:38 AM Go to last post
  19. Where is EXTJSIV-4307?

    http://www.sencha.com/forum/showthread.php?152080-Issue-with-multiple-LoadMasks-losing-their-gray-mask. This bug says it's a duplicate of...

    Started by Jangla, 10 Apr 2013 2:16 PM
    • Replies: 1
    • Views: 187
    12 Apr 2013 9:31 AM Go to last post
  20. Apple TrackPad & mimicBlur

    We've created a custom tree panel within a trigger (a TreeCombo). Works great, except on Apple laptops, and Macs using the Magic Trackpad (mouse...

    Started by wiz61, 10 Apr 2013 11:54 AM
    • Replies: 1
    • Views: 104
    12 Apr 2013 9:08 AM Go to last post