Ext 2.x: Help & Discussion

+ Post New Thread

  1. netProgress is undefined

    what is wrong with my store code that i get this error netProgress is undefined ? mystore = new Ext.data.JsonStore({ url :...

    Started by kazemipouya, 14 Feb 2009 12:50 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 3,388
    22 Feb 2009 1:59 AM Go to last post
  2. Duplicate call to JS

    Hey, My Ext.onReady(function() is called twice. But am not able to figure from where the call is going twice. Due to which everything in my form...

    Started by praveena1978, 21 Feb 2009 9:21 PM
    • Replies: 1
    • Views: 726
    22 Feb 2009 1:44 AM Go to last post
  3. Events: What am I doing wrong?

    The Move event doesn't appear to fire. What am I doing wrong? Thanks Ext.onReady(function() { var Tree = Ext.tree;...

    Started by jaimalchohan, 21 Feb 2009 2:28 PM
    • Replies: 5
    • Views: 762
    21 Feb 2009 7:34 PM Go to last post
  4. Question about the icon in the menu

    Please look at the jpg file. Why the icon of the menu like that?

    Started by zhenyuandeng, 21 Feb 2009 5:32 PM
    • Replies: 2
    • Views: 705
    21 Feb 2009 6:45 PM Go to last post
  5. How to get the 'id' of the selected option in a combobox ?

    I have created a form with a combobox in it. the code: var form = new Ext.FormPanel({ labelAlign:'left', labelWidth:141, frame:true, ...

    Started by sunz2009, 21 Feb 2009 3:09 AM
    • Replies: 3
    • Views: 809
    21 Feb 2009 6:14 PM Go to last post
  6. Moved: Grid not rendering in a tab

    Started by dgildeh, 22 Feb 2009 8:11 AM
    • Replies: -
    • Views: -
    21 Feb 2009 3:32 PM Go to last post
  7. (SOLVED) scroll dataview automatically to the buttom

    hi all, have a little question. I have a tabpanel with a dataview in it. var chatstore = new Ext.data.JsonStore({ url:...

    Started by robin30, 11 Feb 2009 8:29 PM
    • Replies: 1
    • Views: 2,050
    21 Feb 2009 3:06 PM Go to last post
  8. Question googel in portal HELP PLS

    WHATS NOT GOOD IN MY KOD? Ext.onReady(function(){ Ext.QuickTips.init(); Ext.form.Field.prototype.msgTarget = 'side'; var q = new...

    Started by desktop, 12 Feb 2009 7:52 AM
    • Replies: 9
    • Views: 2,168
    21 Feb 2009 3:05 PM Go to last post
  9. Possible to setStyle for a:hover?

    Hey everyone, Easy question but Google and searching the forums has come up with nothing. What is the easiest way to set a style for a link's...

    Started by travisbell, 20 Feb 2009 11:57 PM
    • Replies: 2
    • Views: 886
    21 Feb 2009 2:57 PM Go to last post
  10. [SOLVED]Paging Memory Proxy + SoapProxy + Grid Paging Help

    So my app is talking to a soap server that returns all values for a given call (server doesn't limit results). I want to use the paging memory proxy...

    Started by josh803316, 21 Feb 2009 10:25 AM
    • Replies: 4
    • Views: 2,380
    21 Feb 2009 11:48 AM Go to last post
  11. how to change tab height in tabpanel?

    please remove this thread as it was posted twice. Thanks! Thanks!

    Started by mbenothmane, 21 Feb 2009 10:19 AM
    • Replies: 0
    • Views: 639
    21 Feb 2009 10:19 AM Go to last post
  12. do something on buttonclick

    Hi there, i have this function: utilities.msgbox = function(p_title,p_msg, p_buttons, p_type){ Ext.Msg.show({ title: p_title, ...

    Started by chrizmaster, 21 Feb 2009 9:15 AM
    • Replies: 3
    • Views: 750
    21 Feb 2009 10:13 AM Go to last post
  13. Post values from Grid panel and Loading it in Response

    hello every one.... i have created a data store which goes to a php file and load the grid in response. i have added an tool bar...

    Started by faisal abbas, 21 Feb 2009 4:26 AM
    • Replies: 2
    • Views: 726
    21 Feb 2009 9:41 AM Go to last post
  14. Advanced Combobox with Localhost

    Hi I'm trying the advanced combobox for ExtJS but id doesn't seem to help me. Below is what I'm trying to do. The jsp on localhost returns the same...

    Started by vishesh, 21 Feb 2009 9:29 AM
    • Replies: 2
    • Views: 1,074
    21 Feb 2009 9:40 AM Go to last post
  15. Column Spacing

    I created a new column on my page, however, there is no spacing like in the examples... Any ideas? Like this:...

    Started by joefox, 20 Feb 2009 9:55 PM
    • Replies: 3
    • Views: 980
    21 Feb 2009 9:09 AM Go to last post
  16. iconCls - whats all the names?

    Where can i find all the names for the iconCls? I know there is iconCls:'settings' But what are the others?

    Started by joefox, 21 Feb 2009 8:40 AM
    • Replies: 2
    • Views: 779
    21 Feb 2009 8:50 AM Go to last post
  17. How to disable background

    Hi all Please I cannot disable a background when show a new window. I want to make it as alert in ext but don't know how. Thanks in advance.

    Started by mrmalaa, 20 Feb 2009 12:38 PM
    • Replies: 8
    • Views: 1,510
    21 Feb 2009 8:40 AM Go to last post
  18. Empty value of form field after submit

    In fp = new Ext.FormPanel i have this: { xtype: 'hidden', id: 'flat_id', name: 'flat_id', ...

    Started by z1nkum, 21 Feb 2009 6:42 AM
    • Replies: 3
    • Views: 1,051
    21 Feb 2009 8:14 AM Go to last post
  19. Exclamation BorderLayout window inside the ParentWindow

    Sorry for my poor English! the ParentWindow code: var button = Ext.get('show-btn'); button.on('click', function(){ var win = new...

    Started by kehuo, 20 Feb 2009 8:42 PM
    • Replies: 6
    • Views: 1,229
    21 Feb 2009 7:32 AM Go to last post
  20. Question How can I use the variable for values option of Template.overwrite

    Hi! I can't use the variable for values option of Template.overwrite method. I could display without using the variable but I want to use the...

    Started by yusaku, 20 Feb 2009 11:26 PM
    • Replies: 3
    • Views: 4,953
    21 Feb 2009 6:57 AM Go to last post