Ext: Q&A

Page 15 of 652 FirstFirst ... 5 13 14 15 16 17 25 65 115 515 ... LastLast

+ Post New Thread

  1. Unanswered: unable to override constructor

    i added this script to requires property of application, but it seems like ExtJS do not reach this code after override. ...

    Started by sormy, 6 May 2013 11:07 AM
    • Replies: 1
    • Views: 76
    6 May 2013 1:16 PM Go to last post
  2. Unanswered: How to get the value of a column of a bar chart with an on click event ??

    I have a bar column chart in a container. I made this chart using MVC. Now I want to add a click event on the chart so that when I click on the...

    Started by Jeet Chatterjee, 4 May 2013 2:21 AM
    extjs 4, extjs mvc, extjs mvc controller, sencha touch
    • Replies: 1
    • Views: 101
    6 May 2013 12:30 PM Go to last post
  3. Unanswered: Auto fit column widths instead of having fix widths

    Hi All, We are using ExtJs 4.1 and making use of grid extensively. Right now we have hard coded the width for each column, we want to make...

    Started by webfriend13, 3 May 2013 11:02 PM
    grid, grid column, grid column width
    • Replies: 1
    • Views: 110
    6 May 2013 12:04 PM Go to last post
  4. Unanswered: checkboxmodel+getRowClass = Bug?

    Hi friends, i'm getting to add a CheckboxModel in my Grid, but if i use getRowClass to add an image to my cell, the CheckBoxModel appears with my css...

    Started by icebergdelphi, 3 May 2013 11:29 AM
    • Replies: 1
    • Views: 92
    6 May 2013 11:46 AM Go to last post
  5. Unanswered: Bug? textfield inputId and id don't work together?

    Hi, I found this behaviour: If I use in a form a textfield and set an inputId and also an id I always get the errormessage in console: "Uncaught...

    Started by dobberph, 6 May 2013 3:22 AM
    • Replies: 2
    • Views: 53
    6 May 2013 11:11 AM Go to last post
  6. Unanswered: panel.dd property set but where?

    I have a simple panel with the 'draggable' property set to true - if I console.log the panel in onready I can navigate to the 'dd' property but if I...

    Started by alex.barylski, 3 May 2013 10:24 AM
    • Replies: 1
    • Views: 84
    6 May 2013 9:45 AM Go to last post
  7. Unanswered: Custom drag source???

    Hey all, picked up ext4 the other day started learning more about it. Stuck on how to implement custom drag and drop behaviors and rendering: ...

    Started by alex.barylski, 3 May 2013 8:36 AM
    drag, proxy, source
    • Replies: 1
    • Views: 121
    6 May 2013 9:43 AM Go to last post
  8. Unanswered: How can I hide the Root node in Ext.ux.TreePicker?

    I can't seem to get a Ext.ux.TreePicker to hide the root node. I tried overriding the createPicker call but then fail to load the data into the tree...

    Started by harel, 3 May 2013 6:03 AM
    tree, treepicker, treestore
    • Replies: 1
    • Views: 110
    6 May 2013 9:41 AM Go to last post
  9. Answered: dynamically added grid not showing scrollbars

    Extjs version 4.2 I am using a border layout and dynamically adding components to the center region. This works fine but when I add my grid the...

    Started by delebash, 5 May 2013 7:22 AM
    • Replies: 6
    • Views: 173
    6 May 2013 9:10 AM Go to last post
  10. Unanswered: Chart axis lables and series lables customizing Issues

    I am having problem with the scale of the values showing at vertical axis. How can I limit the no. of values to be displayed at vertical axis labels....

    Started by rahul1, 2 May 2013 8:40 AM
    • Replies: 1
    • Views: 69
    6 May 2013 9:03 AM Go to last post
  11. Answered: Ext.tabPanel height problem

    I'm new to Ext JS. I have a problem with height of Ext.tabPanel. My Ext JS code: <div id="TabPanel"></div><script type="text/javascript"> ...

    Started by Higgs.Boson, 29 Apr 2013 8:59 PM
    • Replies: 2
    • Views: 99
    6 May 2013 8:59 AM Go to last post
  12. Answered: Chart and Large Set of Records

    I have a database which records data sent from a *PLC and a record is created every 10 seconds. A few hours produced roughly 4500 records and the...

    Started by jmayer, 26 Oct 2011 6:13 PM
    charts, stores
    • Replies: 2
    • Views: 338
    6 May 2013 6:33 AM Go to last post
  13. Answered: Extra Data Points in Chart

    On a chart, I have a line series that only displays the values 130 and 30 and I noticed when the data rises from 30 to 130 or drops from 130 to 30,...

    Started by jmayer, 18 Nov 2011 11:57 AM
    • Replies: 3
    • Views: 535
    6 May 2013 5:52 AM Go to last post
  14. Unanswered: Manipulation of arrays

    Good day. I'm needing help with array manipulation. Does anyone have some code snippet that demonstrates how armezenar values ​​in an array and then...

    Started by jose_carlos, 3 May 2013 6:53 AM
    array
    • Replies: 7
    • Views: 148
    6 May 2013 4:55 AM Go to last post
  15. Unanswered: Message Box Border

    Hi I am Saneesh I started working on Ext-js like a day ago pretty good stuff but I seem to have come across a bug where the border seems...

    Started by darkn3ss, 4 May 2013 11:24 PM
    • Replies: 1
    • Views: 73
    6 May 2013 4:12 AM Go to last post
  16. Post Answered: Issue in Ext.data.Model onClassExtended

    Hi there, We are getting the error: TypeError: associationsConfigs.type is undefined dependencies.push('association.' +...

    Started by allistar, 5 May 2013 7:07 PM
    • Replies: 1
    • Views: 105
    6 May 2013 1:36 AM Go to last post
  17. Unanswered: Stack Bar chart render issues

    I'm having an issue when my data returns 0's for my fields. A quick example of this is looking at the Extjs sample Stacked bar chart. ...

    Started by link41489, 10 Jan 2013 9:50 AM
    • Replies: 5
    • Views: 725
    6 May 2013 12:07 AM Go to last post
  18. Unanswered: any suggestion about implementing a data proxy for asynchronous nodejs database ?

    Hy everyone, so i'm asking here if someone could gives me a way or what to change for implementing a proxy class for a nodejs database precisely ejdb...

    Started by dj-death, 3 May 2013 7:27 AM
    • Replies: 1
    • Views: 95
    5 May 2013 6:13 PM Go to last post
  19. Unanswered: container width and height should be in percentage

    Hi, I have to use my application in different resolutions. So that I have to give container height and width in percentage. my code is...

    Started by chinnib37, 2 May 2013 3:19 AM
    • Replies: 3
    • Views: 106
    5 May 2013 5:29 PM Go to last post
  20. Unanswered: UP arrow or DOWN arrow key switched modal on another modal Ext 4.0.x

    An new modal floating panel created on top of modal panel. As soon as UP arrow or DOWN arrow clicked, the current modal panel goes behind. And the...

    Started by franksencha, 29 Apr 2013 8:36 AM
    modal panel
    • Replies: 3
    • Views: 101
    5 May 2013 4:50 PM Go to last post