Ext 3.x: Help & Discussion

+ Post New Thread

  1. EditorGridPanel - Render Problem after Grid Edit

    Hi, I am using editorgridpanel. It's having 3 columns and few hidden columns. The 3 visible columns are "Animation Name", "Animation Type"and...

    Started by basavarajkoti, 7 May 2009 10:02 PM
    • Replies: 0
    • Views: 720
    7 May 2009 10:02 PM Go to last post
  2. Question Radiobutton not showing

    Hi I am getting the problem with radiobutton when they are define in groups , the problem is that the boxlabel of radiobutton is shown but the image...

    Started by vivekajm, 5 May 2009 8:06 PM
    • Replies: 2
    • Views: 1,452
    7 May 2009 9:01 PM Go to last post
  3. Question Store proxy exception fired though successful

    I could not find this discussed in the forum. If so, let me know. I have an Ext.data.Store with proxy defined as: proxy: new Ext.data.HttpProxy({...

    Started by augustinas, 7 May 2009 12:19 PM
    • Replies: 8
    • Views: 1,574
    7 May 2009 3:44 PM Go to last post
  4. Couple quick ext core questions

    Is there a common practice to do the equivalent of jqueries plugins? do we just prototype them out? And I want to use Ext core to take a div of...

    Started by ronnyek, 7 May 2009 10:02 AM
    • Replies: 2
    • Views: 631
    7 May 2009 12:19 PM Go to last post
  5. database whit gmap

    hi, i have gmap and a database in mysql, i want to make a point in the gmap for every data in the base. anybody can tell me how to do this? any...

    Started by olvap, 7 May 2009 11:30 AM
    • Replies: 1
    • Views: 1,428
    7 May 2009 11:44 AM Go to last post
  6. Using fbar config option in Ext JS 3.0

    I have written a short tutorial about the new and still undocumented fbar configuration option of Ext.Panel. Here is the link:...

    Started by elishnevsky, 7 May 2009 11:30 AM
    • Replies: 0
    • Views: 1,090
    7 May 2009 11:30 AM Go to last post
  7. radiogroup oddity

    in my move to 3.0 I changed this: { xtype: 'radiogroup', fieldLabel: ' ', itemCls: 'x-check-group-alt', columns: 1, ...

    Started by heidtmare, 7 May 2009 9:55 AM
    • Replies: 2
    • Views: 637
    7 May 2009 11:28 AM Go to last post
  8. How update the grid record store with json as data source

    /* * Ext JS Library 2.2 * Copyright(c) 2006-2008, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ Ext.onReady(function() {...

    Started by ssyeda, 7 May 2009 10:42 AM
    • Replies: 2
    • Views: 1,515
    7 May 2009 11:01 AM Go to last post
  9. General discussion .

    Can any body helping me around or discuss with it . Can we update a records Json format data record in Store . please any advise help me in...

    Started by ssyeda, 7 May 2009 8:10 AM
    • Replies: 2
    • Views: 981
    7 May 2009 8:24 AM Go to last post
  10. Any Help on update record in jason data from grid panel

    Hi all , Guys I am trying to update the record of data which are in jason format & display in grid . From grid I am trying open a record in...

    Started by ssyeda, 7 May 2009 6:51 AM
    • Replies: 1
    • Views: 2,487
    7 May 2009 6:56 AM Go to last post
  11. TwinTriggerField not displayed within collapsed fieldset

    Hey, I've got a little problem: when I use a TwinTriggerField in a FieldSet which is collapsed by conf, it is not rendered when expanding the...

    Started by lorenzone, 6 May 2009 11:38 PM
    • Replies: 3
    • Views: 1,057
    7 May 2009 6:42 AM Go to last post
  12. Behavior of JsonStore Events

    I have recently started using Ext 3.0 RC1 and was curious if the behavior of the 'load' and 'beforeload' events have change for a JsonStore. I have...

    Started by micahknox, 7 May 2009 5:16 AM
    • Replies: 2
    • Views: 931
    7 May 2009 5:53 AM Go to last post
  13. Why when I migrated from ExtJS 2.2 to 3.x my httpProxy works diffrent?

    Why when I migrated from ExtJS 2.2 to 3.x my httpProxy works with GET method when load data. In ExtJS works with POST method. What i must change in...

    Started by pawel_filip, 6 May 2009 2:27 AM
    • Replies: 6
    • Views: 2,015
    7 May 2009 3:43 AM Go to last post
  14. The license of ExtJS core 3.0

    As we know, the ExtJS core 3.0 are released with MIT license. And what's the coverage in ExtJS core download package? Is it include all adapter and...

    Started by arguo, 6 May 2009 10:36 PM
    • Replies: 1
    • Views: 1,043
    7 May 2009 3:27 AM Go to last post
  15. mouse tracking trails

    I was using the RowExpander (with IE8) to make a custom editor that would show up when you clicked on a row in a GridPanel: ScreenCast Showing...

    Started by mcs, 6 May 2009 2:30 PM
    • Replies: 1
    • Views: 1,139
    7 May 2009 3:26 AM Go to last post
  16. TreeLoader example not working for ext-3.0-rc1.1

    Hi there, I am unable to get the TreeLoader example working in ext-3.0-rc1.1 Firebug shows the data url is being called and the JSON data being...

    Started by Datagenn, 5 May 2009 11:37 PM
    • Replies: 3
    • Views: 1,677
    7 May 2009 2:12 AM Go to last post
  17. Bind JSON file value to Textbox

    How to bind the JSON file values to textbox? Below is my JSON file content. { "rows": } I want to bind "ID" value to one Textbox. ...

    Started by kirandasari, 6 May 2009 10:29 PM
    • Replies: 6
    • Views: 3,964
    7 May 2009 1:07 AM Go to last post
  18. Displaying data in Ext.grid.GridPanel

    Dear all, I'm having difficulties to parse a JSON data in a grid that as a format like this: It seems that the 'field' property in...

    Started by thejavafreak, 6 May 2009 9:25 PM
    • Replies: 3
    • Views: 2,007
    6 May 2009 10:27 PM Go to last post
  19. Issue with escaping out of Ext.Editor

    Hi, I'm providing a WYSIWYG editor for my application using the Ext.Editor object. I have an issue with validating the editor contents. ...

    Started by kkothari, 4 May 2009 4:09 PM
    • Replies: 5
    • Views: 1,471
    6 May 2009 10:05 PM Go to last post
  20. Create a ColumnModel based on JSon Store

    I have the following code: // create the data store var store = new Ext.data.JsonStore({ url: 'dataLoader.php?table=login', ...

    Started by jbpd, 6 May 2009 9:31 PM
    • Replies: 0
    • Views: 1,270
    6 May 2009 9:31 PM Go to last post