Ext: Discussion

Page 378 of 421 FirstFirst ... 278 328 368 376 377 378 379 380 388 ... LastLast

+ Post New Thread

  1. Models and TreePanel

    Hey Guys! In this project i'm working on I've got a navigation panel based on a panel (layout accordion) and inside each accordion panel i'll have...

    Started by mjbcesar, 6 May 2011 7:40 AM
    model, mvc, store, treepanel, treestore
    • Replies: 2
    • Views: 480
    6 May 2011 8:08 AM Go to last post
  2. Extjs 4.0 - tree.Panel 'selectionChange' work on twice click

    Hi all, i'm testing new ExtJs 4.0 with a tree.Panel on 'selectionchange' listeners. When first item/node clicked it's work, next item/node at one...

    Started by info@ferraresegroup.com, 6 May 2011 6:51 AM
    is undefined, record[0], selectionchange, tree.panel
    • Replies: 1
    • Views: 3,214
    6 May 2011 7:36 AM Go to last post
  3. Missing required class: Ext.tree.Panel

    Hi im trying to run a tree based on the guie or the example, im just trying to make something simple to work for me then se how to custom it but...

    Started by astrocybernaute, 6 May 2011 12:50 AM
    • Replies: 6
    • Views: 1,644
    6 May 2011 7:31 AM Go to last post
  4. MVC: uncaught exception after changing container items for the second time

    Hi, I've got a tree on the left (west region) and when clicking on an item, I want to reload the 'center' region depending on the item clicked....

    Started by medusadelft, 6 May 2011 7:27 AM
    mvc, uncaught exception
    • Replies: 0
    • Views: 531
    6 May 2011 7:27 AM Go to last post
  5. How to commit changes after edited grid and executed store.sync() ?

    How to commit changes after edited grid and executed store.sync() ?:-/

    Started by zzm2q, 6 May 2011 7:22 AM
    commit changes
    • Replies: 0
    • Views: 768
    6 May 2011 7:22 AM Go to last post
  6. Seeing Kanji in the forums?

    Not exactly about Ext itself, but can someone tell me how to set the globalization back to English? I assume it's just me and not everyone on the...

    Started by harley.333, 6 May 2011 5:30 AM
    • Replies: 3
    • Views: 489
    6 May 2011 7:16 AM Go to last post
  7. isEvent error

    Can somebody tell me what usually sets off the "Uncaught TypeError: Cannot read property 'isEvent' of undefined" error? I added listener to...

    Started by R56, 6 May 2011 6:50 AM
    • Replies: 0
    • Views: 833
    6 May 2011 6:50 AM Go to last post
  8. Question How do I populate a ComboBox in an "edit" form?

    I've got a form that I'm using to edit a user profile that uses two ComboBoxes which get values from two different stores. I create the form window...

    Started by butr0s, 6 May 2011 6:14 AM
    combobox, remote, store
    • Replies: 0
    • Views: 377
    6 May 2011 6:14 AM Go to last post
  9. Question How do I populate a ComboBox in an "edit" form?

    I've got a form that I'm using to edit a user profile that uses two ComboBoxes which get values from two different stores. I create the form window...

    Started by butr0s, 6 May 2011 6:12 AM
    combobox, remote, store
    • Replies: 0
    • Views: 482
    6 May 2011 6:12 AM Go to last post
  10. Adding a grid to a tab

    I'm relatively new to Ext and am upgrading some code to use Ext.JS 4. The 'add' method seems to have been removed and now I can't assign the grid...

    Started by adamb500, 4 May 2011 5:43 AM
    • Replies: 1
    • Views: 390
    6 May 2011 5:48 AM Go to last post
  11. Grid not display ajax'd data until column resize

    Hello all, I'm using the code below to retrieve the data from the server, but the grid isn't displaying anything until one of the columns has been...

    Started by bloem, 5 May 2011 6:58 AM
    ajax, column, grid, json, layout
    • Replies: 3
    • Views: 935
    6 May 2011 5:41 AM Go to last post
  12. BeforeSelect event on combobox

    Hey, Currently I am re-building my ext-3.3 combobox to an Ext-4.0 one. I came across the problem that there isn't a 'beforeselect' event anymore...

    Started by rkaat, 6 May 2011 2:04 AM
    beforeselect, cancel, combo, select, selection
    • Replies: 1
    • Views: 575
    6 May 2011 5:33 AM Go to last post
  13. Lightbulb beter name convention for enterprise extjs mvc [draft]

    i work with backend frameworks for 10 yr at last. Now i spent much time for better pattern of name convention in ExtJs MVC enterprise class...

    Started by holicon_abg, 6 May 2011 5:14 AM
    • Replies: 0
    • Views: 812
    6 May 2011 5:14 AM Go to last post
  14. GridPanel Locking Column

    I was wondering if the functionality is now build in to be able to lock/freeze a column of the grid? I want to be able to lock a row numberer...

    Started by lukefowell89, 5 May 2011 2:19 AM
    • Replies: 2
    • Views: 1,087
    6 May 2011 5:05 AM Go to last post
  15. ExtJS 3 to ExtJS 4 MVC

    Hi, I am working on migrating an application from ExtJS 3 to ExtJS 4 MVC and I'm getting some problems. Follow I'll list my classes: -...

    Started by gustavofranco, 5 May 2011 6:43 AM
    • Replies: 7
    • Views: 6,086
    6 May 2011 4:59 AM Go to last post
  16. Buffered scrolling grid inside panel, no scrolling?

    Dear Ext community, I was very happy when Ext 4 was released...what a fine piece of work! Thank you for that! I was especially happy with the...

    Started by stijnster, 5 May 2011 12:43 AM
    buffered, grid, scollbar, scrolling
    • Replies: 3
    • Views: 1,611
    6 May 2011 4:54 AM Go to last post
  17. grid keyboard navigation after render

    i have a grid, and i want a navigation up and down the lines by keyboard. i only works, when i first click a line by mouse-click. after render i...

    Started by claudia.sagner, 6 May 2011 4:03 AM
    afterrender, grid, keyboard, navigation
    • Replies: 0
    • Views: 1,088
    6 May 2011 4:03 AM Go to last post
  18. View to View DnD without DragZone - or DragZone without Proxy?

    Hey, I'm trying to implement a drag and drop between two DataViews populated from a Server. I don't need (or want) multi-node dnd, only one at a...

    Started by c089, 6 May 2011 3:27 AM
    • Replies: 0
    • Views: 384
    6 May 2011 3:27 AM Go to last post
  19. Question Scrollbar in grid not show [Firefox/Chrome]

    I use Firefox and Chrome to run my application. I create Grid panel in Panel, when data row is large than panel the grid not show scrollbar but in...

    Started by siteslave, 5 May 2011 11:42 PM
    grid, scrollbar
    • Replies: 2
    • Views: 1,787
    6 May 2011 2:48 AM Go to last post
  20. Cell Mouse Over Event on Grid Panel

    I the app I am currently trying to migrate, I need to be able to listen for mouse over events on cells, giving me the rowindex and column index of...

    Started by lukefowell89, 6 May 2011 2:44 AM
    • Replies: 0
    • Views: 1,067
    6 May 2011 2:44 AM Go to last post