Ext 3.x: User Extensions and Plugins

Page 31 of 40 FirstFirst ... 21 29 30 31 32 33 ... LastLast

+ Post New Thread

  1. [3.0] Ext.ux.form.TimeDateField

    I have developed a new component to edit date and time. This component extend DateField and add new triggers to edit hours, minutes and seconds with...

    Started by jcarbou, 7 May 2010 2:09 AM
    • Replies: 0
    • Views: 766
    7 May 2010 2:09 AM Go to last post
  2. Tabs as Buttons

    Question: We're looking to use the TabPanel, however, we want to render the tabs to look like buttons rather then tabs. So it would appear to be...

    Started by nak1, 6 May 2010 5:28 AM
    • Replies: 3
    • Views: 1,056
    6 May 2010 6:29 AM Go to last post
  3. ExtJS debugging help in Firebug

    In order to see this in Firebug (that is, instead of all the "Object {}" descriptions for objects, you instead get "Ext.Element {}", etc.): ...

    Started by stever, 14 Apr 2010 6:32 PM
    • Replies: 4
    • Views: 1,877
    4 May 2010 6:11 PM Go to last post
  4. New (simple) functions in Ext

    Hello. Here are my humble suggestions to implement Ext functionalities. Ext.prototype = { isObject: function(v) { return...

    Started by primolan, 30 Apr 2010 3:57 AM
    array, isarray, isobject, object
    • Replies: 6
    • Views: 1,400
    4 May 2010 5:43 PM Go to last post
  5. form plugin

    here is a simple plugin that will change any panel into a form. The usefulness of this is to avoid unnecessary level of nesting. Pseudo code on how...

    Started by albeva, 4 May 2010 5:25 AM
    • Replies: 0
    • Views: 710
    4 May 2010 5:25 AM Go to last post
  6. Thumbs up Simple Calendar By Daniel Zhang

    **//** * @author Liang Zhang * Calendar with tip v1.0 * * Usage test * * var dm = new My.Calendar(); * dm.setMarkup(); *...

    Started by daniel_82, 2 May 2010 8:10 PM
    • Replies: 1
    • Views: 930
    3 May 2010 11:13 PM Go to last post
  7. Ext.ux.ManagedIframePanel gets destroyed every time!

    Hello friends, I have been working on an interesting little application that will make extensive use of managed IFrames. It is built around a...

    Started by rezib, 28 Apr 2010 2:07 PM
    ext.ux.managediframepanel, iframe
    • Replies: 6
    • Views: 1,523
    3 May 2010 9:00 AM Go to last post
  8. Portal with portlets having dynamic height

    Hello, Ext version: 3.2.0 Example: Ext portal demo link Problem: I use copy of portal demo page with one modifacation: on 'render' event I add...

    Started by dstrr, 30 Apr 2010 2:56 AM
    • Replies: 0
    • Views: 1,494
    30 Apr 2010 2:56 AM Go to last post
  9. Ext.ux.chart (non-flash version,pure js)

    hi ~my friends i'd like to share my extension, there was a Ext.chart already available,but it goes along with the adobe flash.my solution is...

    Started by cdj, 2 Aug 2009 7:21 PM
    4 Pages
    1 2 3 ... 4
    • Replies: 30
    • Views: 15,426
    27 Apr 2010 11:27 PM Go to last post
  10. DefaultButton plugin - submit on ENTER

    My form should auto-submit when ENTER is pressed. I have found a couple of related posts in the forums, but I either don't understand them or they...

    Started by stephen.friedrich, 8 Dec 2009 5:24 PM
    • Replies: 5
    • Views: 4,104
    27 Apr 2010 11:12 PM Go to last post
  11. Looking for JQuery cross slider alternative in ExtjS.

    Just to try luck. Has somebody this http://tohobu.asia/redmine/repositories/entry/tohobu-site/js/jquery.cross-slide.js?rev=4 or alternative in...

    Started by ostghost, 26 Apr 2010 8:30 AM
    cross slide, jquery
    • Replies: 0
    • Views: 960
    26 Apr 2010 8:30 AM Go to last post
  12. [3.2.0][3.1.1] GroupSummary

    I have a strange behavior with one of my column (Sum) 21 lines with 3 that have values 0.27+0.33+0.13 should gives 0.73 but gives...

    Started by maquejp, 22 Apr 2010 1:43 AM
    • Replies: 4
    • Views: 1,438
    26 Apr 2010 5:26 AM Go to last post
  13. Post RowExpander - Click on its content doesn't select the row

    Hi, I'm using the RowExpander and I created a template with a few DIVs to use as extra content for the rows. The problem is that when I click on...

    Started by TigrouMeow, 25 Apr 2010 6:44 PM
    onclick, rowexpander
    • Replies: 0
    • Views: 570
    25 Apr 2010 6:44 PM Go to last post
  14. Question RowExpander - Click on its content doesn't select the row

    Hi, I'm using the RowExpander and I created a template with a few DIVs to use as extra content for the rows. The problem is that when I click on...

    Started by TigrouMeow, 25 Apr 2010 6:42 PM
    onclick, rowexpander
    • Replies: 0
    • Views: 538
    25 Apr 2010 6:42 PM Go to last post
  15. BufferView scrolling problem when page zoom > 100%

    There is a problem when BufferView example is scrolled and the page zoom in the browser is set to anything else but 100%. Basically you get empty...

    Started by k0smita, 23 Apr 2010 7:27 AM
    • Replies: 0
    • Views: 997
    23 Apr 2010 7:27 AM Go to last post
  16. Ext.ux.Spinner Spins while disabled

    I noticed that while the SpinnerField is disabled the spinner arrows still altered the field value. Here are the three changes I implemented in...

    Started by dblak90, 5 Nov 2009 2:07 PM
    • Replies: 2
    • Views: 1,848
    23 Apr 2010 7:12 AM Go to last post
  17. Lightbulb Ext.LinkButton code from Animal needs update for ExtJS 3.2

    I'm wondering how come the ExtJS development team still hasn't been able to either respond or fulfill this feature request by Animal: ...

    Started by grEvenX, 22 Apr 2010 11:19 PM
    • Replies: 0
    • Views: 790
    22 Apr 2010 11:19 PM Go to last post
  18. [3.x] Ext.ux.MenuBar

    Based on Animal's post here: http://www.extjs.com/forum/showthread.php?p=353975#post353975 and Animal's Ext2.x extension here:...

    Started by KRavEN, 26 Jan 2010 10:19 AM
    • Replies: 2
    • Views: 2,967
    22 Apr 2010 6:14 AM Go to last post
  19. How to Sync 2 Grid Headers to enable and drag and drop between columns?

    Re-posting in the right Sub-Forum: Please refer...

    Started by mail2hkrish, 19 Apr 2010 10:46 PM
    • Replies: 2
    • Views: 720
    21 Apr 2010 7:20 PM Go to last post
  20. Post Ext.ux.FisheyeMenu

    Hello everybody! I'm using a fisheyeMenu for my application and I'd like to add dynamically one or more items in.:-? Example : "Click" on a...

    Started by a.labeau, 20 Apr 2010 7:30 AM
    • Replies: 1
    • Views: 1,248
    20 Apr 2010 7:57 AM Go to last post