Ext: Q&A

+ Post New Thread

  1. Unanswered: How do I get a TextArea to scroll?

    I've googled and searched the Sencha forums and read all the documents that I can, but I can not find a way to programatically scroll a TextArea. ...

    Started by oajboss1, 15 May 2012 11:27 AM
    • Replies: 1
    • Views: 240
    15 May 2012 11:29 AM Go to last post
  2. Unanswered: Finding the max length of data for each column in store

    Hi All, I want to loop through the content of the each row for the given column with-in a store to find the max length of data in each column. I...

    Started by webfriend13, 13 May 2012 11:40 PM
    • Replies: 1
    • Views: 309
    15 May 2012 10:00 AM Go to last post
  3. Unanswered: Possible to add text under the circle/dot in Scatter Chart?

    I need to add some text under/above my marker like in the image below. Is this possible (I'm using extjs 4.1)?

    Started by bluezz, 15 May 2012 9:13 AM
    • Replies: 1
    • Views: 353
    15 May 2012 9:47 AM Go to last post
  4. Unanswered: How to maintain selected menus

    Hello, I have menu and sub-menu structure using Ext.Panel and tbar property. When I click on one of the submenu there is one tree panel and...

    Started by trupti.patil, 13 May 2012 9:24 PM
    • Replies: 3
    • Views: 5,887
    15 May 2012 9:18 AM Go to last post
  5. Unanswered: Reseting a model after a grid sync with 4.1

    1. I have multiple grids, and the user can drag and drop records across these grids. 2. As the drop happens, I set a property - 'X' - depending on...

    Started by abcdef, 11 May 2012 12:29 PM
    • Replies: 2
    • Views: 437
    15 May 2012 9:13 AM Go to last post
  6. Unanswered: Render and afterrender in ExtJS 4.1 don't work

    Hello. I just downloaded ExtJS 4.1 Final. I use control method in my controller to do some actions on panel and treepanel render. This code works...

    Started by guyfawkes, 25 Apr 2012 3:56 AM
    afterrender, control, event, panel, render
    • Replies: 7
    • Views: 3,130
    15 May 2012 9:07 AM Go to last post
  7. Unanswered: Filling combobox with model with foreign key

    Hi! I have a window for editing selected task. That window have form with combobox where user can choose one of four categories. The list of...

    Started by K4T, 14 May 2012 12:07 PM
    • Replies: 1
    • Views: 536
    15 May 2012 9:02 AM Go to last post
  8. Unanswered: How to call listener from tree node

    Hi, I am using ext js 4.1. I am new for ext js. I am using Tree panel for menu generation. but when i am passing the listener, nothing is gettig...

    Started by dewangan, 11 May 2012 2:40 AM
    • Replies: 5
    • Views: 951
    15 May 2012 8:53 AM Go to last post
  9. Answered: Button iconCls using a sprite sheet - IE not working

    Hi, I'm trying to use a sprite sheet for my app but so far I haven't been able to get it to work with IE. I have a button where I set the icon: ...

    Started by fordprefect, 15 May 2012 7:42 AM
    css, extjs4.1, sprite sheet
    • Replies: 1
    • Views: 596
    15 May 2012 8:14 AM Go to last post
  10. Unanswered: collapseMode: 'mini' on north region makes collapse/expand toggle button disappear

    I recently converted from v4.0.7 to v4.1. The code below to collapse a border layout north region no longer works. The collapse/expand toggle...

    Started by jaycmadison, 9 May 2012 11:02 AM
    • Replies: 1
    • Views: 458
    15 May 2012 7:57 AM Go to last post
  11. Unanswered: how to connect to heroku?

    Hi I'm having an issue connecting to heroku. When I set my store proxy type as ajax and include the headers: { 'Content-type':...

    Started by vtu, 9 May 2012 10:29 AM
    extjs, heroku
    • Replies: 1
    • Views: 908
    15 May 2012 7:54 AM Go to last post
  12. Unanswered: Area chart(ExtJS 4.1.0) crashes in chrome

    The area chart in ExtJS 4.1.0 crashes in Chrome version 19.0.1084.41 It works fine in Firefox. Has anybody observed this in this version?

    Started by sarabjeetd, 10 May 2012 3:45 PM
    • Replies: 3
    • Views: 939
    15 May 2012 7:49 AM Go to last post
  13. Unanswered: Drag And Drop + Scroll issue

    Hi ;) I recently created a component to select a portion of an image. I have a problem when I set the DD constraint to an element with scroll. ...

    Started by fryck, 14 May 2012 6:54 AM
    crop, drag & drop, issue, scroll
    • Replies: 3
    • Views: 585
    15 May 2012 7:48 AM Go to last post
  14. Unanswered: Removing components and resetting their default configs

    Hello, I have several panels created and rendered with collapsed: true. I am having a little problem. If the user has expanded any of the panels...

    Started by romerve, 9 May 2012 7:42 AM
    • Replies: 2
    • Views: 368
    15 May 2012 7:02 AM Go to last post
  15. Answered: never, ever call a controller method from a view

    Apparently this went from *how* (you can) to *should* (no you shouldn't).

    Started by fordprefect, 17 Mar 2012 8:51 PM
    controller, mvc application, view
    • Replies: 7
    • Views: 2,620
    15 May 2012 6:50 AM Go to last post
  16. Answered: Remote & Sustained Pie Highlighting

    Quick Question: Is there a way to tell a PIE Series, move the slice related to item (x) out, like if you did mouse highlight click? I need it to be...

    Started by slashandburn, 14 May 2012 1:56 PM
    highlight, pie, script, series
    • Replies: 1
    • Views: 335
    15 May 2012 6:43 AM Go to last post
  17. Exclamation Unanswered: My tree panel doesn't render

    Please see this issue: http://stackoverflow.com/questions/8926229/extjs-4-my-tree-panel-doesnt-render We've see it in our application too. It's...

    Started by nirzo, 15 May 2012 4:44 AM
    • Replies: 3
    • Views: 444
    15 May 2012 6:38 AM Go to last post
  18. Unanswered: Posting data from extjs to rails resets session

    I am new to extjs so this may be an easy question. I am trying to post data from the extjs front end to the rails backend using a rest proxy. I am...

    Started by rhmorgan, 12 May 2012 9:34 AM
    • Replies: 1
    • Views: 618
    15 May 2012 6:17 AM Go to last post
  19. Answered: blank combobox in form.getValues returns unexpected object

    i delete combobox's value , and of course blank value is not exists in the combobox's store, and i call form getValue function and choose only dirty...

    Started by henry42, 10 May 2012 12:45 PM
    • Replies: 4
    • Views: 605
    15 May 2012 6:06 AM Go to last post
  20. Answered: ExtJS 4 Remote Treepanel Error

    I'm trying to load my treepanel; everything is OK if all of them are leaves. But if one of them has children, I'm able to render but when I click to...

    Started by talha06, 15 May 2012 5:49 AM
    treepanel, treestore
    • Replies: 2
    • Views: 550
    15 May 2012 6:01 AM Go to last post