Ext 3.x: Help & Discussion

+ Post New Thread

  1. Lightbulb Jason data for Image URL

    hi folks, //Jason var jSource = '{....,"image_file":"http://extjs.com/deploy/dev/examples/shared/screens/desktop.gif"},.. items: img src...

    Started by DesiTesh, 10 Feb 2010 10:44 AM
    • Replies: 1
    • Views: 609
    10 Feb 2010 1:09 PM Go to last post
  2. checkbox in grid header?

    Hi, i am currently testing the grid component and i like to know if it is possible to add a second header row to the grid which contains a...

    Started by Maik20, 10 Feb 2010 12:56 PM
    • Replies: 0
    • Views: 1,143
    10 Feb 2010 12:56 PM Go to last post
  3. [Solved] ComboBox valueField,displayField,HiddenName

    Hello, I have problem with my new script, i have tryd the HiddenName stuff, nothing works, always the wrong value. I'm getting the values are...

    Started by Nokia555, 10 Feb 2010 11:17 AM
    • Replies: 3
    • Views: 1,231
    10 Feb 2010 11:50 AM Go to last post
  4. Get Root (with children) TreePanel

    Hi, how can I get the root node children after the tree was loaded. PS : I'm manually reloading the loader root. So I can't use the load event...

    Started by DeathPhoenix, 10 Feb 2010 10:42 AM
    • Replies: 2
    • Views: 1,060
    10 Feb 2010 10:59 AM Go to last post
  5. Drop Down Menu Not Rendering in IE 6

    Hello everyone, I'm working a a state Web application that requires the use of IE 6 (I will interject no comments or opinions on this...

    Started by skhealy, 8 Feb 2010 11:39 AM
    • Replies: 9
    • Views: 2,066
    10 Feb 2010 10:52 AM Go to last post
  6. beforeclose listener not waiting

    I have a tab panel and have some panels set closable to true. I have a beforeclose listener on those panels. I can return false and it stops it but...

    Started by mitchellsimoens, 10 Feb 2010 9:21 AM
    • Replies: 3
    • Views: 1,435
    10 Feb 2010 10:43 AM Go to last post
  7. Exclamation TreeNode beforemove event is 100% non functional

    The beforemove Event is 100% non functional and needs to be fixed. This fails 100% of the time: tree.on('beforemove', function (t, n, oP, nP,...

    Started by markjlyon, 8 Feb 2010 1:56 PM
    • Replies: 4
    • Views: 904
    10 Feb 2010 10:41 AM Go to last post
  8. Dynamic Manipulation of Center Region

    I've watched Jay Garcia's videos on the viewport layout and containers, and have a solid mockup working, where my initial load center region has a...

    Started by djfiii, 8 Feb 2010 8:33 AM
    • Replies: 8
    • Views: 884
    10 Feb 2010 10:33 AM Go to last post
  9. [SOLVED]Showing a hidden field after clicking on radio button

    Like in topic I have a 2 radio buttons and field with set hidden: true, after clicking on NO i should display hidden field. How can i do this?...

    Started by Czapla, 10 Feb 2010 9:58 AM
    • Replies: 1
    • Views: 949
    10 Feb 2010 10:31 AM Go to last post
  10. Scrolling Panels

    This code displays a Grid with a small Panel of text above it. When you enter the Grid, click a row and use the down arrow key to scroll off the...

    Started by GregT, 5 Feb 2010 5:26 AM
    • Replies: 7
    • Views: 1,099
    10 Feb 2010 9:54 AM Go to last post
  11. Ext.Ajax.request params problem

    params = '' for(var i=0;i<IfieldName.length;i++){ paramsValue = Ext.getDom(IfieldName).value if(paramsValue==undefined){paramsValue=''} params...

    Started by James@, 9 Feb 2010 7:02 PM
    • Replies: 2
    • Views: 1,364
    10 Feb 2010 9:41 AM Go to last post
  12. Poll Poll: 3.1.x API Documentation in Adobe AIR

    I was wondering if the 3.1.x documentation is available as an offline download in Adobe AIR format?? I have been using the 2.3 AIR docs and have...

    Started by cchain, 5 Jan 2010 3:43 PM
    • Replies: 6
    • Views: 2,456
    10 Feb 2010 9:40 AM Go to last post
  13. Data binding issue: Cannot load data into editor grid

    I have a good page going that has a lot of data binding going on, but for some reason I cannot load my data into a gridEditor grid. My code is 900...

    Started by Tumac, 9 Feb 2010 10:50 PM
    • Replies: 1
    • Views: 1,051
    10 Feb 2010 9:25 AM Go to last post
  14. How to show unixtime date in readable view?

    Date comes from server in unixtime format. There is datastore in my grid, and I try to show date so: var datastore = new Ext.data.ArrayStore({ ...

    Started by grigory666, 9 Feb 2010 6:13 AM
    • Replies: 5
    • Views: 2,416
    10 Feb 2010 9:08 AM Go to last post
  15. Ext 3.0 documentation and Adobe AIR

    Is there a version of the Ext 3.0 documentation available for Adobe AIR? I use the "AIR" version of Ext2.2 documentation and find very useful,...

    Started by sydnic, 23 Jul 2009 4:10 AM
    • Replies: 4
    • Views: 1,114
    10 Feb 2010 8:58 AM Go to last post
  16. Question Any way to make Toolbar buttons like MS office 2008 on MAC?

    Hi! Maybe someone have ideas how to tweak button appearance in toolbar so it would look like in MS Office 2008? The main idea is that icon is at the...

    Started by Stju, 9 Feb 2010 2:08 PM
    • Replies: 2
    • Views: 897
    10 Feb 2010 8:57 AM Go to last post
  17. Validation on ComboBox

    Hi Guys I have a comboBox on my form with a validator function attached. My problem is that every time the form is loaded the validator function...

    Started by StuartMilne, 10 Feb 2010 2:41 AM
    • Replies: 8
    • Views: 977
    10 Feb 2010 8:46 AM Go to last post
  18. Arrow Automatic updating of a grid containing an XML Datastore

    Hi there ! I am looking for a solution to automatically update the contents of an XMLStore. For instance, if the XML file is modified (new node...

    Started by Ducktale, 10 Feb 2010 8:45 AM
    • Replies: 0
    • Views: 496
    10 Feb 2010 8:45 AM Go to last post
  19. htmlEditor in Grid

    Hello, I'm using Ext.grid.EditorGridPanel. One column is a string, and can be edited with a htmlEditor. I've disabled several tools, that I don't...

    Started by sushiBMW, 4 Feb 2010 9:54 PM
    • Replies: 4
    • Views: 2,447
    10 Feb 2010 8:21 AM Go to last post
  20. Json for grid paging using LINQ,c#

    Hi, I have a database with several entries. Now i have to do paging using the paging toolbar with a grid. if i...

    Started by Sai Dasika, 10 Feb 2010 3:33 AM
    • Replies: 1
    • Views: 1,159
    10 Feb 2010 7:37 AM Go to last post