Ext: Discussion

+ Post New Thread

  1. gridColumn Model in ExtJS 4

    I have following piece of code written in ExtJS 3.x and I am trying to migrate it to 4 using compatibility layer. I don't see Ext.grid.ColumnModel in...

    Started by Ext4InAction, 30 Jun 2011 10:09 AM
    • Replies: 2
    • Views: 2,126
    30 Jun 2011 4:38 PM Go to last post
  2. Linechart Legend Issues

    Hello all, A couple questions regarding Legends, specifically in line charts. The first is that with a multiple series store, the legend...

    Started by rah00ligan, 30 Jun 2011 4:01 PM
    • Replies: 0
    • Views: 371
    30 Jun 2011 4:01 PM Go to last post
  3. Legend resizing workaround/bug

    To work around the issue of the legend not wrapping series names, I set chart.legend.isVertical = true; However, upon removal of the last series,...

    Started by rah00ligan, 30 Jun 2011 3:54 PM
    • Replies: 0
    • Views: 326
    30 Jun 2011 3:54 PM Go to last post
  4. Object returned by Ext.ComponentManager.get() not actually a component?

    All I am trying to do is setStyle on the returned component but what i get is "Uncaught TypeError: Object has no method 'setStyle'" In inspecting...

    Started by edlftt, 30 Jun 2011 10:51 AM
    componentmanager
    • Replies: 1
    • Views: 1,270
    30 Jun 2011 3:45 PM Go to last post
  5. Stroke border on stacked bars

    Does anyone know how to remove the border that surrounds each bar on a stacked bar chart? Attached is an image. The first color in the series,...

    Started by monster910, 24 Jun 2011 6:41 AM
    • Replies: 1
    • Views: 517
    30 Jun 2011 1:52 PM Go to last post
  6. Best practice for styles?

    I don't know if this is a problem, but I am looking for advises on the best practice for styling ExtJs controls. Most ExtJs controls come with...

    Started by Chao, 30 Jun 2011 7:33 AM
    • Replies: 4
    • Views: 810
    30 Jun 2011 1:35 PM Go to last post
  7. Question Gray theme in sandbox mode

    Hey, is it possible to use the gray theme in sandbox mode and how? I can only find the ext-sandbox.css which is the blue theme or the...

    Started by mes-x, 27 Jun 2011 1:56 AM
    • Replies: 2
    • Views: 1,054
    30 Jun 2011 12:10 PM Go to last post
  8. Data Store Confusion

    Hello guys, I have a json string, and its in this format item1,item2,item3,item4 how would I put this into a combobox, so the valueField and...

    Started by kgrigor, 29 Jun 2011 2:13 PM
    • Replies: 7
    • Views: 570
    30 Jun 2011 8:27 AM Go to last post
  9. Using ReST proxy with TreeStore: The URL is not built, since id is not set.

    I have an Ext.tree.panel, which uses a TreeStore. The TreeStore uses a ReST proxy to fetch data. As I read the documentation, it should be enough to...

    Started by ligaard, 30 Jun 2011 6:06 AM
    • Replies: 1
    • Views: 760
    30 Jun 2011 8:22 AM Go to last post
  10. store using a 'status' key

    Stores using a 'status' field key wont load properly in a form. That bug can be reproduced using the form to grid example : the 'status' field...

    Started by magicfrog, 30 Jun 2011 2:01 AM
    • Replies: 2
    • Views: 400
    30 Jun 2011 8:06 AM Go to last post
  11. How to disable cell editing on Ext.grid.property.Grid?

    and why it is editable by default?

    Started by ext-spring-mvc, 30 Jun 2011 7:12 AM
    • Replies: 0
    • Views: 338
    30 Jun 2011 7:12 AM Go to last post
  12. TabPanel: how to set the height of the title

    Ext.create('Ext.tab.Panel', { width: 400, height: 400, tabBar: {height: 45}, ...

    Started by icode, 17 Jun 2011 8:46 AM
    height, tab, tab bar, tabpanel, title
    • Replies: 2
    • Views: 809
    30 Jun 2011 7:11 AM Go to last post
  13. "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,276
    30 Jun 2011 6:45 AM Go to last post
  14. vertical tab panel

    is it possible to create a tab panel, with tabs in left or right position ??? Like vertical style.

    Started by maneljn, 28 Jun 2011 10:27 PM
    • Replies: 2
    • Views: 538
    30 Jun 2011 6:37 AM Go to last post
  15. [Ext4.0.2a] Object has no method 'bindStore'

    I get the following error when I close a tab, if that tab contains a store. Error is on line 58779 of ext-all-debug.js ...

    Started by ShaneMc, 29 Jun 2011 12:40 AM
    bindstore, error, extjs 4, store
    • Replies: 4
    • Views: 2,096
    30 Jun 2011 6:04 AM Go to last post
  16. EXTJS 4 store initConfig How many times can I call initConfig on a store?

    The code below does not work properly, on the if case I can change the store proxy but on the else case the store proxy is not changed, my question...

    Started by extjs333, 29 Jun 2011 12:50 AM
    change proxy, initial config, reset store, store initconfig, store proxy
    • Replies: 1
    • Views: 1,566
    30 Jun 2011 5:59 AM Go to last post
  17. Lightbulb how to pass extraparams to store in json format with POST mnethod

    var gridDataStore = Ext.create('Ext.data.Store', { model: 'Check', autoLoad: true, proxy: { type: 'ajax', ...

    Started by g.vardhan, 30 Jun 2011 2:25 AM
    • Replies: 7
    • Views: 1,266
    30 Jun 2011 5:37 AM Go to last post
  18. Text in ActionColumn

    Hello I'm using a Grid with a ActionColumn and I want to show a text next to the Icon, but it isn't working. I set the xtype = 'actioncolumn' and...

    Started by lord_of_php, 29 Jun 2011 9:12 AM
    • Replies: 2
    • Views: 840
    30 Jun 2011 5:18 AM Go to last post
  19. Displaying Data from Store in Views

    I am unfurling my noob flag and donning my matching noob hat, because this seems like such a basic concept that I am just not grasping. I have my...

    Started by jlester, 29 Jun 2011 6:22 PM
    • Replies: 2
    • Views: 330
    30 Jun 2011 4:53 AM Go to last post
  20. Question create a component

    Hi I am starting with extjs. I need help to place a tab panel created by a peace of code in window created elsewhere. the tab creation var...

    Started by spcmdr, 29 Jun 2011 6:35 PM
    • Replies: 2
    • Views: 391
    30 Jun 2011 4:27 AM Go to last post