Ext 2.x: Help & Discussion

+ Post New Thread

  1. Arrow delegate: 'a' @Ext.get(c.body).on('click', handler, scope, {delegate: 'a', ...})

    delegate: 'a' @Ext.get(c.body).on('click', handler, scope, {delegate: 'a', ...}) ? when delegate: 'a' is added, the handler won't be invoked,...

    Started by mxu, 19 Jan 2008 4:50 PM
    • Replies: 2
    • Views: 3,431
    20 Jan 2008 1:39 AM Go to last post
  2. Question the question of window

    i want to control the position of showing window,for example i want to show the window at the point of (50,50), how could i do ?

    Started by ally0258, 20 Jan 2008 12:25 AM
    • Replies: 1
    • Views: 878
    20 Jan 2008 1:06 AM Go to last post
  3. Question Sql + Java + Extjs 2.0 +servlet is this possible?

    Hi everyone, im working like this, my jsp call a .js that contains the form in ext. and now i want to work with sql 2005, how can i resolve the...

    Started by iTzAngel, 19 Jan 2008 9:23 AM
    • Replies: 5
    • Views: 3,612
    19 Jan 2008 8:36 PM Go to last post
  4. Adding a panel after a remove does not show it

    I want to swap panels depending on user clicks (actions). I'm using one of the data feeds from the examples for my Panel B. When I initially click...

    Started by MtAiryEd, 19 Jan 2008 5:47 PM
    • Replies: 1
    • Views: 1,120
    19 Jan 2008 6:19 PM Go to last post
  5. Arrow how to use msgTarget : String, Value=side for form text/number field

    how to set and use msgTarget : String, Value=side for form text/number field, is there a sample code for it ? msgTarget : String The location...

    Started by mxu, 19 Jan 2008 4:43 PM
    • Replies: 2
    • Views: 1,622
    19 Jan 2008 5:19 PM Go to last post
  6. Question ViewPort layout issues

    I'm messing around with ViewPort and all the amazing layout options that Ext gives, but I have a few issues that I seem to be stuck with. You can...

    Started by Sunech, 18 Jan 2008 6:36 AM
    • Replies: 3
    • Views: 1,057
    19 Jan 2008 2:34 PM Go to last post
  7. Ext JS and Qcodo

    I am new to both Ext JS and QCodo (done a little ASP.Net). I see that "work is currently being done to develop classes for the Qcodo Development...

    Started by carleton, 19 Jan 2008 1:55 PM
    • Replies: 0
    • Views: 1,033
    19 Jan 2008 1:55 PM Go to last post
  8. [Solved]Offline search API documentation

    hello, I downloaded Api documentation and I tried it offline.Then I've noticed that search is online not offline. Can anyone tell me how can I make...

    Started by woss, 19 Jan 2008 12:22 PM
    • Replies: 2
    • Views: 1,178
    19 Jan 2008 12:46 PM Go to last post
  9. how to build custom function that accepts Ext style config

    i want to build my own function that accepts arguments in a similar fashion to ext so... var myFuncInstance = new myFunc({ customField1 :...

    Started by bcamp1973, 19 Jan 2008 11:26 AM
    • Replies: 1
    • Views: 797
    19 Jan 2008 11:40 AM Go to last post
  10. Why Does My Listener Only Sometimes Work?

    The code below creates a Panel that contains two radio buttons. When the Panel is created I receive the message "radioOnePane checked" but when I...

    Started by mconnors1234, 18 Jan 2008 6:20 AM
    • Replies: 4
    • Views: 1,234
    19 Jan 2008 11:31 AM Go to last post
  11. ComboBox doesn't load

    The response from the server is: "{'results':1,'rows':}" using json and the javascript definition is: var paiscmb = new Ext.data.Store({...

    Started by bernatbonet, 17 Jan 2008 11:21 AM
    • Replies: 4
    • Views: 1,184
    19 Jan 2008 10:36 AM Go to last post
  12. Question [CLOSED] [2.0] Prevent tab closing in TabPanel

    I have a problem dealing with TabPanel, I have many tabs derived from Panel and I have noticed that the "beforeclose" event of the TabPanel doesn't...

    Started by webgunz, 19 Jan 2008 9:52 AM
    • Replies: 2
    • Views: 925
    19 Jan 2008 10:21 AM Go to last post
  13. Simple callback question

    Let's say we have this... function whatever(node) { node.collapse(true); alert("1"); } How do I call alert("1") AFTER "collapse" has...

    Started by Rico2, 18 Jan 2008 1:50 PM
    • Replies: 5
    • Views: 1,284
    19 Jan 2008 8:06 AM Go to last post
  14. Question is possible to introduce a grid in a function " new Ext.Window({ "

    Hi everyone, my cue is if is possible this: var xg = Ext.grid; var win; function addRes(){ if(!win){ win = new Ext.Window({...

    Started by iTzAngel, 19 Jan 2008 4:32 AM
    • Replies: 3
    • Views: 2,484
    19 Jan 2008 8:03 AM Go to last post
  15. Question How to pass value from html to javascript ?

    Hi, I have two questions. #First How to pass value from html to javascript? Currently I'm doing like this : My javascript :

    Started by blackrosezy, 19 Jan 2008 5:05 AM
    • Replies: 5
    • Views: 4,215
    19 Jan 2008 8:03 AM Go to last post
  16. Question Problem Using JsonStore

    Ok, I was going to figure out how to do a few things when I hit a brick wall. I've used the JsonStore a dozen times at least, pulling in remote data....

    Started by CutterBl, 19 Jan 2008 7:24 AM
    • Replies: 2
    • Views: 1,136
    19 Jan 2008 7:59 AM Go to last post
  17. Adding meta-data attributes with a renderer

    Hello all, I want to add (extra) meta-data to fields (which are links) from my grid. I have defined a renderer to a column from my grid which...

    Started by lvanderree, 18 Jan 2008 3:33 PM
    • Replies: 3
    • Views: 1,216
    19 Jan 2008 6:11 AM Go to last post
  18. Newbie Questions : Desktop and windows

    Hello, My english not so fluent. First, sorry for this. I'm very new at Ext and i need help. I already look at tutorials and API documents but...

    Started by zpnd, 18 Jan 2008 2:11 PM
    • Replies: 1
    • Views: 737
    19 Jan 2008 5:46 AM Go to last post
  19. grid.topToolbar.items not working

    In my application I am using a tab panel and a grid. But if i do panelItems = panel.topToolbar.items it returns the items as an object and I...

    Started by thameema, 18 Jan 2008 3:29 PM
    • Replies: 5
    • Views: 1,761
    19 Jan 2008 5:40 AM Go to last post
  20. Question FlashExternalInterface + DOM Manipulations

    Hello, having a great headache with calling a function inside flash movie which is located inside the Ext 2 Window object. Creating the window like...

    Started by ansata, 18 Jan 2008 5:57 PM
    • Replies: 2
    • Views: 1,005
    19 Jan 2008 5:34 AM Go to last post