Ext 3.x: Help & Discussion

+ Post New Thread

  1. Is there an event fired once a GridPanel is fully loaded with data?

    I have a page with a GridPanel which I want to print as soon as it is fully loaded, I tried adding window.print() to the end of my Ext.onReady but...

    Started by LambyPie, 3 Dec 2009 4:01 AM
    2 Pages
    1 2
    • Replies: 15
    • Views: 2,377
    3 Dec 2009 9:07 AM Go to last post
  2. How to show tooltip only when grid cell overflows

    Hi, I'm using GridPanel with the following style set to avoid columns overlapping: .x-grid3-cell { overflow: hidden; } This works...

    Started by yyogev, 3 Dec 2009 8:56 AM
    • Replies: 0
    • Views: 1,274
    3 Dec 2009 8:56 AM Go to last post
  3. autoload editorgridpanel

    I have an editorgridpanel (ColumnModel) where one of the rows is a ComboBox. Based on the value in the Combobox, is it possible to add new rows...

    Started by pegasus, 1 Dec 2009 2:13 PM
    • Replies: 6
    • Views: 1,021
    3 Dec 2009 8:55 AM Go to last post
  4. PagingToolbar behaviour

    Hi, I have a problem with pagingToolbar. store.ParamNames = { start = 'p_start', limit = 'p_limit'}; After setted this new params for my...

    Started by Terrible, 3 Dec 2009 7:56 AM
    • Replies: 2
    • Views: 590
    3 Dec 2009 8:55 AM Go to last post
  5. button display problem after upgrade

    I've just upgraded from 2.something to 3.0.3 and everything went better than I expected. However, I've run into a strange problem with the way the...

    Started by pdchapin, 25 Nov 2009 6:43 AM
    2 Pages
    1 2
    • Replies: 13
    • Views: 2,375
    3 Dec 2009 8:52 AM Go to last post
  6. another "that new guy again" question

    How do you preselect a value on a menu when you include a static menu on a toolbar? example: { xtype: 'tbsplit', id: 'mySplitMernu', menu: 'Item...

    Started by YankeeImperialistDog, 30 Nov 2009 11:43 AM
    • Replies: 2
    • Views: 638
    3 Dec 2009 8:22 AM Go to last post
  7. i am new to extjs...someone guide me can? i have form but don't know how to function

    /*! * Ext JS Library 3.0.0 * Copyright(c) 2006-2009 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license */...

    Started by dannyg, 3 Dec 2009 12:05 AM
    • Replies: 1
    • Views: 495
    3 Dec 2009 7:46 AM Go to last post
  8. Ajax call with out using a form.

    Hello, I have a button that when pressed will call a page via Ajax. With only using ExtJS code, how can this be achieved. I am currently using...

    Started by chu_man_fu, 3 Dec 2009 7:23 AM
    • Replies: 2
    • Views: 1,034
    3 Dec 2009 7:29 AM Go to last post
  9. Exclamation add input into form

    Hi, I would like add an input in my form in a listeners var fp = new Ext.FormPanel({ id:'fp', fileUpload :...

    Started by ApacheLogs, 3 Dec 2009 3:09 AM
    • Replies: 2
    • Views: 689
    3 Dec 2009 7:00 AM Go to last post
  10. Show Gridpanels Loadmask only when grid is visible

    Hi there, i hav a tabpanel wich contains grids. Each grid.store loads dynamicly data per a defined task. Now i will show the loadmask while the...

    Started by Dumbledore, 3 Dec 2009 4:42 AM
    • Replies: 1
    • Views: 658
    3 Dec 2009 4:45 AM Go to last post
  11. ColumnTree variable width header issue

    Is it possible to have one column fill all the available space in a column tree panel? Here is the code I have at the moment I would like the...

    Started by SABoffin, 3 Dec 2009 4:22 AM
    • Replies: 0
    • Views: 579
    3 Dec 2009 4:22 AM Go to last post
  12. Group Button max 1 selected

    Hi, I have Toolbar with 5 icon button... I want change icon when Button is selected. I want that max 1 button is selected, too. How can I do...

    Started by luca.santaniello, 3 Dec 2009 4:11 AM
    • Replies: 0
    • Views: 533
    3 Dec 2009 4:11 AM Go to last post
  13. Collapse / expand button disappeared.

    Hi, The first code I write was spaghetti code with Extjs, at the point i couldn't manage the code anymore I decided to do a step back and start...

    Started by Active2, 3 Dec 2009 1:59 AM
    • Replies: 1
    • Views: 507
    3 Dec 2009 3:53 AM Go to last post
  14. hidden + IE6

    Hello, I have a problem with the display as ie6 of container. I first create the FitLayout to hidden { id:'tpts-container', // hidden:...

    Started by Thylia, 1 Dec 2009 8:09 AM
    • Replies: 4
    • Views: 846
    3 Dec 2009 3:47 AM Go to last post
  15. How to get TabPanel TabPanelItems?

    I have a TabPanel with a variable number of TabPanelItems associated with it. How do I iterate through these tab panel items and access properties? ...

    Started by extjsnewb, 2 Dec 2009 11:22 PM
    • Replies: 1
    • Views: 601
    3 Dec 2009 3:06 AM Go to last post
  16. Question CRUD - results param override/defition

    Hello All, I'm trying to put together a small app which uses Oracle Apex as its backend. In order to make this function, it need to make use of...

    Started by Jack_S, 2 Dec 2009 8:13 AM
    • Replies: 4
    • Views: 918
    3 Dec 2009 2:16 AM Go to last post
  17. beforeaction, but after Element.submit

    Hello! I need to intercept the submission of a form, but after "submit" was called on every element. But beforeaction of the form is called before...

    Started by wuschba, 3 Dec 2009 12:58 AM
    • Replies: 0
    • Views: 552
    3 Dec 2009 12:58 AM Go to last post
  18. Question Spinner GIF render problem for multiple spinner controls

    I am placing multiple Spinner controls within a form/tab. The first Spinner looks fine. The second Spinner does not render its GIF properly. ...

    Started by AndreTheDiminutive, 1 Dec 2009 6:03 PM
    • Replies: 5
    • Views: 2,294
    3 Dec 2009 12:46 AM Go to last post
  19. Question Somthing wrong about layout Column

    When I use panel layout column in IE8, I want to show two rows in this panel, there are 3 items in the first row, 2 in the second, so I set the...

    Started by lostistn, 2 Dec 2009 10:10 PM
    • Replies: 3
    • Views: 885
    3 Dec 2009 12:28 AM Go to last post
  20. hide some rows in grid when the record.get('hide') == true

    Hi, A grid with 10 rows, 3 of them have a attribute 'hide'=true, I want to hide them in the grid. Is there any plugin about this? or I should...

    Started by aj3423, 1 Dec 2009 10:08 PM
    • Replies: 2
    • Views: 1,048
    3 Dec 2009 12:24 AM Go to last post