Ext 2.x: Help & Discussion

+ Post New Thread

  1. Valid XML for grid...?

    Hello, I am generating this XML file with a lot of data and it is generated by IBM UniData so there is only so much i can do when creating the...

    Started by rvent, 5 Sep 2008 10:35 AM
    • Replies: 3
    • Views: 855
    7 Sep 2008 10:36 AM Go to last post
  2. Question Please help me with Panel layout

    Hi, I am trying the Panel layout, I have the following HTML and javascript, the problem is on the resulting page, I can't see any of the three sub...

    Started by mctpursuer, 7 Sep 2008 6:07 AM
    • Replies: 2
    • Views: 827
    7 Sep 2008 9:49 AM Go to last post
  3. Simple newbie question !!!

    var tester = document.getElementById('textarea1').innerHTML; alert(tester); document.getElementById('textarea1').innerHTML = tester; Weird...

    Started by hollygreen, 7 Sep 2008 1:46 AM
    • Replies: 3
    • Views: 1,008
    7 Sep 2008 6:03 AM Go to last post
  4. Ajax, passing data to php function

    I have Ajax request in button handler like this: function() { Ext.Ajax.request ({ url:...

    Started by Voronchuk, 6 Sep 2008 12:28 AM
    2 Pages
    1 2
    • Replies: 12
    • Views: 2,534
    7 Sep 2008 4:44 AM Go to last post
  5. table layout problem

    I have the following in a FormPanel: border:false, layout:'table', layoutConfig:{columns:2}, defaults: {border:false, style: 'margin: 6px...

    Started by JeffBurr, 7 Sep 2008 4:27 AM
    • Replies: 0
    • Views: 609
    7 Sep 2008 4:27 AM Go to last post
  6. I need help with FileUpload

    hi, I need help with fileupload. Tried everything that is in the forum. I am not getting anything in the server. ...

    Started by pokerking400, 6 Sep 2008 6:14 AM
    • Replies: 8
    • Views: 1,378
    7 Sep 2008 4:01 AM Go to last post
  7. Ext.num('10') doesn't return 10

    Hi Shouldn't Ext.num('10',null) return the number 10 instead of null? It returns null - at least in FF3.0 on Ubuntu. Am I not using it right? ...

    Started by super_drone, 7 Sep 2008 2:57 AM
    • Replies: 1
    • Views: 936
    7 Sep 2008 3:07 AM Go to last post
  8. [SOLVED ]JSON in Action.Submit?

    Hi I have been playing a lot with JSON and submitting data to a WCF service. Most of it is working as expected but I have this one thing left...

    Started by overgaardmortern, 6 Sep 2008 11:50 AM
    • Replies: 3
    • Views: 1,268
    7 Sep 2008 1:09 AM Go to last post
  9. lazy rendering for components inside tabs.

    For example, If I have a grid inside a tab, I would like to render the grid only if the tab is selected. Any Idea ?

    Started by mysticav, 6 Sep 2008 4:34 PM
    • Replies: 5
    • Views: 2,470
    7 Sep 2008 12:44 AM Go to last post
  10. toolbar.hide() + doLayout()

    Again a toolbar problem :( Hi! How I know it to draw the panel, if I remove the toolbar? The doLayout does not help: ...

    Started by Gabor Turi, 5 Sep 2008 12:22 PM
    • Replies: 4
    • Views: 6,180
    6 Sep 2008 11:48 PM Go to last post
  11. Layout with just Panels Problems - Help!

    Hi all To start off I'm trying to achieve a layout which is similar to this mockup (screenshot, cut&paste job) - link here I have advanced this...

    Started by pgraju, 6 Sep 2008 3:19 PM
    • Replies: 3
    • Views: 843
    6 Sep 2008 11:10 PM Go to last post
  12. Desktop add Module... Problems with Grid and external datasource

    Hi@all, I am very new to EXTJS and javascript in general. I am planning to use the EXTJS Desktop for a future webapplication and currently playing...

    Started by squarefan, 19 Aug 2008 8:54 AM
    • Replies: 6
    • Views: 1,501
    6 Sep 2008 9:10 PM Go to last post
  13. Override preconfig options when using Ext.Extend

    I'm creating a customized Grid using Ext.Extend App.GridBasic = Ext.extend(Ext.grid.GridPanel, { ..... I would like to know how to override the...

    Started by mysticav, 6 Sep 2008 1:25 PM
    • Replies: 1
    • Views: 827
    6 Sep 2008 4:19 PM Go to last post
  14. help: row actions messes up the sub-form

    I have an EditorGrid with and expander, 3 columns of data and a rowactions plugin. The idea is to search for data in mysql and then give the user a...

    Started by nazextjs, 6 Sep 2008 3:03 PM
    • Replies: 0
    • Views: 549
    6 Sep 2008 3:03 PM Go to last post
  15. Customize Grid Filter via Ajax...

    Hi, I have a button that when clicked filters a grid that has pagging and remoteSort=true. I want to flilter by using the same "limit", "sort",...

    Started by WixSL, 6 Sep 2008 2:43 PM
    • Replies: 0
    • Views: 662
    6 Sep 2008 2:43 PM Go to last post
  16. How to change all width attributes?

    Hi there, I need to change the width attribute of components depending on the screen resolution of the user. How can i get all Ext components used...

    Started by leandrorc, 28 Aug 2008 2:58 PM
    • Replies: 8
    • Views: 1,386
    6 Sep 2008 2:40 PM Go to last post
  17. Combobox and default selected value

    Hi, I've read many of the thread in this forum and any of them couldn't help me. I want to display after loading a page, form with w combobox with...

    Started by pawelktr, 6 Sep 2008 7:13 AM
    • Replies: 2
    • Views: 1,218
    6 Sep 2008 12:21 PM Go to last post
  18. extend the panel class

    Hi I want to have the accordion containing subpanels, when you click the "+", it will show you several subpanels inside. I think I may have to...

    Started by Yaya, 6 Sep 2008 11:12 AM
    • Replies: 0
    • Views: 591
    6 Sep 2008 11:12 AM Go to last post
  19. setDisabled() form, message box zseed?

    I have a formPanel called "personelForm" in a tab. Im using this code to make the form disabled when it is activated: ...

    Started by TopKatz, 5 Sep 2008 7:22 AM
    • Replies: 6
    • Views: 1,473
    6 Sep 2008 10:44 AM Go to last post
  20. TabPanel and plain option

    Setting the plain option to true, does not remove the background strip. I'm addding the TabPanel as an item for an Ext.Window The Ext.Window...

    Started by mysticav, 4 Sep 2008 11:50 PM
    • Replies: 6
    • Views: 1,312
    6 Sep 2008 10:23 AM Go to last post