Ext: Discussion

Page 54 of 426 FirstFirst ... 4 44 52 53 54 55 56 64 104 154 ... LastLast

+ Post New Thread

  1. Panel width

    My problem is: when i add a panel in container, the panel width is 100%, but i want, the panel width, is a title width or a content width. var...

    Started by Fabriciogs, 23 Oct 2012 12:24 PM
    • Replies: 1
    • Views: 1,987
    24 Oct 2012 5:00 AM Go to last post
  2. How to add event handler for dynamically created widgets in the controller?

    Hello Forum members, I'm a newbie to ExtJs world. I started implementing a MVC based ExtJs 4 project. My problem is - I have a view(myview.js)...

    Started by pnhegde, 22 Oct 2012 3:13 AM
    controller, dynamic, extjs, mvc, widget
    • Replies: 2
    • Views: 759
    23 Oct 2012 6:19 PM Go to last post
  3. HasOne Association, Suggestion: provide event in addition to the callback for load

    In the case of associated models that are loaded async I see a need for an event in addition to the standard getter method with callback(s). The...

    Started by markbjerke, 18 Oct 2012 9:07 AM
    • Replies: 2
    • Views: 305
    23 Oct 2012 3:24 PM Go to last post
  4. Changing combo emptytext

    Is it possible to set the combo emptyText at runtime? I need to adjust it, preferably between queries. Tried just altering the listConfig object at...

    Started by john76543, 23 Oct 2012 8:23 AM
    combo emptytext
    • Replies: 1
    • Views: 241
    23 Oct 2012 10:29 AM Go to last post
  5. Reload tree problem: Uncaught TypeError: Cannot read property 'internalId' of undefi

    Hi all, I have one an error in my ‘reload’of my tree. If any one can poitme the error! Tks!! My code: # Response (JSON)

    Started by re.tf, 18 Oct 2012 6:03 AM
    • Replies: 2
    • Views: 491
    23 Oct 2012 8:42 AM Go to last post
  6. grid header sorting-style after reconfigure doen't work in ff

    hey, have a strange problem. i have a big grid about 30 columns and 1600 items. but thats not enough ;) the grid has to different...

    Started by skullbooks, 17 Oct 2012 6:29 AM
    • Replies: 3
    • Views: 516
    23 Oct 2012 8:13 AM Go to last post
  7. Put an image over a cell - cell position

    Hello, I want to put an image over a cell of a grid. The image should overhang beyond one border. In the renderer function of the column I...

    Started by TiloS, 16 Oct 2012 3:36 AM
    • Replies: 2
    • Views: 290
    23 Oct 2012 7:06 AM Go to last post
  8. repeating array variable in url

    Hi, when passing an array to server through extjs url in the url why the variable name is repeating for each value. ex. if i am passing myArray...

    Started by chandan.behura, 19 Oct 2012 8:37 AM
    variable in url
    • Replies: 1
    • Views: 256
    23 Oct 2012 6:13 AM Go to last post
  9. Ext.util.TaskRunner problem

    Hi all, i have a problem with taskRunner , this is my code : runner = new Ext.util.TaskRunner(); task = runner.newTask({ ...

    Started by 8mauro9, 19 Oct 2012 2:26 AM
    task, taskrunner
    • Replies: 1
    • Views: 257
    23 Oct 2012 6:06 AM Go to last post
  10. treepanel requerying proxy when expanding children

    I have a TreeStore that feeds into a TreePanel using a json proxy, but it requeries the server when I try to expand root children even though the...

    Started by strattonbrazil, 17 Oct 2012 2:49 PM
    • Replies: 1
    • Views: 354
    23 Oct 2012 5:54 AM Go to last post
  11. Grid panel inside div

    I have a html page with div . I would like my grid panel to render inside this div taking full height and width of the div (100%). I tried various...

    Started by parasharsh, 16 May 2012 11:35 PM
    • Replies: 4
    • Views: 838
    23 Oct 2012 2:50 AM Go to last post
  12. Comboboxgroup in a form doesn't fire dirtychange event for first 2 change

    Hi Everyone, I am using Extjs 4.1.1, with MVC I have a checkboxgroup in a form like this: { xtype:'form', trackResetOnLoad:true, ...

    Started by aykutsoysal, 19 Oct 2012 2:55 AM
    checkbox checkboxgroup, checkboxgroup, dirtychange, form
    • Replies: 3
    • Views: 590
    23 Oct 2012 1:38 AM Go to last post
  13. Some error when i use xtype : 'filefield'

    Hey, i use xtype : 'filefield' for uploding images, and when i click on upload button i get some error: In Chrome i get: Uncaught...

    Started by Maskca, 21 Oct 2012 12:53 PM
    • Replies: 1
    • Views: 446
    21 Oct 2012 11:07 PM Go to last post
  14. Paging Grid not showing up on the grid.

    Hi , I have situation where there are 2 grids say grid1(default),grid2 occupying the same space. At any given time depending on choice made using...

    Started by namrms, 19 Oct 2012 6:05 AM
    grid, paging tool bar
    • Replies: 2
    • Views: 281
    21 Oct 2012 9:48 PM Go to last post
  15. extjs date column grid panel format issue. {"updatedOn":1335156222983} - json data.

    Hello Team, I am trying to display the createdOn and updatedOn in the grid panel and I am not able to render it on the grid. Any...

    Started by durgaprasadn, 22 Apr 2012 10:47 PM
    • Replies: 9
    • Views: 1,627
    21 Oct 2012 8:50 PM Go to last post
  16. prevent grid itemclick event

    I have an Ext.grid.Panel with an itemclick handler that displays the details of the item in a seperate panel. The grid store's model has a column...

    Started by mmannarelli-rsa, 19 Oct 2012 7:32 AM
    • Replies: 1
    • Views: 335
    20 Oct 2012 5:10 PM Go to last post
  17. Trouble creating a tree!

    I am trying to load a tree in an MVC application. And I keep getting this error: Object MainMenu has no method 'getRootNode' The tree works fine...

    Started by olakara, 8 May 2011 3:28 AM
    2 Pages
    1 2
    • Replies: 10
    • Views: 4,397
    20 Oct 2012 2:22 PM Go to last post
  18. Problem with tree - infinite tree node loop

    Hello, my tree data is defined within JSON file: navigationTree.json { 'success': true, 'results': },{ ...

    Started by Tomeo, 12 Oct 2011 11:27 AM
    • Replies: 3
    • Views: 665
    20 Oct 2012 12:20 AM Go to last post
  19. Ext.util.Observable usage

    I did a search of the entire Ext JS code base to see how the Ext.util.Observable class is used... The mixin pattern is used the most frequently,...

    Started by LesJ, 17 Oct 2012 12:14 PM
    • Replies: 1
    • Views: 286
    19 Oct 2012 9:49 AM Go to last post
  20. pass array to server

    Hi, How to pass a array having more than 100 values to server . when i am passing an array of 150 values the i am getting bad request from server...

    Started by chandan.behura, 18 Oct 2012 10:19 AM
    pass to server
    • Replies: 4
    • Views: 478
    19 Oct 2012 9:03 AM Go to last post