Ext 3.x: Help & Discussion

Page 12 of 1310 FirstFirst ... 2 10 11 12 13 14 22 62 112 512 1012 ... LastLast

+ Post New Thread

  1. Using tooltips on calendar panel

    I'm using tooltips to display the start/end time and location of an event in the calendar panel. The tip is aimed to fire when on the 'eventover'...

    Started by gr0uch0, 5 Jan 2011 2:24 PM
    • Replies: 3
    • Views: 1,287
    26 Feb 2013 1:16 PM Go to last post
  2. adding items

    Hi, I have simple code written in ext js 3.4 Ext.onReady(function() { var myForm = Ext.extend(Ext.FormPanel,{ ...

    Started by newusername, 24 Feb 2013 8:37 AM
    • Replies: 1
    • Views: 279
    26 Feb 2013 9:02 AM Go to last post
  3. Dragging items between two trees

    Hi, I have this case, where I have to drag items between two trees. The same as in examples -but with one difference. The node should not be...

    Started by bkraut, 25 Feb 2013 2:24 AM
    • Replies: 1
    • Views: 158
    26 Feb 2013 6:11 AM Go to last post
  4. Unpredictable behavior of Ext.History and back button on IE

    Last 3 days I'm trying to fix the problem of Ext.History behavior on IE, but with no result. The case is following. We use Ext.History in the...

    Started by grzegorz.borkowski, 26 Sep 2009 7:20 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 5,381
    26 Feb 2013 5:38 AM Go to last post
  5. Numberfield confuse

    The window contain a form which including NumberField(allowBlank: false), as soon as you open the window the NumberField is outlined in red. saying...

    Started by nwtang, 25 Feb 2013 1:17 AM
    numberfield
    • Replies: 1
    • Views: 198
    26 Feb 2013 3:18 AM Go to last post
  6. how to vline in a chart ?

    how to use extjs chart like fusion chart's : "vLine" ??????? fusion charts's xml : /////////// <vLine color='FF5904' thickness='1' />...

    Started by eff844, 30 Jan 2010 6:15 PM
    • Replies: 4
    • Views: 1,796
    25 Feb 2013 11:46 AM Go to last post
  7. cycle button not showing 'prependText' under 3.2.1?

    Hi, all - my first post here. I am trying to get up to speed with Ext JS - I bought the "Learning Ext JS 3.2" book (Packt), and am just trying...

    Started by epj, 22 Feb 2013 11:29 AM
    • Replies: 2
    • Views: 211
    25 Feb 2013 10:54 AM Go to last post
  8. store not limiting values

    Hi I am using a store with the limit of 10 records var store = Ext.create('Ext.data.JsonStore', { ...

    Started by zeeshanjeelani, 25 Feb 2013 4:08 AM
    • Replies: 1
    • Views: 146
    25 Feb 2013 6:58 AM Go to last post
  9. Row Editor and Column Locking-editor on unlocked columns won't scroll and is shifted

    I'm using a row editor in grids with 20 columns that require horizontal scrolling and it works great, when you scroll horizontally in the grid the...

    Started by bizcatalyst, 24 Feb 2013 11:18 AM
    horizontal scrolling, lockinggridview, row editor
    • Replies: 1
    • Views: 177
    24 Feb 2013 12:30 PM Go to last post
  10. Dataview not showing in IE only

    Hello all, Im new to Ext and am trying to learn the language by building an website. So far ive managed to solve most problems i ran into but...

    Started by websoul, 22 Feb 2013 7:27 AM
    dataview arraystore, ie8, ie9, render problem
    • Replies: 6
    • Views: 358
    23 Feb 2013 11:21 AM Go to last post
  11. problem with ext form panel

    I don't know what is wrong with the following code .. Ext.onReady(function() { var myForm = Ext.extend(Ext.FormPanel,{...

    Started by newusername, 22 Feb 2013 1:42 AM
    • Replies: 1
    • Views: 177
    23 Feb 2013 5:36 AM Go to last post
  12. Remove Thumb From Silder

    Hi. Does anyone know how to properly remove a thumb from a slider component? I've tried using the destroy() method, but errors are thrown once the...

    Started by bbehling, 22 Feb 2013 9:10 PM
    slider, thumb
    • Replies: 0
    • Views: 120
    22 Feb 2013 9:10 PM Go to last post
  13. Population FormPanel with data from Object

    hi i'm searching for a solution for this problem. until now im editing data of a object with the PropertyGrid new Ext.grid.PropertyGrid({ ...

    Started by MontyBurns, 18 Feb 2013 1:57 PM
    • Replies: 2
    • Views: 218
    22 Feb 2013 9:45 AM Go to last post
  14. Ext.ux.tree.EditorGrid

    Hi there, i'm using the Ext.ux.tree.EditorGrid extension to create an editable Treegrid and would like to know if there is any way i could achieve...

    Started by stefan.g, 19 Feb 2013 11:17 PM
    ex.ux.tree.editorgrid, ext.ux.tree.treegrid, treegrid
    • Replies: 1
    • Views: 243
    22 Feb 2013 9:28 AM Go to last post
  15. issue with placing combo next to tab buttons

    Hi, I want to place a combobox next to tab buttons. this should be visible for all tab buttons. The design should look similar to attached...

    Started by shobhaaradhya, 11 Aug 2012 4:32 AM
    • Replies: 3
    • Views: 743
    21 Feb 2013 9:20 PM Go to last post
  16. how to add extra horizontal in line chart to show the limit of a storage used

    hi i am using the line chart and i want to add a line in a specific storage that is 2GB in y axis .please give your opinion ,thanks, NARESH

    Started by @naresh, 19 Feb 2013 5:14 AM
    • Replies: 7
    • Views: 322
    21 Feb 2013 12:34 PM Go to last post
  17. how to add extra horizontal in line chart to show the limit of a storage used

    this is my code please give me hits to add line { xtype: 'linechart', id:'storeID', minorTickSteps: 1, theme: 'Green', store:...

    Started by @naresh, 21 Feb 2013 10:59 AM
    • Replies: 0
    • Views: 153
    21 Feb 2013 10:59 AM Go to last post
  18. display formatted JSON?

    Hey everyone, Bit new to ExtJS so sorry if this is a dumb question. I wrote a function that takes raw JSON data and reformats it so that I...

    Started by ultramedia, 6 Oct 2009 6:36 PM
    • Replies: 5
    • Views: 1,371
    21 Feb 2013 8:28 AM Go to last post
  19. How does Form lose focus?

    I'm working on Ext 3.3. When our form needs monitor 'enter' key event to submit form, the from will be submitted repeatedly if I click enter key...

    Started by miles.zhong@oocl.com, 17 Feb 2013 6:09 PM
    • Replies: 5
    • Views: 452
    20 Feb 2013 11:45 PM Go to last post
  20. Hide icon in action column for particular row

    Hi, i used action column in my grid. i have put 3 icon now for each row.. but now the requirement is I display icon in action columns as per...

    Started by sunil_vakotar, 25 Oct 2010 5:39 AM
    • Replies: 2
    • Views: 1,703
    20 Feb 2013 10:44 AM Go to last post