Ext 2.x: Help & Discussion

+ Post New Thread

  1. Combobox on float BorderLayout

    Hello: I have a question: Why a combobox inside a collapsed borderlayout that is shown by float is not catching the listview Events? For...

    Started by junjie.sun, 9 Mar 2010 8:08 AM
    • Replies: 0
    • Views: 569
    9 Mar 2010 8:08 AM Go to last post
  2. editorgridpanel - column with hidden fields issue

    Hi! I have an EditorGridPanel. One column is a custom CheckColumn, with some hidden html fields. ... renderer :function(v, p, record){...

    Started by wiulma, 9 Mar 2010 6:30 AM
    • Replies: 0
    • Views: 592
    9 Mar 2010 6:30 AM Go to last post
  3. JSON ComboBox with Ruby on Rails

    I have installed the ext_scaffold plugin to enable an extjs json builder for my controllers. I have created a simple ComboBox. My eyes are going...

    Started by leefaus, 8 Feb 2008 1:39 PM
    • Replies: 2
    • Views: 3,580
    9 Mar 2010 5:15 AM Go to last post
  4. how to connect ExtJS to Open-jACOB Draw2D

    I am new to ExtJS.I want to draw a process flow in ExtJS.I found that it is possible in draw2d.Can anyone guide me how to connect ExtJS to Open-jACOB...

    Started by ghoshdew, 8 Mar 2010 9:46 PM
    • Replies: 2
    • Views: 1,076
    9 Mar 2010 4:35 AM Go to last post
  5. Date Format from JSON

    Dear all We have a JsonStore which has a date-field. The date is being written from java and should be recognized by the store as JS date. now...

    Started by ExtJSBeginner, 8 Mar 2010 11:35 PM
    • Replies: 0
    • Views: 591
    8 Mar 2010 11:35 PM Go to last post
  6. Way to keep at least one panel in an accordion layout always expanded?

    Hi all. Is there a way to keep at least one panel in an accordion layout open? For example, when say, the first panel is expanded, and the...

    Started by Gjslick, 1 Mar 2009 2:01 PM
    2 Pages
    1 2
    • Replies: 16
    • Views: 6,385
    8 Mar 2010 2:51 PM Go to last post
  7. Htmleditor strange scrollbar in tabpanel (in Firefox)

    Hi, I am fighting with the next issue since some days, but I can't find a solution. (I didn't find anything in the forum). So there is a...

    Started by BKrisz79, 1 Apr 2009 11:23 PM
    • Replies: 3
    • Views: 2,105
    8 Mar 2010 11:50 AM Go to last post
  8. Question Overriding/Extending Ext.util.Format

    I would like to override the Ext.util.Format class adding some of my application's own formatting methods. I have tried the following but it...

    Started by jamiem, 3 Oct 2008 3:14 AM
    • Replies: 3
    • Views: 2,760
    8 Mar 2010 6:55 AM Go to last post
  9. Adding Tags to Charts

    I have to dynamically generate charts with some special requirements inside of a gxt application. As known gxt is using the the ofc charting library...

    Started by t-s, 8 Mar 2010 2:43 AM
    • Replies: 2
    • Views: 719
    8 Mar 2010 6:06 AM Go to last post
  10. about the rowNumber

    i use the sample gived in the download package to show the problem. var storeTest = new Ext.data.Store({ reader: reader, ...

    Started by modernzyc, 8 Mar 2010 4:59 AM
    • Replies: 0
    • Views: 466
    8 Mar 2010 4:59 AM Go to last post
  11. Cannot disable autocomplete/autoselect in combobox

    I'm trying to use a combobox that fetches it's data from a JSON store. The end-user has to populate the field, by either typing something themselves...

    Started by maxwork, 24 Jan 2008 4:31 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 7,105
    8 Mar 2010 4:27 AM Go to last post
  12. update grid css property value

    Dear ext memebers, Im stuck on updating the css which is created for my grid. Here is what im trying to do I have a grid, of which each rows...

    Started by jerrel, 27 Feb 2010 6:55 PM
    • Replies: 3
    • Views: 1,128
    6 Mar 2010 3:44 PM Go to last post
  13. Having dots(.) in grid column name caused errors

    I have a grid using data store with JsonReader as data model. I used DWR to query data from server and use store.loadData() to load them into the...

    Started by redsoxfan, 2 Nov 2007 2:46 PM
    • Replies: 4
    • Views: 1,609
    5 Mar 2010 12:03 PM Go to last post
  14. Question [SOLVED] Manual initialize based on xtype

    How it is possible to get the config based on known xtype? Example: NewType = Ext.extend(Ext.form.FormPanel, { getInfo:function (){ ...

    Started by ikul, 5 Mar 2010 4:43 AM
    • Replies: 5
    • Views: 1,170
    5 Mar 2010 9:06 AM Go to last post
  15. DIFFERENT BEHAVIOUR ext 2.3 and 3.1 WITH IE8 AND FIREFOX

    HI evrybody, first of all sorry if my english is not a great one. Usually i solve my problems by myself, but this time i really don't know where...

    Started by simoneg, 5 Mar 2010 7:00 AM
    • Replies: 0
    • Views: 527
    5 Mar 2010 7:00 AM Go to last post
  16. Multiple clicks on button issue

    I am currently having an issue with the definition of a button. I am trying to avoid the user from being able to click multiple times repeatedly...

    Started by Uzair Khan, 4 Mar 2010 9:26 AM
    • Replies: 1
    • Views: 701
    4 Mar 2010 12:58 PM Go to last post
  17. Talking isDirty() with component added dynamically

    Hi, I have a formPanel with a button to add an extra field to it. Example = Ext.form.FormPanel({ autoHeight: true, trackResetOnLoad:...

    Started by thoreking, 4 Mar 2010 2:51 AM
    • Replies: 3
    • Views: 853
    4 Mar 2010 6:33 AM Go to last post
  18. Talking method undefined using findByType

    Hi, I have a tabPanel including a fieldset : Example = Ext.form.FormPanel({ autoHeight: true, trackResetOnLoad: true, defaultType:...

    Started by thoreking, 3 Mar 2010 9:59 AM
    • Replies: 3
    • Views: 1,125
    4 Mar 2010 2:55 AM Go to last post
  19. assigning form to center region

    Hi, If I define a form panel like: var formpanel1 = new Ext.FormPanel({ .. etc ... and I have a viewport that uses the border layout, ...

    Started by alex1001, 25 Feb 2010 8:13 AM
    • Replies: 3
    • Views: 811
    4 Mar 2010 2:50 AM Go to last post
  20. Form layout questions

    Hi Folks, I need a few simple questions answered regarding form layout etc... I have attached an image file for reference, with numbered...

    Started by alex1001, 25 Feb 2010 5:21 AM
    • Replies: 5
    • Views: 1,350
    4 Mar 2010 2:46 AM Go to last post