Ext 1.x: User Extensions and Plugins

Page 9 of 9 FirstFirst ... 7 8 9

+ Post New Thread

  1. Accordion resize

    when accordions are resized, they will be shifted to the right and leave an empty margin to the left, is there a way to fix this? Solved: I set...

    Started by topcoder1, 28 Jul 2007 9:17 PM
    • Replies: 2
    • Views: 3,019
    1 Aug 2007 10:08 AM Go to last post
  2. Question qustion for can't getting the correct result using Ext.ux.InfoPanel!help!

    I try to use Ext.ux.InfoPanel to create a independ panel,but when I try to do like this,I found I can't modify the InfoPanel's width,and put it in...

    Started by hahaEr2003, 30 Jul 2007 11:16 PM
    • Replies: 1
    • Views: 1,644
    1 Aug 2007 2:29 AM Go to last post
  3. Ext.ux.LangSelect

    Would you be interested in sth like this: Ext.ux.LangSelect

    Started by jsakalos, 28 Jul 2007 5:30 PM
    • Replies: 3
    • Views: 2,640
    30 Jul 2007 1:31 PM Go to last post
  4. Code Editor with markup

    Has anyone created a code editor widget yet? We are developing an ide that enables registered users online editing of basically any programming...

    Started by LoneTiger, 17 Jul 2007 2:15 AM
    • Replies: 2
    • Views: 2,317
    30 Jul 2007 12:16 PM Go to last post
  5. Question about the "How To Post an Extension" wiki page

    I have read the "How To Post an Extension" wiki page and there is a line that says: "Once you have added your extension project page, place a...

    Started by tjstuart, 25 Jul 2007 10:20 PM
    • Replies: 4
    • Views: 2,549
    29 Jul 2007 5:10 PM Go to last post
  6. Accordion/InfoPanel error when loaded twice

    hello everybody I'm loving Ext but I'm having some problems :( This js is fired when the menu is loaded var result = Ajax.responseText;...

    Started by zaratine, 23 Jul 2007 11:03 AM
    • Replies: 9
    • Views: 5,749
    29 Jul 2007 1:31 AM Go to last post
  7. putting widgets inside InfoPanel

    I want to add some widgets inside each InfoPanel in the accordion, in particular a treePanel. I used var treePanel=new...

    Started by topcoder1, 17 Jul 2007 3:17 PM
    • Replies: 6
    • Views: 3,036
    27 Jul 2007 12:33 PM Go to last post
  8. Question Accordion + Infopanel, Pin problem

    Hi, I'm using user Accordion+Infopanel created by Saki. Here are the code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...

    Started by jexxi, 19 Jul 2007 10:29 PM
    • Replies: 4
    • Views: 3,458
    23 Jul 2007 12:54 AM Go to last post
  9. Accordion in Dialog is not working

    I cannot get the accordion within the dialog to work at all. I think I have all the right code but I could be missing something really simple. I...

    Started by dillenger, 13 Jul 2007 8:04 AM
    • Replies: 1
    • Views: 2,982
    22 Jul 2007 4:03 PM Go to last post
  10. accordion widget

    I don't know what happened, but when I try to install the accordion widget (unchanged) on my local server, it pretty much gets stuck on the...

    Started by dillenger, 21 Jul 2007 7:22 AM
    • Replies: 3
    • Views: 3,355
    22 Jul 2007 3:39 PM Go to last post
  11. Question [Beta] Ext.ux.SecurePass

    Hello, First, thanks to the team and specifically Jack S to this very great Extjs. =D> I'm currently writing my first extension, that add a...

    Started by vincentc, 16 Jul 2007 5:41 AM
    • Replies: 7
    • Views: 7,529
    21 Jul 2007 9:34 PM Go to last post
  12. Moved: Extending Field

    Started by jurian, 19 Jul 2007 12:07 AM
    • Replies: -
    • Views: -
    19 Jul 2007 12:07 AM Go to last post
  13. iframeTagProxy ?

    Hey, For my web app, I need the ability to get HTML pages from other servers. With Ext's built-in HttpProxy the HTML pages must be on the same...

    Started by king7532, 17 Jul 2007 3:50 AM
    • Replies: 6
    • Views: 3,545
    18 Jul 2007 2:43 PM Go to last post
  14. Ext.MessageBox extend class?

    Anybody extend Ext.MessageBox class for support a combobox? Thanks in advance,

    Started by galdaka, 12 Jun 2007 9:50 AM
    • Replies: 3
    • Views: 6,068
    17 Jul 2007 2:24 AM Go to last post
  15. Extension: Remap MixedCollection Keys

    This isn't exactly a user-friendly extension, but it's a piece of generic code that I found useful. Problem: A user creates a new record...

    Started by david.schoonover, 15 Jul 2007 2:02 AM
    • Replies: 0
    • Views: 2,845
    15 Jul 2007 2:02 AM Go to last post
  16. text-wrap and accordion infoPanels

    I have long title for each infoPanel in an accordion, is there a way to text-wrap these titles? I know I can insert <br> in the title to make it...

    Started by topcoder1, 13 Jul 2007 2:45 PM
    • Replies: 2
    • Views: 3,139
    14 Jul 2007 11:23 AM Go to last post
  17. pin image on the InfoPanel

    the pin image that's to the right of the title of the InfoPanel does not show up for me(showPin is set to true). I can't find this particular image...

    Started by topcoder1, 13 Jul 2007 3:12 PM
    • Replies: 2
    • Views: 3,333
    14 Jul 2007 11:19 AM Go to last post
  18. JSON Form Builder and Cascading Dialogs

    Recently, I developed two extensions for a project I'm working on, and thought I'd share them here in hopes of getting some feedback on how they may...

    Started by bpjohnson, 11 Jul 2007 12:55 PM
    • Replies: 2
    • Views: 7,478
    11 Jul 2007 5:11 PM Go to last post
  19. ColorField

    Hi all, I needed a Ext js field for the ColorPalette. I cribbed the DateField and altered it to display a ColorPalette etc. It submits the six...

    Started by quilleashm, 10 Jul 2007 8:48 AM
    • Replies: 2
    • Views: 3,684
    11 Jul 2007 9:48 AM Go to last post
  20. FormPanel to render dynamic forms into LayoutRegions

    Small snippet of code to render a dynamic form directly to a LayoutRegion. var FormPanel = function(formObject) {...

    Started by aconran, 27 Apr 2007 6:33 PM
    • Replies: 9
    • Views: 8,222
    6 Jul 2007 6:08 AM Go to last post