Ext 2.x: Help & Discussion

+ Post New Thread

  1. Exclamation is a bug?

    /example/desktop webserver apache in IE is working. but in firefox 3.0 when refresh(f5) lose startmenu and taskbar. when refresh(ctrl+f5)...

    Started by adolfjap, 28 Jul 2008 6:35 PM
    • Replies: 1
    • Views: 633
    28 Jul 2008 9:00 PM Go to last post
  2. Column alignment for EditorGridPanel in Firefox

    Hi guys, We are using a Datastore and ColumnModel, displaying it via a EditorGridPanel. However we have a display issue in firefox... The data and...

    Started by dado0583, 28 Jul 2008 1:26 AM
    • Replies: 1
    • Views: 691
    28 Jul 2008 7:19 PM Go to last post
  3. Why do I get "st is undefined" error? Also, how do I get the 2nd level tabs to show?

    In my 2-level tabs experiment, I am running into these 2 problems: 1. I get an "st undefined" error in firebug, which I believe is for the 2nd...

    Started by rameshc, 28 Jul 2008 1:52 PM
    • Replies: 5
    • Views: 1,800
    28 Jul 2008 6:57 PM Go to last post
  4. Access the grid in a column renderer

    Is there an easy way to access the grid object in a column renderer function? Currently I'm doing an override which I would gladly not do... :) ...

    Started by mankz, 28 Jul 2008 6:37 AM
    • Replies: 1
    • Views: 887
    28 Jul 2008 6:24 PM Go to last post
  5. checkbox selection model row select and checked

    This was posted by another member, and I am trying to do the same, any responses or examples on this on how to do it? hi, I have used this...

    Started by abhatia, 28 Jul 2008 8:55 AM
    • Replies: 1
    • Views: 909
    28 Jul 2008 6:04 PM Go to last post
  6. Question how to transfer data between two grid?

    I use desktop 2.0 in my project.I want to implement the effect like winxp computer manager->local user and group. I created two grid, one showed...

    Started by frank.king, 28 Jul 2008 2:08 AM
    • Replies: 2
    • Views: 728
    28 Jul 2008 5:01 PM Go to last post
  7. firebug breakpoints not working on cellClick

    So I seem to be having a real problem with firebug today. it won't stop at a breakpoint within a cellclick. I know it's getting there...

    Started by michaelc, 25 Jul 2008 3:10 PM
    • Replies: 7
    • Views: 2,331
    28 Jul 2008 1:16 PM Go to last post
  8. Best practises for using JSON and Oracle

    Hi Guys, Just wondering if anyone has manage to get json data to and from oracle. I've seen posts about using php to access the database, just...

    Started by ollyando, 28 Jul 2008 11:23 AM
    • Replies: 2
    • Views: 1,914
    28 Jul 2008 12:13 PM Go to last post
  9. Panel leak ?

    Hi all, in this code: Ext.onReady(function(){ var btnAdd = new Ext.Button({ text: 'Add 200 fields' });

    Started by Daniel Schmitz, 22 Jul 2008 1:02 PM
    • Replies: 8
    • Views: 1,419
    28 Jul 2008 12:03 PM Go to last post
  10. Ext.Ajax Sending SOAP Request

    Hi, I am new to Ext. How would I be able to send a soap request (given i already have the xml stub)? I was looing into the params/config but found...

    Started by bobot, 28 Jul 2008 10:40 AM
    • Replies: 1
    • Views: 1,601
    28 Jul 2008 11:59 AM Go to last post
  11. Problem DWR with PagingToolBar

    I am using DWR, it returns me a List<Beans> of 200 records in java and converts to an Array<Object> in javascript. I'm trying to browsing with...

    Started by leonardocfmg, 28 Jul 2008 6:18 AM
    • Replies: 3
    • Views: 1,091
    28 Jul 2008 11:20 AM Go to last post
  12. Question UTF-8 character problems in the ISO-8859-15 environment

    Hi, We use the ExtJS-Window in our application which works fine if its charset is UTF-8! The special characters are messed up in the ISO-8859-15...

    Started by jaggybala, 21 Feb 2008 8:44 AM
    • Replies: 7
    • Views: 3,482
    28 Jul 2008 11:15 AM Go to last post
  13. GridPanel showing cell differences in records

    Hi all, I'm not sure if this has been discussed, but I have a unique request. I want to hi-light each cell that changed in a grid panel. For...

    Started by superDuke, 27 Jul 2008 5:36 PM
    • Replies: 4
    • Views: 962
    28 Jul 2008 10:46 AM Go to last post
  14. Country and State Comboboxes w/ validation

    I'm sure this is a common scenario. I have two ComboBoxes one for country and one for state. I'd like when the user choses US or Canada the...

    Started by Gozer, 28 Jul 2008 10:44 AM
    • Replies: 0
    • Views: 712
    28 Jul 2008 10:44 AM Go to last post
  15. Extending Panel: How can I manipulate the layout regions?

    I'm trying to extend Ext.Panel, so I can specify the layout and (dynamically) the contents of the various layout regions. I have not figured out how...

    Started by bdurette, 25 Jul 2008 8:36 AM
    • Replies: 7
    • Views: 1,178
    28 Jul 2008 10:36 AM Go to last post
  16. Client Side Paging

    I have spent a fair amount of time trying to get paging to work on the client side. I don't know how I am supposed to use Ext.data.PagingMemoryProxy...

    Started by ryanewing, 28 Jul 2008 9:29 AM
    • Replies: 1
    • Views: 881
    28 Jul 2008 9:55 AM Go to last post
  17. Question About the tabpanel and grid question

    Dear all, I create a tabpanel A, render grid B create tabpanel C, render grid D. I open tabpanel A and tabpanel B, if...

    Started by hui2008, 28 Jul 2008 2:32 AM
    • Replies: 8
    • Views: 1,417
    28 Jul 2008 9:53 AM Go to last post
  18. Question How to display JsonReader data in Alert

    Hi! I am collecting data of a store through JSON Reader. Data received from server is in following format: ({"rights": "No Rights",...

    Started by bluesapphire, 25 Jul 2008 4:43 PM
    • Replies: 7
    • Views: 1,230
    28 Jul 2008 9:52 AM Go to last post
  19. Problem with TabPanel and Grids

    Hi I got a problem with the TabPanel, Grids and Form when I open New Tab first time everything is ok, but when I close this tab and open again...

    Started by orionmd, 28 Jul 2008 2:15 AM
    • Replies: 2
    • Views: 792
    28 Jul 2008 9:48 AM Go to last post
  20. I got the valueField instead of displayField.

    Hi, i have a GridEditorPanel with a ComboBox Editor and my mode:remote. But after the selection of a value of the ComoBox and submit my recordform,...

    Started by snehat, 26 Jul 2008 2:00 AM
    • Replies: 1
    • Views: 610
    28 Jul 2008 8:21 AM Go to last post