Ext 3.x: User Extensions and Plugins

Page 29 of 40 FirstFirst ... 19 27 28 29 30 31 39 ... LastLast

+ Post New Thread

  1. Lightbulb iPadCubeView - Say goodbye to flat interfaces

    Hi guys, since i bought my new iPad at day one here in Italy, I really felt in love with it and my developer imagination start to fly, so with the...

    Started by AndreaCammarata, 7 Jun 2010 11:37 AM
    css3, cube, html5, ipad, iphone
    • Replies: 9
    • Views: 2,513
    10 Jun 2010 5:03 AM Go to last post
  2. Ext.ux.ScrollButton

    Hello everybody, this is the first time that I post on this forum so I will appreciate any advice regarding the code or any other issue. I would...

    Started by enric.intelart, 7 Jun 2010 7:54 AM
    • Replies: 1
    • Views: 906
    9 Jun 2010 12:04 PM Go to last post
  3. Ext.ux.TbItemStateReminder (keeps enabled/disabled state of Toolbar items)

    You know that? You have a Toolbar with several buttons and other items in it. Some of them are disabled since you don't want the user to use them...

    Started by makana, 9 Jun 2010 5:56 AM
    • Replies: 0
    • Views: 572
    9 Jun 2010 5:56 AM Go to last post
  4. Real time secure grid panels.

    I have integrated several frameworks to create a real time secure platform. I noticed that Ext 4 will support web sockets but as to how I have not...

    Started by keithoth, 8 Jun 2010 5:10 PM
    grails, spring security, websockets
    • Replies: 1
    • Views: 1,092
    8 Jun 2010 5:32 PM Go to last post
  5. Ext.ux.form.OptionsGrid

    Plugin: Ext.ns('Ext.ux.form'); Ext.ux.form.OptionsGrid = Ext.extend(Ext.form.Field, { removeRowText: this.removeRowText || 'Remove',...

    Started by demon222, 8 Jun 2010 9:23 AM
    • Replies: 1
    • Views: 1,772
    8 Jun 2010 9:46 AM Go to last post
  6. Just another elastic Textarea

    Inspired by this elastic textarea script http://sixrevisions.com/javascript/build-an-elastic-textarea-with-ext-js/ I wrote a ElasticTextArea ux and...

    Started by Jochen, 8 Jun 2010 4:22 AM
    elastic, textarea
    • Replies: 3
    • Views: 1,179
    8 Jun 2010 8:18 AM Go to last post
  7. Exclamation Grid Panel Plugin? Big problem to me!

    hi people! :) Prompt to me, who is possible that dealt with this sort of problem I try to make Grid Panel for work with mysql, the problem...

    Started by westvovik, 8 Jun 2010 6:03 AM
    grid plagin mysql
    • Replies: 0
    • Views: 542
    8 Jun 2010 6:03 AM Go to last post
  8. Ext.ux.SliderFill 2.0 - A plugin for Ext.Slider widget

    Adds the missing feature to the Ext.Slider widget, by filling the slider bar with blue color to show progress. Compatible with Ext JS 3.2. Go to...

    Started by artalat, 6 Jun 2010 4:01 PM
    • Replies: 4
    • Views: 1,436
    7 Jun 2010 4:11 AM Go to last post
  9. Thumbs up NEWS: Ext4Yii to include the Ext-Scheduler and the Ext-Gantt components

    Thanks to Mats Bryntse Consulting, we have been granted the OEM licensing rights to include the Ext-Scheduler and the Ext-Gantt components in...

    Started by gevik, 6 Jun 2010 3:05 PM
    • Replies: 0
    • Views: 1,885
    6 Jun 2010 3:05 PM Go to last post
  10. Tree with History Plugin

    Hi, I made Tree with History plugin - Ext.ux.HistoryTree: - For all crossing through the tree (expand/collapse nodes, select node) Back/Forward...

    Started by youshe, 2 Jun 2010 12:31 AM
    • Replies: 2
    • Views: 1,030
    4 Jun 2010 8:37 PM Go to last post
  11. Cool [3.2] Ext.ux.PersistentStore: auto-save records to HTML5 DOM storage

    I desperately wanted the ability to have a Ext Store that fetches data from a server, but can cache that data on the client so it persists across...

    Started by divestoclimb, 4 Jun 2010 8:54 AM
    • Replies: 0
    • Views: 930
    4 Jun 2010 8:54 AM Go to last post
  12. Ext.Direct based State Provider

    Hi all. Based on my HttpProvider, I've just finished DirectProvider. The logic is same but this one uses Ext.Direct to interact with server. ...

    Started by jsakalos, 18 Sep 2009 7:45 AM
    4 Pages
    1 2 3 ... 4
    • Replies: 33
    • Views: 6,998
    3 Jun 2010 9:25 PM Go to last post
  13. Fully ajax-configurable GridPanel

    I do this component that extends gridpanel for replicate the behavior of viewConfig with storeConfig (assuming a default JsonStore config...),...

    Started by nikochan, 3 Jun 2010 9:01 PM
    ajax, config, grid, gridpanel, load
    • Replies: 0
    • Views: 808
    3 Jun 2010 9:01 PM Go to last post
  14. Exclamation TreeGrid with local store

    how do I create a TreeGrid with local store?? http://www.extjs.com/deploy/dev/examples/treegrid/treegrid.html Thanks for the help ahead of...

    Started by ypwong, 3 Jun 2010 1:04 PM
    local store, treegrid
    • Replies: 0
    • Views: 761
    3 Jun 2010 1:04 PM Go to last post
  15. Improved ToolbarLayout menu (CheckItem for buttons with enableToggle = true)

    Hi, I've customized the ToolbarLayout, so that buttons with enableToggle = true become Ext.menu.CheckItems in the toolbar overflow menu ("more")....

    Started by makana, 28 Apr 2009 10:58 PM
    2 Pages
    1 2
    • Replies: 11
    • Views: 6,742
    2 Jun 2010 4:58 PM Go to last post
  16. Ext.ux.grid.DemonPageSizer

    Ext.namespace('Ext.ux.grid'); Ext.ux.grid.DemonPageSizer = Ext.extend(Ext.form.ComboBox, { limitText: this.limitText || ' Limit: ', ...

    Started by demon222, 31 May 2010 11:17 PM
    • Replies: 2
    • Views: 1,804
    1 Jun 2010 7:14 AM Go to last post
  17. New: Ext.ux.FormPanelEditor (w/ EditableGridPanel update)

    DEMO: http://www.djengineer.com/ExtJSExamples/formpaneleditorexample.html Now upgraded for ExtJS 4.0 as well: Form Panel Editor Example (ExtJS...

    Started by SMMJ_Dev, 23 Apr 2010 5:44 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,611
    31 May 2010 2:35 PM Go to last post
  18. ExtJS and ZendFramework... the way i did it

    Here I will outline the integration process between ext and zf, I would really want to know if you think that some of my approaches are wrong or they...

    Started by predator, 28 May 2010 1:55 PM
    • Replies: 3
    • Views: 1,301
    29 May 2010 11:34 AM Go to last post
  19. Saki's FileTree Panel for 3.x

    Here is a version of Saki's FileTree Panel for ExtJS 3.x. https://subversion.assembla.com/svn/cUpdFUAIer35s0eJe5cbLr Here is the java backend...

    Started by piyushjain7, 28 May 2010 2:00 PM
    filetree
    • Replies: 0
    • Views: 722
    28 May 2010 2:00 PM Go to last post
  20. monochromAtic - theme

    hi together, sebastian created a new theme for the fabolous ext js - framework. it is inspired by a movie, all developers of our time will surely...

    Started by tobiu, 21 May 2010 10:51 AM
    • Replies: 6
    • Views: 2,971
    28 May 2010 4:48 AM Go to last post