Ext 1.x: Help & Discussion

Page 112 of 507 FirstFirst ... 12 62 102 110 111 112 113 114 122 162 212 ... LastLast

+ Post New Thread

  1. ContentPanel inside ContentPanel or MUST use NestedLayoutPanel?

    Hello to all, I have read about NestedLayoutPanel and using it into existing layout. But, I am loading my layout dynamically (via setUrl and...

    Started by violinista, 9 Jul 2007 2:00 AM
    • Replies: 7
    • Views: 2,053
    18 Oct 2007 7:28 AM Go to last post
  2. Persist Store to server?

    So I have been looking at the Store, and wondering if it is really one-way only, or I am missing something. Specifically, I can easily define a...

    Started by deitch, 16 Oct 2007 10:35 AM
    • Replies: 7
    • Views: 2,789
    18 Oct 2007 6:16 AM Go to last post
  3. Question combobox data from data store with json reader

    I have a jsonreader set up to get data from a server for a combobox. var copy2store = new Ext.data.Store({ // load using script tags for...

    Started by smokeman, 17 Oct 2007 1:09 PM
    • Replies: 2
    • Views: 1,704
    18 Oct 2007 6:12 AM Go to last post
  4. grid

    hello.. i tried some with the grid.. but know i got a little problem.. got a button witch wont listen to my event.. the button is in the grid.. and...

    Started by hacpro, 15 Oct 2007 11:36 PM
    • Replies: 2
    • Views: 1,064
    18 Oct 2007 3:49 AM Go to last post
  5. Problem with css of Textfield and DateField

    I've met a problem. code: <div class="x-form-element"> <ul> <li>TextField:<input type="text" size="24" name="required1" id="required1"...

    Started by King, 5 Jun 2007 11:04 PM
    • Replies: 6
    • Views: 4,195
    18 Oct 2007 3:47 AM Go to last post
  6. Hardcoded treeview values

    Hi all, I am trying to create a tree view for a demostration of the ext tools. The site will be created using asp so the JSON is no good on a...

    Started by fsifm, 18 Oct 2007 3:42 AM
    • Replies: 0
    • Views: 714
    18 Oct 2007 3:42 AM Go to last post
  7. Question Resizable and events

    Hi, i am playing with resizable, and i am able to fire onBeforeResize and onResize events, that fire before resizing and after resizing. But i want...

    Started by mcohnen, 14 Oct 2007 1:32 PM
    • Replies: 6
    • Views: 1,357
    18 Oct 2007 3:18 AM Go to last post
  8. How the get hte Object for the ToolBar's button

    Now I user ext.1.1 version and I have a menu with the ToolBar like is tb = new Ext.Toolbar('toolbar'); tb.add({ id: 'start', text:...

    Started by leo03626, 17 Oct 2007 7:11 PM
    • Replies: 5
    • Views: 1,772
    18 Oct 2007 2:29 AM Go to last post
  9. Exclamation URGENT: Ext 1.1 Grids Not Rendering In Opera 8.60 For Windows Mobile

    It looks like Grids are not working at all in Opera for windows mobile. I tried viewing the grid examples here http://extjs.com/deploy/ext/docs/ (in...

    Started by OneManArmy, 18 Oct 2007 1:32 AM
    • Replies: 1
    • Views: 1,161
    18 Oct 2007 1:39 AM Go to last post
  10. Label Positioning

    Is it possible to set the positioning of a TextField label so that it appears on the right of the text field?

    Started by grenk, 14 Sep 2007 5:04 AM
    • Replies: 2
    • Views: 975
    18 Oct 2007 1:31 AM Go to last post
  11. Combobox Question

    Hi There! Is it possible to keep my Combobox small but to enlarge the dropdownlist??? I've tried it with a Template but it doesnt work... How...

    Started by zieli1, 17 Oct 2007 11:53 PM
    • Replies: 2
    • Views: 1,121
    18 Oct 2007 12:08 AM Go to last post
  12. Help with TreeEditor logic...

    Hello, I would like advice on how to best use the TreeEditor class - I need to do server-side processing prior to committing an edit. I see it...

    Started by DigitalSkyline, 13 Jun 2007 3:32 PM
    • Replies: 2
    • Views: 1,588
    17 Oct 2007 11:59 PM Go to last post
  13. How can i get the selected cell value in the grid?

    grid.on('rowdblclick', function(grid, rowIndex, e){ var a = grid.getSelectionModel().getSelected(); alert("Value of var a: " + a); } Then the...

    Started by mingwong00, 9 Sep 2007 7:48 PM
    5 Pages
    1 2 3 ... 5
    • Replies: 40
    • Views: 10,435
    17 Oct 2007 11:49 PM Go to last post
  14. XML persisted From ASP recordset

    Just starting to learn this toolkit, can someone point me to an example on how to setup the grid to read data from an XML generated from persisting...

    Started by Mango_lier, 9 Oct 2007 3:09 PM
    • Replies: 6
    • Views: 2,153
    17 Oct 2007 10:37 PM Go to last post
  15. Arrow Upload file in IE.

    Hi all! Help me, please. var uploadForm = new Ext.form.Form({ labelAlign:'top', buttonAlign:'right', ...

    Started by Seth, 12 Oct 2007 4:26 AM
    • Replies: 2
    • Views: 1,258
    17 Oct 2007 9:59 PM Go to last post
  16. Preoblem occur when use ScriptTagProxy

    Now I use ScriptTagProxy to get the data store with java's servlet, there is a problem some time. I have see the document to run with servlet should...

    Started by leo03626, 17 Oct 2007 8:37 PM
    • Replies: 0
    • Views: 768
    17 Oct 2007 8:37 PM Go to last post
  17. Question headermouseover event for EditorGridPanel?

    I have a problem where I need to abbreviate the header titles on my EditorGridPanel because the definition is quite verbose. Ideally I would like to...

    Started by Tim, 17 Oct 2007 5:41 PM
    • Replies: 0
    • Views: 633
    17 Oct 2007 5:41 PM Go to last post
  18. RFC: A more flexible allowBlank

    If you apply the following diff to ext-all.js or ext-all-debug.js you can set the "allowBlank" property of input fields to a function that gets...

    Started by holli, 17 Oct 2007 5:21 PM
    • Replies: 0
    • Views: 665
    17 Oct 2007 5:21 PM Go to last post
  19. onRefresh event for tabs exist ?

    Hi everybody, I'm training EXT 1.0 for a few days and I want to make ajax and Tabs functionnality from EXT "compatible" with my XOOPS CMS . ...

    Started by suzie, 17 Oct 2007 5:17 PM
    • Replies: 0
    • Views: 1,043
    17 Oct 2007 5:17 PM Go to last post
  20. Paging grid w/coldfusion

    I'm trying to get the paging footer to work with coldfusion and maybe I'm not doing the coldfusion part correctly because for some reason, even...

    Started by llisam, 15 Oct 2007 9:36 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 4,885
    17 Oct 2007 3:49 PM Go to last post