Ext 1.x: Help & Discussion

Page 39 of 507 FirstFirst ... 29 37 38 39 40 41 49 89 139 ... LastLast

+ Post New Thread

  1. Input boxes are displaced when sytle.display is changed to block.

    HI everyone, I am using extJs 1.1 and i am having a hard time resolving a problem. I have a page wher i have two divs , when page is loaded div1...

    Started by ahsan.shafiq, 27 May 2008 3:56 AM
    • Replies: 0
    • Views: 641
    27 May 2008 3:56 AM Go to last post
  2. Question Ext JS for Edit Profile

    I am presently working on edit profile of the site and using extjs FormPanel for the purpose. I got the data needed for the edit profile in a...

    Started by vijayakumari, 26 May 2008 4:59 AM
    • Replies: 0
    • Views: 645
    26 May 2008 4:59 AM Go to last post
  3. Disable TextField validation

    How can I tap into the validation function for a form.TextField. I want to do something like: var chkPhone = new Ext.form.TextField({ ...

    Started by INeedADip, 23 Apr 2007 6:50 PM
    • Replies: 2
    • Views: 4,875
    25 May 2008 4:15 AM Go to last post
  4. Date class automatically corrects invalid date

    Hi, I am using a DateField for date inputs and using the format 'Y-m-d', however when the user supplies a date like this one: 2008-15-15 (note:...

    Started by crbaker, 22 May 2008 11:00 PM
    • Replies: 2
    • Views: 1,299
    23 May 2008 1:59 AM Go to last post
  5. Something simple... Field comparison?

    It seems like it would be so simple to compare a field when someone is typing in it ( for instance, a password confirmation ), but I cant figure out...

    Started by Nano, 24 May 2007 2:56 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,746
    23 May 2008 1:57 AM Go to last post
  6. Wink combobox id

    var Brand = Ext.data.Record.create(); var ds = new Ext.data.Store({ proxy: new Ext.data.HttpProxy({url:...

    Started by ali, 22 May 2008 3:49 AM
    • Replies: 0
    • Views: 626
    22 May 2008 3:49 AM Go to last post
  7. problem with grid

    Hello all, I was wondering if there is any way to manage the rows headers in the same way the columns are managed (Ext.grid.ColumnModel.). This...

    Started by Tomi21, 22 May 2008 1:33 AM
    • Replies: 0
    • Views: 624
    22 May 2008 1:33 AM Go to last post
  8. Is it possible to implement pagination when using XmlReader?

    i have a xml file holding some data, but many records, i want to put them into grid and paginate them. is it possible to do this via XmlReader? or...

    Started by fancing, 9 Oct 2007 7:44 PM
    • Replies: 5
    • Views: 1,724
    21 May 2008 11:33 PM Go to last post
  9. Restrict drop on current parent tree but allow on other trees

    I have two trees where I am dragging things from one tree to other tree. Initially Tree 1 is filled with just one level childrens and Tree 2 is...

    Started by swapnilsarwe, 21 May 2008 5:17 AM
    • Replies: 0
    • Views: 644
    21 May 2008 5:17 AM Go to last post
  10. Grid size issue

    Hello all, Can anyone give me any ideas in the way I should tackle the following problem: I need to build a grid (more precisely a...

    Started by Tomi21, 21 May 2008 12:15 AM
    • Replies: 0
    • Views: 709
    21 May 2008 12:15 AM Go to last post
  11. Question Need Help : ?Ext Js Tree cant work properly in firefox, it works fine in IE 6.0

    Hi, I used ext js 1.x Ext Js Tree cant work properly in firefox, it works fine in IE 6.0 whats the problem thanks for help

    Started by sanjuindia, 20 May 2008 11:05 PM
    • Replies: 0
    • Views: 749
    20 May 2008 11:05 PM Go to last post
  12. WTB multiple readers same store.

    Hi, whenever i use ext i seem to be definning multiple datastores which seems very wastfull for me, it doesnt matter what i use the datastores for,...

    Started by malkishua, 1 Jun 2007 5:22 PM
    • Replies: 3
    • Views: 1,150
    20 May 2008 3:51 PM Go to last post
  13. Converting Data in Grid to Upper Case

    Hi, I want to thanks Ext Team for there Excellent Work. I want to change the data in the Grid to upper case , with below code i am able to...

    Started by vin_ny_j, 8 Nov 2007 6:59 PM
    • Replies: 1
    • Views: 1,575
    20 May 2008 1:58 PM Go to last post
  14. Question [SOLVED]Question about Store and Proxy

    Hey guys, I met some problem with store. If i load a store like this, var ds = new Ext.data.Store({ proxy: new...

    Started by wang, 19 May 2008 7:54 AM
    • Replies: 4
    • Views: 1,088
    20 May 2008 5:35 AM Go to last post
  15. dynamic size grid

    Can anyone please redirect me to any thread/web page where I can find information related to the following issue: I need to build a grid where...

    Started by Tomi21, 20 May 2008 3:05 AM
    • Replies: 0
    • Views: 648
    20 May 2008 3:05 AM Go to last post
  16. Gid inside TabPanel

    Hello, I'm finding problems in showing a GridPanel inside a TabPanel when one of the tabs is activated. My code is the following: ...

    Started by Tomi21, 19 May 2008 3:03 AM
    • Replies: 1
    • Views: 787
    19 May 2008 6:49 PM Go to last post
  17. Is there a way to get a 'click' event on a checkColumns on an EditableGrid?

    I'm having a editable datagrid where one of the columns is a checkbox... But I need that when the checkbox is selected make the column "Importe a...

    Started by hnao, 18 Apr 2008 10:50 AM
    • Replies: 1
    • Views: 1,452
    19 May 2008 1:42 PM Go to last post
  18. detail grid example

    We need a grid that has most of the capabilities of the paging grid example, but we don't have ANY experience with JSON whatsoever. We are using...

    Started by nbailey, 16 Mar 2007 11:09 AM
    6 Pages
    1 2 3 ... 6
    • Replies: 50
    • Views: 24,009
    19 May 2008 5:56 AM Go to last post
  19. xTemplate calling function

    hi guys , i have this script tpl = new Ext.XTemplate( '<table width="260" border="0">', ...

    Started by mnask79, 18 May 2008 11:28 PM
    • Replies: 0
    • Views: 843
    18 May 2008 11:28 PM Go to last post
  20. MessageBox re-position problem

    hi, i'm using the following code to re-position and resize the MessageBox. it works fine on FF bu on MSIE it doesn't work. any idea how to fix...

    Started by iceberg, 16 May 2008 11:02 PM
    • Replies: 0
    • Views: 997
    16 May 2008 11:02 PM Go to last post