Ext 2.x: Help & Discussion

Page 52 of 1827 FirstFirst ... 2 42 50 51 52 53 54 62 102 152 552 1052 ... LastLast

+ Post New Thread

  1. facing problem in nested tabs

    Hi All, I am facing an issue with nested tabs. I am using ext 2.3 . First tab is fine but when i select second and third tab then the width of the...

    Started by anks, 15 Jan 2011 11:13 AM
    • Replies: 0
    • Views: 761
    15 Jan 2011 11:13 AM Go to last post
  2. MultiSelect in a fieldset has scrollbar on right side

    I meet an issue when try to put a multiselect inside a fieldset. The bottom border disappeared and there is a scrollbar on the right side of the...

    Started by rosemondi, 2 Mar 2010 7:14 PM
    • Replies: 1
    • Views: 1,007
    14 Jan 2011 4:58 AM Go to last post
  3. modify splitbar button in mini mode

    Hi, I'm new to Ext and am tweaking Geonetwork, which uses Ext 2.3.0. Here is what I would like to do: I would like a collapsable west panel in...

    Started by TimoB, 14 Jan 2011 1:17 AM
    • Replies: 0
    • Views: 521
    14 Jan 2011 1:17 AM Go to last post
  4. HOW TO: change tabTips on the fly?

    I searched all forums and Google and tried the proposed solutions, without any success. I want to change the tabTip on the second tab on-the-fly; eg...

    Started by patrick de laet, 2 Feb 2009 3:28 AM
    • Replies: 6
    • Views: 1,492
    13 Jan 2011 10:55 AM Go to last post
  5. [Solved] JsonStore - Nested JSON

    Hi, I am working with the Remember The Milk API and one of its methods returns the following JSON output. {"rsp":{ "stat":"ok", ...

    Started by amitava, 18 Apr 2008 1:04 PM
    2 Pages
    1 2
    • Replies: 19
    • Views: 11,232
    13 Jan 2011 7:58 AM Go to last post
  6. How to apply modeldata to a grid that is created using several db tables

    I currently have a grid that is made up of data from serveral mysql tables i.e several db objects. I currently retrieve each of the objects one by...

    Started by mosull2, 13 Jan 2011 7:49 AM
    • Replies: 0
    • Views: 437
    13 Jan 2011 7:49 AM Go to last post
  7. LOVCOMBO problem setting data

    Hi, I having huge trouble with the LOVCOMBO. the problem is that I'm trying to set values via an ajaxrequest. the request works just fine but the...

    Started by MalcolmHaslam, 7 Aug 2009 12:58 PM
    • Replies: 1
    • Views: 903
    13 Jan 2011 7:04 AM Go to last post
  8. XmlReader Error

    The Error is : topics.js:52 Uncaught SyntaxError: Unexpected identifier on line 52 the code is record: 'element',, please help store = new...

    Started by nileshbhd5, 13 Jan 2011 4:54 AM
    • Replies: 0
    • Views: 787
    13 Jan 2011 4:54 AM Go to last post
  9. Exclamation About the Ext.getCmp("Id").getValue() 's problem

    these are my sourcecode: { layout:'column', items: ...

    Started by yatell, 2 Aug 2008 5:31 AM
    • Replies: 6
    • Views: 8,689
    13 Jan 2011 2:07 AM Go to last post
  10. How to set nested record using "set()"?

    Hi all.. I'm facing problem in setting my record value. I have nested record inside store like this : - data act_reading // I can set...

    Started by yagi, 3 Jan 2011 8:59 PM
    2 Pages
    1 2
    • Replies: 13
    • Views: 1,841
    13 Jan 2011 12:05 AM Go to last post
  11. Question Problem in value passed

    function changeColor(id){ alert(id); } function getLabelPanel(index){ return new Ext.Panel({ width:200, height:100, ...

    Started by steven_dai, 12 Jan 2011 6:24 PM
    • Replies: 0
    • Views: 426
    12 Jan 2011 6:24 PM Go to last post
  12. Problem with ComboBox ToggleButton inside FieldSet

    hello, im new with Ext Js and in this days im playng with it to learn how to create a Form but today i ran into this problem. i create a comboBox...

    Started by kamallo, 12 Jan 2011 10:00 AM
    checkbox, fieldset, togglebutton
    • Replies: 0
    • Views: 887
    12 Jan 2011 10:00 AM Go to last post
  13. Help using CheckboxSelectionModel in a grid

    Hello guys; I'm using CheckboxSelectionModel in a grid to display checkboxes in every row and all worked nice, the problem start on the editing...

    Started by jlgarcia, 12 Aug 2008 7:09 AM
    2 Pages
    1 2
    • Replies: 14
    • Views: 4,381
    12 Jan 2011 7:36 AM Go to last post
  14. Ext.grid.CheckColumn is not a constructor,why?

    I got the "Ext.grid.CheckColumn is not a constructor" error.Here is the code,erery thing is work well except grid. Here is the code. ...

    Started by hash_man, 17 Mar 2008 11:00 AM
    • Replies: 2
    • Views: 2,799
    12 Jan 2011 6:27 AM Go to last post
  15. Lightbulb Illumination for Developers (where ExtJS and Firebug meet)

    Firebug 1.6.0 is now released. So now is a good time to get a few more people to start using, playing with, and testing my extension to Firebug 1.6...

    Started by stever, 2 Dec 2010 1:29 PM
    • Replies: 3
    • Views: 2,279
    11 Jan 2011 8:40 PM Go to last post
  16. Exclamation dom.parentNode is null or not an object

    Hello: I am getting dom.parentNode is null or not an object this error when I am change tree quickly. Code is like this: pccs.tree =...

    Started by lsjallk, 6 Jan 2011 10:50 PM
    dom.parentnode
    • Replies: 8
    • Views: 1,792
    11 Jan 2011 6:49 PM Go to last post
  17. How to get Dirty record indicator in editorgrid

    When we add something inside EditorGridPanel manually it display record with red triangle corner means dirty record indicator. But when we add a...

    Started by buntyindia, 28 Jan 2009 6:37 AM
    • Replies: 9
    • Views: 4,193
    11 Jan 2011 1:57 AM Go to last post
  18. dynamically generate textfields

    how to add new textfield dynamically to the below formpanel var routeForm = new Ext.FormPanel({ id: 'route-form', labelAlign:...

    Started by harikumar.meda, 7 Jan 2011 6:18 AM
    • Replies: 2
    • Views: 675
    10 Jan 2011 10:35 PM Go to last post
  19. Question Initialize panel as disabled with embedded ckeditor

    hi all, i'm experiencing the following problem, i've embedded a ckeditor in a tabpanel and am initializing each tab as disabled:true. The problem is...

    Started by ChrisR, 14 Dec 2010 3:03 AM
    ckeditor, panel
    • Replies: 1
    • Views: 1,502
    10 Jan 2011 1:44 PM Go to last post
  20. Cool Problem with IE6 and ScriptTagProxy

    I'm sure you're all groaning at seeing ScriptTagProxy float by again :) Using Ext 2.2 and in IE6 only ScriptTagProxy throws an error after the...

    Started by TheJester, 26 Nov 2008 9:13 AM
    • Replies: 5
    • Views: 2,420
    10 Jan 2011 10:43 AM Go to last post