Ext 2.x: Help & Discussion

+ Post New Thread

  1. Print function for Grid

    I implemented a grid with a Search and Filter functionality, which works great. In order to enable a Print feature I'd like to pass the Search and...

    Started by alexi, 17 Feb 2009 5:19 PM
    • Replies: 5
    • Views: 1,448
    18 Feb 2009 11:42 AM Go to last post
  2. Tabpanel not rendering gridpanel

    Hi, I am using a tabbed panel in my application. One of the tabs has a tabpanel with 3 tabs within it. Tab 0 is the default active tab. And, I...

    Started by rrishike, 18 Feb 2009 6:12 AM
    2 Pages
    1 2
    • Replies: 11
    • Views: 2,108
    18 Feb 2009 11:30 AM Go to last post
  3. dropNode does not move for treePanel D&D

    is this behavior enabled by default? I have to manually remove it from the source and append in the target in the handler for 'beforenodedrop' event...

    Started by xingnanqian, 11 Feb 2009 1:03 PM
    • Replies: 3
    • Views: 915
    18 Feb 2009 9:00 AM Go to last post
  4. Thumbs up [2.0a1] ComboBox + html

    I'll be short. Html tags work perfectly in dropped down combobox list, but when choosen html tags shown instead of formatting. Should I provide...

    Started by Elkmor, 6 Oct 2007 9:58 AM
    • Replies: 7
    • Views: 2,827
    18 Feb 2009 8:58 AM Go to last post
  5. Post Stopping a click on the grid's header menu's "Columns" item from closing the menu

    With the grid's columns' dropdown menu (containing items "Sort Ascending", "Sort Descending" and "Columns") we noticed a number of our users clicking...

    Started by awebb, 18 Feb 2009 6:53 AM
    • Replies: 4
    • Views: 1,412
    18 Feb 2009 8:42 AM Go to last post
  6. DateField disable problem in IE6 7

    In IE6 when the DateField is set disabled the ivon to open calendar is no showing where as in IE 7 both textbox and the icon are not displayed....

    Started by rosalyne, 18 Feb 2009 4:11 AM
    • Replies: 1
    • Views: 929
    18 Feb 2009 8:21 AM Go to last post
  7. Form Refresh

    Hi , I am using FormPanel inside the component panel in the center region of viewport . I want to automaticaly refresh the form after submitting...

    Started by extjslearner, 18 Feb 2009 6:57 AM
    • Replies: 2
    • Views: 1,021
    18 Feb 2009 8:07 AM Go to last post
  8. Ext.getCmp

    Can any one expain me what Ext.getCmp method will do .Every were it is used . Thanks in advance. Regards, ExtJS Learner

    Started by extjslearner, 18 Feb 2009 6:01 AM
    • Replies: 2
    • Views: 1,120
    18 Feb 2009 8:06 AM Go to last post
  9. please help me.. i want to create new tabs using dropdown menu. but dropdonw menu i..

    I'm trying to create a page using a border layout, and then adding three panels to the border layout's north panel, west and a tabPanel in center. I...

    Started by Shahid Javed, 18 Feb 2009 6:02 AM
    • Replies: 5
    • Views: 1,371
    18 Feb 2009 7:57 AM Go to last post
  10. converting html snippet to ExtJS styled combobox

    I am receiving an html snippet in my JSON response like below, I want to create a form field on the client side. Is there any helpers in Ext to...

    Started by Mango_lier, 18 Feb 2009 7:13 AM
    • Replies: 4
    • Views: 1,093
    18 Feb 2009 7:24 AM Go to last post
  11. Accordion Not getting HTML set

    For some reason the html in my div's are not being set in my accodion, any ideas? javascript new Ext.TabPanel({ region:'center', ...

    Started by joefox, 17 Feb 2009 2:49 PM
    • Replies: 1
    • Views: 551
    18 Feb 2009 7:13 AM Go to last post
  12. Really weird issue

    I just had a really screwed up issue with my site which I managed to resolve, however I was wondering why it came up. I have a site I've designed...

    Started by MyDarkPassenger, 18 Feb 2009 4:58 AM
    • Replies: 4
    • Views: 719
    18 Feb 2009 7:10 AM Go to last post
  13. convert to html special symbols

    Hi, Java - DWR - Extjs. I have a text that display on qtip. return '<span style="color:rgb(140, 140, 140); text-decoration:line-through"...

    Started by zeroed, 18 Feb 2009 6:54 AM
    • Replies: 2
    • Views: 747
    18 Feb 2009 7:06 AM Go to last post
  14. Question Toolbar with menus does not render in I.E. 7

    Hello folks! I´m a beginner in ExtJS and I´m loving the experience to work with this great library. I´m building a simple exampla of a toolbar...

    Started by ismaelrg, 18 Feb 2009 6:16 AM
    • Replies: 4
    • Views: 1,442
    18 Feb 2009 6:59 AM Go to last post
  15. GridPanel + rowselect + textBox

    Hi, The error is that getForm and loadRecord does not exist for the class Ext.grid.GridPanel. So how data sent during the selection of a line in...

    Started by yannickiwi, 16 Feb 2009 8:05 AM
    3 Pages
    1 2 3
    • Replies: 21
    • Views: 3,496
    18 Feb 2009 6:59 AM Go to last post
  16. Please help!!!!!!! Grid + PagingToolbar

    When i'm load ds.load({params:{start:0, limit:23,from:'01.01.2007',to:'01.12.2007',type:0}}); all working !!! when i'm press next page no send...

    Started by dima, 12 Dec 2007 2:53 AM
    • Replies: 6
    • Views: 1,453
    18 Feb 2009 6:11 AM Go to last post
  17. Tabs should open as a new web page

    Hello, I have created few web pages in ExtJS. So one of those pages has a tabpanel with three tabs. I want each tab when I click to be opened as a...

    Started by arunnair18, 18 Feb 2009 5:42 AM
    • Replies: 1
    • Views: 729
    18 Feb 2009 5:59 AM Go to last post
  18. Garbage collection for Components

    I have some GridPanel with {id:'my_grid',renderTo: someEl},after that I do someEl.innerHTML=''-not me really,but that doesn't matter:).What I need to...

    Started by XASD, 17 Feb 2009 11:03 PM
    • Replies: 4
    • Views: 1,234
    18 Feb 2009 5:22 AM Go to last post
  19. fileUpload: true causes Form not to submit

    Hi everyone if i set fileUpload: true in my form panel, the form is not going to be submitted. There's no GET or POST output in Firebug. If i...

    Started by mebsonvaldezz, 18 Feb 2009 2:57 AM
    • Replies: 5
    • Views: 1,230
    18 Feb 2009 4:47 AM Go to last post
  20. Upgrading Extjs2.0 to higher version

    In my application I'm using Extjs 2.0. I want to upgrade it to some higher version as there are some incompatibilties in mozilla firefox browser....

    Started by rosalyne, 18 Feb 2009 4:29 AM
    • Replies: 1
    • Views: 721
    18 Feb 2009 4:36 AM Go to last post