Ext: Discussion

Page 405 of 421 FirstFirst ... 305 355 395 403 404 405 406 407 415 ... LastLast

+ Post New Thread

  1. Extending Model Classes

    I am looking for a method to create a prototype for a model. I have an application with around 150 models (database tables) and configuring the whole...

    Started by stuchy, 31 Mar 2011 3:28 AM
    • Replies: 1
    • Views: 657
    3 Apr 2011 2:12 AM Go to last post
  2. Beta 1 regModel Depricated?

    In the Beta 1 release notes it states: "Move model creation into the model itself, essentially deprecates regModel" I looked over the...

    Started by wizkid, 31 Mar 2011 5:14 AM
    • Replies: 4
    • Views: 1,646
    2 Apr 2011 11:09 AM Go to last post
  3. Exclamation Ext.data.Store and Ext.grid.GridPanel

    Sort summary: I have a TabPanel (tabpanel1) in a ViewPort. First tab is a GridPanel (tab1), when marking a row and clicking a button in a toolbar,...

    Started by urlund, 1 Apr 2011 10:47 AM
    ajaxstore, gridpanel, tabpanel
    • Replies: 1
    • Views: 1,059
    2 Apr 2011 4:26 AM Go to last post
  4. Question Use image map in button

    Hi. I have some big image map for button's icons (look attachments). How use this image in xbutton? Please help!

    Started by PSB, 29 Mar 2011 10:12 AM
    • Replies: 7
    • Views: 1,651
    2 Apr 2011 3:45 AM Go to last post
  5. Datagrid features

    Hi all, i'm new to ext js but i have to admin i have some problems :) i'm trying to set up a datagrid with these options: - remote datastore via...

    Started by Pataghiu, 1 Apr 2011 11:21 PM
    • Replies: 0
    • Views: 874
    1 Apr 2011 11:21 PM Go to last post
  6. [Beta1] how to merge cells or rows in grid?

    Just like the title, I want to colspan or rowspan the grid, anybody can help me? Thanks a lot!

    Started by Denny Zhang, 1 Apr 2011 10:55 PM
    • Replies: 0
    • Views: 647
    1 Apr 2011 10:55 PM Go to last post
  7. Can we get a little explanation of terms?

    For weeks the marketing page for Ext 4, the one where you guys were pre-selling the product said that the beta was going to be released in...

    Started by James Goddard, 1 Apr 2011 4:06 AM
    • Replies: 2
    • Views: 617
    1 Apr 2011 4:51 PM Go to last post
  8. Where to find Ext JS 4 Api Docs?

    Hi all, I'm new to Ext JS and I saw on the Ext JS video that the new documentation also show usage examples instead of browsing the demo's. But...

    Started by aacoro, 23 Mar 2011 1:37 PM
    • Replies: 3
    • Views: 6,553
    1 Apr 2011 2:04 PM Go to last post
  9. Store Params are not encoding properly

    I'm trying to migrate from Ext JS 3 to 4 and I'm having difficulty using the new store. I'm trying to pass an ID that's an integer to an ASP.NET web...

    Started by rriviere, 31 Mar 2011 12:47 PM
    • Replies: 1
    • Views: 532
    1 Apr 2011 12:16 PM Go to last post
  10. Problem with Ext.ClassManager.create

    Hi there, since a few hours i have some problems to create a simple ExtJs class. The class: Ext.ClassManager.create( ...

    Started by MrBoolean, 1 Apr 2011 2:39 AM
    • Replies: 1
    • Views: 825
    1 Apr 2011 11:01 AM Go to last post
  11. Panel xtype=treepanel click listener

    Hello I have a little problem with a click listener. The documentation says, if i add a click listener to a TreePanel the handler will be notified...

    Started by eniu, 26 Mar 2011 9:05 AM
    click, listener, node, tree
    • Replies: 2
    • Views: 1,367
    1 Apr 2011 10:34 AM Go to last post
  12. Exclamation column layout inside tabpanel not working!

    Hi, Im trying to cistomize the layout browserexample for my company needs so in the card(tabpanel) menu i need to add panels inside each tab, and...

    Started by astrocybernaute, 1 Apr 2011 8:12 AM
    browser, column, layout, tab, tabpanel
    • Replies: 1
    • Views: 486
    1 Apr 2011 8:42 AM Go to last post
  13. Question Dynamically add a button to the FormPanel

    is it possible to add a button to a form after the one has been already created. something like: myform.addButton(new Button({text : 'button'}))

    Started by gs76pl, 1 Apr 2011 4:25 AM
    • Replies: 0
    • Views: 747
    1 Apr 2011 4:25 AM Go to last post
  14. Question Using server-generated next/prev links for navigation

    When using an Ext.Store, the typical mechanism for navigation is using "first" and "limit" URL-parameters, so that a URL "//server/data.xml" will be...

    Started by annette, 1 Apr 2011 4:13 AM
    paging navigation
    • Replies: 0
    • Views: 472
    1 Apr 2011 4:13 AM Go to last post
  15. Ext.panel.Panel addCls not working

    Hi all, I'm tryng to change my panel background color adding a class through the addCls method. The specified class is added but it feels like if...

    Started by settholo, 1 Apr 2011 1:26 AM
    • Replies: 0
    • Views: 1,101
    1 Apr 2011 1:26 AM Go to last post
  16. Is keyboard navigation possible for the infinite grid?

    I'd like to arrow up and arrow down and page up and page down on the infinite grid - is this possible? Also, is it possible to adjust the...

    Started by dukeyboy, 1 Apr 2011 12:52 AM
    • Replies: 0
    • Views: 411
    1 Apr 2011 12:52 AM Go to last post
  17. Drag&drop

    Hi, can someone explain how to use drag&drop properly with extjs4? Greetings Daniele

    Started by settholo, 1 Apr 2011 12:12 AM
    d&d, drag, drag&drop, drop
    • Replies: 0
    • Views: 357
    1 Apr 2011 12:12 AM Go to last post
  18. [ext-4.0-pr5] mgr.update doesn't work

    Hi, this code works in Ext3.0 but not in Ext4.0 (:| var el = Ext.get("foo"); var mgr = el.getUpdater(); mgr.update({ url: "test.php",...

    Started by EBS, 24 Mar 2011 12:43 PM
    • Replies: 5
    • Views: 1,226
    1 Apr 2011 12:06 AM Go to last post
  19. Question Creating a meu bar as the Office

    I found a menu bar as the office. http://www.sencha.com/forum/attachment.php?attachmentid=2293 I searched the forum and even tried to combine the...

    Started by jcspader, 31 Mar 2011 5:42 PM
    meubar office
    • Replies: 0
    • Views: 470
    31 Mar 2011 5:42 PM Go to last post
  20. Ext 4 pr5 - How to determine when Store.sync() completes?

    I see I can use callbacks for Store.create(), Store.update(), Store.destroy(). It'd be nice if there was one for Store.sync() for when the batch...

    Started by ceberle, 31 Mar 2011 3:37 PM
    • Replies: 0
    • Views: 843
    31 Mar 2011 3:37 PM Go to last post