Ext: Q&A

+ Post New Thread

  1. Unanswered: How to find owner panel in initComponent?

    Ext.define('my.TextEdit', { extend: 'Ext.form.field.Text', alias: 'widget.MyTextEdit', initComponent: function () { ...

    Started by ultra2, 5 Mar 2012 5:50 AM
    • Replies: 3
    • Views: 375
    5 Mar 2012 10:16 AM Go to last post
  2. Question Unanswered: Using Time axis for charts

    I am looking at the chart example at http://docs.sencha.com/ext-js/4-0/#%21/example/charts/LiveUpdates.html When I try it with the latest Ext...

    Started by sarabjeetd, 5 Mar 2012 9:14 AM
    • Replies: 2
    • Views: 443
    5 Mar 2012 9:31 AM Go to last post
  3. Unanswered: reported error ?!!!

    why i encountered this error (in firebug) : error message is : el is undefined out = (v = el.style) ? v :

    Started by masoud_tamizy, 5 Mar 2012 8:26 AM
    • Replies: 2
    • Views: 346
    5 Mar 2012 9:18 AM Go to last post
  4. Unanswered: How to determine which model a model belongsTo?

    Ok, so the title of this thread may be a bit confusing, let me try to explain my problem. I am currently interfacing an existing application build...

    Started by LeonM, 5 Mar 2012 5:28 AM
    • Replies: 1
    • Views: 274
    5 Mar 2012 9:15 AM Go to last post
  5. Answered: Modeling semi-complicated json structures

    Hello, I'm trying to read a json feed from yahoo weather. Seems like a pretty simple response, but I can't figure out the approach I should use to...

    Started by Thomas The Fourth, 5 Mar 2012 7:57 AM
    • Replies: 2
    • Views: 404
    5 Mar 2012 8:49 AM Go to last post
  6. Answered: Grouping feature events don't get triggered

    Hi everyone! I have an issue when using the grid grouping feature. I'd like to catch the 'click' event so I added the listener like this : var...

    Started by Salah91, 5 Mar 2012 3:18 AM
    click, event, grid, grouping, listener
    • Replies: 6
    • Views: 910
    5 Mar 2012 6:44 AM Go to last post
  7. Answered: store.filter()

    i have a grid that shows some rows . one row is : "account_id" why when i filter another store with this parameter , quert string is equal to this...

    Started by masoud_tamizy, 5 Mar 2012 5:48 AM
    • Replies: 2
    • Views: 299
    5 Mar 2012 6:44 AM Go to last post
  8. Question Unanswered: Ext.view.View right to left pagination or card layout?

    Hi, need to create some widgets with pagination functionality. Top, bottom toolbars. Something like Google.com image search result shown on...

    Started by ostghost, 3 Mar 2012 11:52 AM
    • Replies: 3
    • Views: 953
    5 Mar 2012 5:44 AM Go to last post
  9. Answered: Google Chrome - GridPanel - date fields don't display

    Hello everybody, I hope you're all doing fine ! I already present my apologies for my poor english but I need some help. So, I have a problem when...

    Started by NassimRahali, 5 Mar 2012 2:12 AM
    • Replies: 2
    • Views: 454
    5 Mar 2012 2:49 AM Go to last post
  10. Unanswered: grid wrong rendered when horizontal resized?

    Hi, i have a viewport with border layout. The center panel with a hbox layout contains 2 panels . If i resize the browser horizonal which means at...

    Started by Moinsen, 1 Mar 2012 7:14 AM
    • Replies: 2
    • Views: 506
    5 Mar 2012 2:42 AM Go to last post
  11. Answered: trying to get tpl divs

    I'm trying to get the divs made by the tpl so I can render to them, but it's unable to find them ... I think or I'm calling it in the wrong way... ...

    Started by toxkillfraex, 2 Mar 2012 2:15 AM
    div, render, tpl
    • Replies: 3
    • Views: 789
    5 Mar 2012 1:18 AM Go to last post
  12. Unanswered: Loading data on grid

    Hi,, I am facing problem on loading data on grid. When I run my application ,the data on first tab is loading. When I click on second tab and...

    Started by Sneha004, 4 Mar 2012 10:43 PM
    • Replies: 5
    • Views: 485
    5 Mar 2012 12:57 AM Go to last post
  13. Answered: Since autoheight is being deprecated...

    ... What is the best solution using layouts only? For example: Panel 1 ---Panel 1a ---Panel 1b ---Panel 1c

    Started by dcoan604, 4 Mar 2012 12:51 PM
    • Replies: 2
    • Views: 419
    5 Mar 2012 12:38 AM Go to last post
  14. Unanswered: model doest not recognize more than 2 associations

    Hellow world :) Here is my problem: I have a model 'document' with associated (hasmany) models 'docheader' and 'docbody'. Thay worked fine for a...

    Started by 1099511627776, 3 Mar 2012 11:48 PM
    • Replies: 2
    • Views: 328
    5 Mar 2012 12:19 AM Go to last post
  15. Smile Answered: Show labels at the top of text fields

    Hello ! i hope all of you are in great state of health , i have a prob , i want to show my labels of my text fields at the top of them. as shown in...

    Started by waqasaslammmeo, 2 Mar 2012 10:25 PM
    • Replies: 7
    • Views: 1,197
    5 Mar 2012 12:05 AM Go to last post
  16. Answered: Rendering component in panel after button click

    Hello, I am attempting to create a navigation panel with a set of buttons where when each button is pressed, a different component (panel, grid,...

    Started by infernoz, 2 Mar 2012 11:53 AM
    • Replies: 6
    • Views: 975
    4 Mar 2012 11:54 PM Go to last post
  17. Unanswered: Get Cell value in selModel: 'cellmodel' and select multiple cells

    Is there any way to get an value of selected cell? Also is it possible to select multiple cell's?

    Started by navvn, 30 Nov 2011 6:14 AM
    • Replies: 3
    • Views: 993
    4 Mar 2012 11:46 PM Go to last post
  18. Unanswered: show gird column value in a text box

    Hi, I have a window with a form panel , a grid and 2 buttons OK and Close. The grid columns are populated with values from db using the data store...

    Started by ragendu, 2 Mar 2012 10:30 PM
    extjs
    • Replies: 5
    • Views: 1,249
    4 Mar 2012 11:40 PM Go to last post
  19. Question Unanswered: Where is the grid column header cell width set for DOM elements

    I'm using a third-party plugin for ExtJs Grid (so it's a problem most probably related to it and I won't post any code here) which happens to cause...

    Started by sasklacz, 4 Mar 2012 5:41 PM
    column, column header, grid
    • Replies: 3
    • Views: 813
    4 Mar 2012 11:20 PM Go to last post
  20. Answered: Loading data in the gird after reading value from textbox

    Hi All, I have a grid which contains only one column. I have a store which has two fields namely UserId and OrderID. I have not assigned store to...

    Started by webfriend13, 4 Mar 2012 9:51 PM
    • Replies: 1
    • Views: 407
    4 Mar 2012 10:50 PM Go to last post