Ext 3.x: Help & Discussion

+ Post New Thread

  1. Loading items on the select function

    My charts gets loaded on the page load, but i would like to load my chart items on the select of the combo box. var graphPanel = new...

    Started by vinothbabu, 10 Oct 2010 10:35 PM
    5 Pages
    1 2 3 ... 5
    • Replies: 42
    • Views: 1,990
    11 Oct 2010 11:22 PM Go to last post
  2. Parent folder icon changed on deletion of child folder

    Hello 1.Create a parent folder A 2.create a child folder A1 3.delete a child folder A1,now the problem is the icon of child folder changes and...

    Started by sachin sachdeva, 11 Oct 2010 10:20 PM
    • Replies: 0
    • Views: 737
    11 Oct 2010 10:20 PM Go to last post
  3. public method

    I'm trying to add a public method but when I try to access it I get "Prices.getFieldSets is not a function". What am I doing wrong? Code is below...

    Started by richchri, 11 Oct 2010 9:55 AM
    • Replies: 2
    • Views: 527
    11 Oct 2010 9:55 PM Go to last post
  4. Anchor a toolbar to the top right, rather than top left...

    I have a toolbar that I'm adding to my pages as follows: var pageTray = new Ext.Toolbar({ renderTo: Ext.getBody(), width: "50%", items: ...

    Started by EXTOmega, 11 Oct 2010 11:00 AM
    • Replies: 1
    • Views: 824
    11 Oct 2010 9:49 PM Go to last post
  5. Parent folder icon changed on deletion of child folder

    Hello ,thx for your help in sorting out previous problems now new problem is as follows 1.create a folder A in a tree. 2. create a sub folder A1 in...

    Started by sachin sachdeva, 11 Oct 2010 9:47 PM
    • Replies: 0
    • Views: 451
    11 Oct 2010 9:47 PM Go to last post
  6. Question Menu maxHeight not working

    I am trying to set the maxHeight for my menu as follows: menu = new Ext.menu.Menu({ ...

    Started by sway, 6 Oct 2010 7:43 PM
    • Replies: 9
    • Views: 875
    11 Oct 2010 9:39 PM Go to last post
  7. Question multiple Ext.onReady. Order of execution?

    I tried to search for similar issues but couldn't find it, so: * I have a page generated by multiple PHP pages * As a result, I can have multiple...

    Started by RollingFred, 11 Oct 2010 11:18 AM
    onready
    • Replies: 4
    • Views: 1,504
    11 Oct 2010 9:31 PM Go to last post
  8. add a mouseover event on a panel

    How can we add basic events as "mouseover" on a Ext.Panel ? Thank you in advance for your answers

    Started by flamant, 11 Oct 2010 5:06 AM
    • Replies: 9
    • Views: 1,048
    11 Oct 2010 9:26 PM Go to last post
  9. Question [SOLVED] Combobox change xtype from formfield

    Hello all, how can i do to change xtype from a form field when user change combobox? Example: When user select "porcentagem" i need change xtype...

    Started by danielbertini, 10 Oct 2010 2:04 PM
    • Replies: 2
    • Views: 604
    11 Oct 2010 7:58 PM Go to last post
  10. Ext Desktop Example: How to create shortcuts dynamically

    Hi, I want to create shortcuts dynamically onto the desktop based on user inputs to access modules dynamically. Any view on this?

    Started by Venkateswara Rao, 7 Oct 2010 3:29 AM
    • Replies: 2
    • Views: 933
    11 Oct 2010 3:40 PM Go to last post
  11. How to pass params via JsonStore on "next load only"?

    I have a need to pass a certain param via a JsonStore on the next load only (i.e. once I "prime" the param, the next time the store queries the...

    Started by Eric24, 10 Oct 2010 1:25 PM
    • Replies: 2
    • Views: 743
    11 Oct 2010 1:17 PM Go to last post
  12. Layout works for activeTab, but not for other tabs

    The following showcase creates a TabPanel containing two Panels that are identical except for their title. The active tab is laid out correctly, the...

    Started by lsaffre, 6 Oct 2010 11:40 AM
    • Replies: 1
    • Views: 613
    11 Oct 2010 9:51 AM Go to last post
  13. Understanding fitand layouts

    Hi there, I'm new to ExtJS (and must admit, it's a fantastic product!). I'm having a strange issue with an accordion layout I've created....

    Started by reds, 10 Oct 2010 5:23 PM
    • Replies: 7
    • Views: 855
    11 Oct 2010 8:57 AM Go to last post
  14. dynamically loading scripts ?

    I have got an app that does everything in one page. Something similar to extjs api documentation page. The app is getting bigger and bigger. So...

    Started by muncher, 11 Oct 2010 8:16 AM
    • Replies: 3
    • Views: 684
    11 Oct 2010 8:34 AM Go to last post
  15. How to update combo's editable property at runtime?

    I am using the ExtAspNet library. For some reason it doesn't let me make editable comboboxes directly. So, I am trying to make the combobox editable...

    Started by ronnieoverby, 11 Oct 2010 7:22 AM
    2 Pages
    1 2
    combo
    • Replies: 11
    • Views: 1,249
    11 Oct 2010 8:10 AM Go to last post
  16. noob question regarding styles

    Edit: Title should be noob question regarding layouts :-) Hi, I am trying to subclass an Ext.Panel so it contains three different child items by...

    Started by momesana, 11 Oct 2010 7:02 AM
    • Replies: 3
    • Views: 596
    11 Oct 2010 7:54 AM Go to last post
  17. Create Excel file

    Hello! I'm using a 3rd party class to create an xls file in php. The php file is called using AJAX with POST params. See code: js code: var...

    Started by nicobarten, 5 Jul 2010 12:13 AM
    • Replies: 9
    • Views: 2,038
    11 Oct 2010 7:07 AM Go to last post
  18. Use component twice

    Hey, I got a quick question about using the same component twice. In my code I instantiate a new editorgridpanel. Since I need several of these in...

    Started by rkaat, 11 Oct 2010 5:37 AM
    • Replies: 2
    • Views: 561
    11 Oct 2010 7:01 AM Go to last post
  19. Disable dates before today

    Someone know how I disable dates before today in datefield?

    Started by Ourysso, 11 Oct 2010 6:19 AM
    • Replies: 1
    • Views: 679
    11 Oct 2010 6:56 AM Go to last post
  20. Template, show a number with 2 decimals

    Hi, In my datastore I have a number. I display the data with a dataview that uses a template. How can I show the number with 2 decimals? At this...

    Started by PatrickS, 11 Oct 2010 6:23 AM
    • Replies: 1
    • Views: 838
    11 Oct 2010 6:42 AM Go to last post