Ext: Discussion

Page 403 of 421 FirstFirst ... 303 353 393 401 402 403 404 405 413 ... LastLast

+ Post New Thread

  1. firebug in Firefox detect error with ExtJS4 Panel titles

    Problem if i add any panel / formpanel with title i get strange error only in Firebug (v1.6.2, otheres too). In Firefox 3 and 4. Sample code that...

    Started by tfg4, 6 Apr 2011 7:32 AM
    • Replies: 0
    • Views: 855
    6 Apr 2011 7:32 AM Go to last post
  2. Adding / updating records & Ext.data.Store with sorters

    Hi, I add some records by calling "add()" on sorted "Ext.data.Store". Unfortunately new records are added at the end of the store although store...

    Started by Antronak, 5 Apr 2011 2:42 AM
    • Replies: 2
    • Views: 1,213
    6 Apr 2011 7:17 AM Go to last post
  3. multi level toolbar

    Newbie question here. How do you create a toolbar that is more than one level? Is there such thing as a "newline" item that you can stick in your...

    Started by tewabit, 5 Apr 2011 11:52 AM
    • Replies: 2
    • Views: 570
    6 Apr 2011 6:27 AM Go to last post
  4. Dynamic loading of controllers/models

    Hi, Apologies if this has been asked before, but is the dynamic loader meant to support controllers and models (and possibly anything else that is...

    Started by westy, 6 Apr 2011 3:01 AM
    dynamic loading
    • Replies: 5
    • Views: 1,001
    6 Apr 2011 5:38 AM Go to last post
  5. Beta 1 API docs offline?

    I am getting a 500 when trying to access http://dev.sencha.com/deploy/ext-4.0-beta1/docs/. I have been for about 30 mins.

    Started by rstuart, 5 Apr 2011 9:13 PM
    • Replies: 2
    • Views: 529
    6 Apr 2011 5:30 AM Go to last post
  6. How to set isCellEditable:false

    I am using a GridPanel with CellEditing. How do I set isCellEditable:false in ExtJS 4.0b1? Because this does not disable the editing of the Name...

    Started by eja40, 5 Apr 2011 11:35 AM
    • Replies: 1
    • Views: 1,025
    6 Apr 2011 5:11 AM Go to last post
  7. Calendar in Extjs4

    Will the calendar still be in ExtJs4? Looking through the examples, I do not see it thx Timothy

    Started by stratboogie, 17 Mar 2011 11:59 AM
    • Replies: 2
    • Views: 1,616
    6 Apr 2011 3:25 AM Go to last post
  8. Can't get contextmenu/click event working

    Hi guys I'm having trouble getting the contextmenu event working in the beta... Basically I want to make my own right click menu. But I...

    Started by lasseok, 2 Apr 2011 11:36 AM
    • Replies: 6
    • Views: 1,345
    6 Apr 2011 3:23 AM Go to last post
  9. Changes in Ext JS 4

    Hi there, I'm a beginner, I'm trying to use extjs 4 because I'm using the new features. The problem is that every time I find an example it...

    Started by bentzy, 4 Apr 2011 12:18 AM
    • Replies: 2
    • Views: 1,349
    6 Apr 2011 1:33 AM Go to last post
  10. Question Extending FornPanel

    Hi, everyone. I coded a class with which extends FormPanel: Ext.define('ui.LoginForm',{ extend:'Ext.form.FormPanel', alias:...

    Started by aitch, 3 Apr 2011 3:39 AM
    formpanel
    • Replies: 2
    • Views: 521
    6 Apr 2011 12:41 AM Go to last post
  11. Custom FormPanel buttons event or method not a function.

    FireBug error: btns.setDisabled is not a function btns.setDisabled(true); Ext.define('Jes.ux.FormPanel', { extend :...

    Started by muratyildiz, 5 Apr 2011 1:08 AM
    • Replies: 2
    • Views: 507
    5 Apr 2011 11:23 PM Go to last post
  12. A plea!!! How to specify onCellClick - specification changed?

    It used to be the case in Ext JS 3 that this would work on a grid: mygrid.on('cellClick', function(grid, rowIndex, columnIndex, e) { ...

    Started by eja40, 5 Apr 2011 1:12 PM
    • Replies: 2
    • Views: 1,411
    5 Apr 2011 11:12 PM Go to last post
  13. Why autoExpandColumn missing?

    Hi, Why autoExpandColumn in GridPanel config is missing in ExtJS 4? What can I use instead. Thanks in advance!

    Started by Antronak, 4 Apr 2011 4:17 AM
    • Replies: 3
    • Views: 2,382
    5 Apr 2011 10:22 PM Go to last post
  14. TabPanel question

    Hello, Q1. How can I remove all tabs from a tabpanel in extjs4, removeAll() method is not working. Q2. Is there a theoretically...

    Started by zlog, 4 Apr 2011 5:38 AM
    • Replies: 1
    • Views: 726
    5 Apr 2011 5:11 PM Go to last post
  15. Question Updating TreePanel in dialog

    Hello, I have a TreePanel in dialog window, defined through xtype like this ... xtype: 'treepanel', autoScroll: true, headers: ,

    Started by b00, 2 Apr 2011 2:08 PM
    treepanel loading dialog
    • Replies: 1
    • Views: 621
    5 Apr 2011 4:28 PM Go to last post
  16. How does the infinite grid cope with changes to total rows?

    What happens if the total rows changes between page reads? thanks

    Started by dukeyboy, 2 Apr 2011 12:23 PM
    • Replies: 1
    • Views: 572
    5 Apr 2011 4:22 PM Go to last post
  17. How to start....

    Dear all, I never did a project before but read all published titles like - Ext JS in Action - ExtJS 3.0 Cookbook - Learning Ext JS 3.2 and...

    Started by Jose Monfort, 5 Apr 2011 2:22 AM
    help tutorial video
    • Replies: 3
    • Views: 696
    5 Apr 2011 4:21 PM Go to last post
  18. e.getTarget() doesn't exist in ExtJS 4.0b1?

    When we have a grid with an icon button (e.g. delete icon) in the right hand column we would trap the cellclick and test for the presence of <div...

    Started by eja40, 5 Apr 2011 5:57 AM
    • Replies: 2
    • Views: 1,372
    5 Apr 2011 4:11 PM Go to last post
  19. Stateful Array Grid inside ASP.Net 4 Master page

    So far I've got a fairly simple .Master page that invokes a fairly simple Content .aspx. In the middle of the content page I've placed <div...

    Started by deb_holmes, 5 Apr 2011 1:59 PM
    • Replies: 4
    • Views: 1,168
    5 Apr 2011 4:05 PM Go to last post
  20. Ext.Loader minimum package

    I was wondering which ext package to use as a minimum, while native components would be dynamically loaded as needed. I used the forum example. Here...

    Started by grgur, 4 Apr 2011 6:25 AM
    ext.loader, extjs4, loader, require
    • Replies: 4
    • Views: 832
    5 Apr 2011 11:58 AM Go to last post