Ext 3.x: User Extensions and Plugins

Page 8 of 40 FirstFirst ... 6 7 8 9 10 18 ... LastLast

+ Post New Thread

  1. Grid Plugin dynamically hiding columns matching "emptiness" criteria

    Hi there, we just implemented this plugin and thought it might be useful to somebody else out there. It's still rough on the edges but it's a...

    Started by info@viamente.com, 17 Jul 2011 4:03 AM
    column, empty, grid, hide, plugin
    • Replies: 1
    • Views: 2,391
    13 Feb 2012 12:45 PM Go to last post
  2. Nested Grids with RowExpander in ExtJS 3.0

    Hi All. Actually I have tried to solve the problems on grids nesting for my application. To resolve this issue I stopped at solution by modifying...

    Started by Mikhus, 11 Dec 2009 9:03 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 12,060
    10 Feb 2012 9:37 AM Go to last post
  3. Nested Grid Click event problem

    Dears, I saw a good plugin from http://www.sencha.com/forum/showthread.php?87555-Nested-Grids-with-RowExpander-in-ExtJS-3.0. It is great and I used...

    Started by zhaoshixuan, 7 Feb 2012 1:37 AM
    • Replies: 6
    • Views: 1,338
    9 Feb 2012 3:19 AM Go to last post
  4. [3.2] Ext.ux.slider.Highlight - A slider background color plugin

    Here's a basic plugin which adds color to the background area between two slider handles. Only intented for use with 2 slider handles. The color is...

    Started by mankz, 29 Jun 2010 11:30 AM
    • Replies: 8
    • Views: 3,360
    8 Feb 2012 5:03 AM Go to last post
  5. Pointer

    We are facing an issue in Live Grid. Our application is having incorrect behaviour when we click on column header to sort the records based on the...

    Started by pitchaiah, 2 Feb 2012 5:32 AM
    • Replies: 5
    • Views: 1,483
    8 Feb 2012 3:05 AM Go to last post
  6. Persian DatePicker (Jalali Date)

    Dear Persian Users, I Overrided DatePicker And Date to adding persian calendar to them. but it has some bug/:). please use it, Debug and share...

    Started by navaro_81, 27 Sep 2009 5:23 AM
    • Replies: 8
    • Views: 5,786
    7 Feb 2012 9:16 PM Go to last post
  7. Multigrouping in ExtJS 3.2.1

    Hi, I found this code on this forum, but it had some problems when I tried to use. I made some changes to fix it to work when the group field is a...

    Started by trvd1707, 28 Oct 2011 11:36 AM
    • Replies: 5
    • Views: 1,785
    6 Feb 2012 3:32 AM Go to last post
  8. Google earth extension and Internet Explorer

    Good morning all, I have developped a small application in extJs3.4 using the GEarthPanel extension available here:...

    Started by springrider, 24 Jan 2012 10:43 PM
    • Replies: 2
    • Views: 1,034
    31 Jan 2012 3:46 PM Go to last post
  9. Smile I don't obtain series[0].show() with highchart and ext.

    hello. I am a Chinese ,wish you help me , thank you. I want hide line from clicking checkbox,but don't get show metho of highchart object. I ...

    Started by yjp, 16 Jul 2011 7:54 PM
    • Replies: 1
    • Views: 1,364
    29 Jan 2012 8:25 AM Go to last post
  10. Simple override for marking required fields

    You'll just need to add 'required:true' to the field config and optionally a reqCfg param if you don't want a red asterisk. Seems useful so I...

    Started by zhegwood, 7 Oct 2009 2:12 PM
    • Replies: 5
    • Views: 3,992
    23 Jan 2012 4:43 AM Go to last post
  11. treegrid checkbox extension

    Hi all, i think tree grid is wonderfull component, but i need to add check box support in column. So the treegrid component doesn't provide such...

    Started by yd290276, 11 Dec 2010 3:20 AM
    • Replies: 7
    • Views: 4,954
    13 Jan 2012 12:22 PM Go to last post
  12. [3.x] Grid RowActions Plugin

    This is just link to the original plugin that is now Ext 3.x compatible: http://extjs.com/forum/showthread.php?p=329126#post329126

    Started by jsakalos, 13 May 2009 1:03 AM
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 10,381
    12 Jan 2012 11:44 PM Go to last post
  13. Thumbs up Dynamic Tooltip with Ajax (ext:qurl)

    I tried to find some examples with QuickTip that are loaded with Ajax and couldn't find, so I made my self this posibility that I want to share... ...

    Started by matei, 22 Oct 2010 10:06 AM
    ajax, ext:qtip, ext:qurl, tooltip
    • Replies: 4
    • Views: 1,739
    12 Jan 2012 3:15 AM Go to last post
  14. Lightbulb [3.x] Ext.locale.Format

    Another useful renderer class which properly formats float/integer numbers into localized strings. This is able to import a php localeconv result and...

    Started by kryo, 20 Feb 2011 12:38 AM
    • Replies: 1
    • Views: 3,416
    11 Jan 2012 12:53 PM Go to last post
  15. How i connect java code with Sencha Touch ! ! !

    Hi , I am new to use sencha touch, I have a website which is built in Java/J2EE and Struts framework. I am looking to build the mobile webapp...

    Started by sunder, 19 Aug 2010 2:38 AM
    • Replies: 6
    • Views: 2,849
    8 Jan 2012 12:54 PM Go to last post
  16. [3.1.1]Ext.ux.grid.LockingGridGroupSummary

    Ok everybody here is my first plugin! It is an adaptation of the GroupSummary plugin to work with Mankz's LockingGroupingGridView Extension. A...

    Started by brycekmartin, 10 Mar 2010 11:51 AM
    2 Pages
    1 2
    • Replies: 18
    • Views: 7,079
    6 Jan 2012 1:59 AM Go to last post
  17. HtmlLayout - Use Ext components in plain HTML

    HtmlLayout is a small extension of the standard ContainerLayout. It allows you to use components inside plain HTML while still maintaining the...

    Started by Condor, 31 Aug 2009 11:17 PM
    5 Pages
    1 2 3 ... 5
    • Replies: 44
    • Views: 11,176
    4 Jan 2012 11:17 AM Go to last post
  18. form.Field Override

    I put together this simple override that will add a class to a form fields label on focus. The way I used it was i made the default text color of...

    Started by dorgan, 30 Dec 2011 10:37 AM
    • Replies: 1
    • Views: 883
    30 Dec 2011 11:08 AM Go to last post
  19. Locking Multi Grouping Grid View (with Summary)

    Hi! I used the code from the followings threads: http://www.extjs.com/forum/showthread.php?t=92797...

    Started by Monkee, 23 Mar 2010 4:49 AM
    • Replies: 7
    • Views: 7,342
    27 Dec 2011 1:24 AM Go to last post
  20. Big Issue with ExtJS Plugin FileUpload

    I have the follwing problem. I have a form that have the 'fileuploadfield', but by "default" it appears in the form screwed!. It appears with two...

    Started by odrium, 19 Dec 2011 12:14 PM
    • Replies: 4
    • Views: 2,822
    20 Dec 2011 5:35 PM Go to last post