Ext 3.x: Help & Discussion

+ Post New Thread

  1. More than one tpl and dataview?

    Would it be possible to have a single Ext.Panel and in that Panel call 2 Ext.DataView's that each have different tpl's? This is what I was...

    Started by shibbywowdude, 21 Apr 2010 12:47 AM
    • Replies: 1
    • Views: 896
    21 Apr 2010 12:49 AM Go to last post
  2. Add hyperlink in FormPanel

    Hello ! I have a field "filename" in a FormPanel which is filled by JSON from a database. Now I would create either a button that allows me to...

    Started by Achim74, 19 Oct 2009 6:19 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 6,974
    21 Apr 2010 12:27 AM Go to last post
  3. Form inside a Ext.Window is duplicating

    Hi, I implemented a toolbar with a button that pops up a Ext window with a form inside. Somehow the form inside the window get duplicated each...

    Started by joe123, 20 Apr 2010 7:36 AM
    ext. window, ext.formpanel, form, popupwindow, window
    • Replies: 2
    • Views: 495
    21 Apr 2010 12:17 AM Go to last post
  4. how to send datas coming from mysql to Array Grid

    this is my pagination php codes samples to print to screen (for my own basic html table) ...

    Started by zodehala, 21 Apr 2010 12:06 AM
    • Replies: 0
    • Views: 395
    21 Apr 2010 12:06 AM Go to last post
  5. Question Problem with scrollbar inside Panel (even through Ext Designer)

    This is a simple copy from the designer. It works fine in Firefox, but Ie7 and Ie8 messes up the scroll bar inside the panel. Am I missing...

    Started by raskri, 20 Apr 2010 4:43 AM
    • Replies: 3
    • Views: 1,068
    20 Apr 2010 11:55 PM Go to last post
  6. How to insert text in HtmlEditor without text style?

    Hello, I use the Ext.form.HtmlEditor component. The user can choose a text snippet out of a combo box which will be inserted at the cursor...

    Started by ExtMike, 20 Apr 2010 11:48 PM
    • Replies: 0
    • Views: 827
    20 Apr 2010 11:48 PM Go to last post
  7. How to pass value from hiddent field to testfield declared with ExtJS FormPanel

    Hello, I am very new to ExtJS and have been trying to resolve the following issue; I have hidden field with id and name inside html and it...

    Started by Asadjan, 13 Apr 2010 2:14 PM
    pass values to text field
    • Replies: 4
    • Views: 1,146
    20 Apr 2010 11:39 PM Go to last post
  8. AIR ExtJS Upload file

    Please help me. This my code from AIR application var winVOV = new Ext.Window({ height: 100, width: 380, title:...

    Started by Mykle, 20 Apr 2010 10:51 PM
    air, upload
    • Replies: 2
    • Views: 923
    20 Apr 2010 11:13 PM Go to last post
  9. Restart necessary to see changes in application?

    Hi there! I programmed an ExtJs application that got quite huge by now. If I make a little change, I have to restart the whole thing again and...

    Started by fletchergirl, 20 Apr 2010 10:37 PM
    • Replies: 2
    • Views: 735
    20 Apr 2010 11:09 PM Go to last post
  10. Help with grouptabpanel

    Hello, I am trying to use grouptabpanel and run into issues. Maybe I don't understand exactly how to use it (the examples use grouptabpanel as xtype...

    Started by npt-NYL, 20 Apr 2010 7:20 PM
    • Replies: 0
    • Views: 427
    20 Apr 2010 7:20 PM Go to last post
  11. Exclamation Extjs 3.1 about parentNode is null

    Core code is : this.insert(0, new Ext.Panel({ layout : 'form', border : false, labelWidth : 100, items : fieldLabel : foreginArray - i - 1],...

    Started by slamhan, 20 Apr 2010 7:11 PM
    • Replies: 0
    • Views: 682
    20 Apr 2010 7:11 PM Go to last post
  12. multiple grids, one store

    Hi, I have 2 grids that has to fill its store just with one ajax call. I can get an ajax response with diferent roots, each one for a grid. The...

    Started by sofway, 20 Apr 2010 5:14 PM
    • Replies: 0
    • Views: 493
    20 Apr 2010 5:14 PM Go to last post
  13. Issue with DateField (Width is cut off)

    Am defining column for EditorGridPanel as follows: ,{ id: 'AMENDED_DATE', header: 'AMENDED_DATE', dataIndex: 'AMENDED_DATE', sortable: true...

    Started by son, 20 Apr 2010 2:29 PM
    • Replies: 2
    • Views: 603
    20 Apr 2010 3:02 PM Go to last post
  14. Question [solved] TreePanel structure is displaying top level at all nodes

    12:25 Having a bit of an issue here. If I have the tree structure in a myJson.json file and set the dataUrl: 'myJson.json' the tree loads just fine....

    Started by Elijah, 13 Apr 2010 8:17 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 1,557
    20 Apr 2010 2:12 PM Go to last post
  15. Grid, state and server side sorting

    Hello. I have implemented server side sorting (+ paging) of grid and storing grid properties in cookies (via state.CookieProvider). Use case:...

    Started by zerkms, 20 Apr 2010 1:49 PM
    • Replies: 0
    • Views: 822
    20 Apr 2010 1:49 PM Go to last post
  16. Focus on text in Panel rendering HTML

    I am currently rendering HTML in a panel. I have a requirement to find text inside this panel. Does anyone know how to focus on text in a panel...

    Started by pengel1, 20 Apr 2010 1:20 PM
    • Replies: 0
    • Views: 480
    20 Apr 2010 1:20 PM Go to last post
  17. linking js files.

    Hi, I am new to Ext. I am using Ext 3.0 I have an index.jsp file. I have forms in two other files. (Lets say FrontForm.js, and ViewForm.js) ...

    Started by Sno, 20 Apr 2010 12:43 PM
    • Replies: 0
    • Views: 444
    20 Apr 2010 12:43 PM Go to last post
  18. Formatting a date in a grid

    I am having trouble formatting a date in a grid, and I suspect that it goes back the the Fields: parm in the jsonstore. Here is my jsonstore code: ...

    Started by dlstrawn, 19 Apr 2010 7:04 AM
    • Replies: 8
    • Views: 782
    20 Apr 2010 12:38 PM Go to last post
  19. Weird layout issue when dynamically adding new Panel to TabPanel

    I am having an odd issue with a TabPanel in Ext 3.2. My application is a BorderLayout with a north and center regions. To the north, I have a...

    Started by Nullity, 20 Apr 2010 10:17 AM
    • Replies: 2
    • Views: 743
    20 Apr 2010 11:20 AM Go to last post
  20. Write event not firing.

    Hi. I'm having some trouble with finishing up an editable grid I have been creating. When the user finishes doing the editing, I send a batch...

    Started by Takken, 12 Apr 2010 11:28 AM
    json, save success, user feedback, write event
    • Replies: 5
    • Views: 705
    20 Apr 2010 11:00 AM Go to last post