Ext 2.x: Help & Discussion

+ Post New Thread

  1. textfield focus

    Is it possible to know whether some text field component has focus on it currently? I am trying to write something that on dialog creation starts...

    Started by archmisha, 25 Feb 2009 10:27 AM
    • Replies: 2
    • Views: 1,038
    25 Feb 2009 10:54 AM Go to last post
  2. rss reader

    I'm creating a portal that shows information from several rss feed. It works well except that in IE when the page loads (and load the rss feeds) the...

    Started by stetou, 25 Feb 2009 10:51 AM
    • Replies: 0
    • Views: 732
    25 Feb 2009 10:51 AM Go to last post
  3. ArrayReader: Doesn't it support a total property?

    I have a store for a grid with an array-reader: reader: new Ext.data.ArrayReader( { root: 'data', totalProperty: 'total' },...

    Started by wuschba, 25 Feb 2009 9:36 AM
    • Replies: 2
    • Views: 871
    25 Feb 2009 10:47 AM Go to last post
  4. Object Class

    Consider the following scenario: new Ext.Panel({id: "ele"}); This creates a panel with the id of ele. Ext.getCmp("ele"); This gets the...

    Started by hazlema, 25 Feb 2009 10:17 AM
    • Replies: 1
    • Views: 684
    25 Feb 2009 10:19 AM Go to last post
  5. [Solved]Trouble modifying Saki's DnD example to load data from MySQL...

    Hi! I use Saki's example Drag and Drop Between Grids to load my data from MySQL. The result - blank grid (see attachment) in "Total" column where...

    Started by Selfish, 25 Feb 2009 8:22 AM
    • Replies: 2
    • Views: 743
    25 Feb 2009 10:00 AM Go to last post
  6. Grid Header Menu Find Plugin

    I am looking for a plugin that is similar to the GridFilter plugin. The difference is instead of filtering the grid so only items that match the...

    Started by jurban, 25 Feb 2009 9:49 AM
    • Replies: 0
    • Views: 516
    25 Feb 2009 9:49 AM Go to last post
  7. [solved] optimize code

    hello i have this : ,resetForm: function(){ Ext.each(this.nv_cliPanel.form.items.items, function (formItem, index, allItems) { ...

    Started by deka49, 25 Feb 2009 12:43 AM
    • Replies: 5
    • Views: 1,020
    25 Feb 2009 9:46 AM Go to last post
  8. [Solved]Panels / Writing to

    Hi, It's been some time sense I've used Ext and was wondering if there is a better way to complete this task. I want to create a panel and then be...

    Started by hazlema, 25 Feb 2009 7:21 AM
    • Replies: 5
    • Views: 1,063
    25 Feb 2009 9:29 AM Go to last post
  9. desktop example + cardLayout + window

    Hi I'm using the desktop example of extjs. I'm creating a window and inside of I have a CardLayout with a formPanel, the first time when the...

    Started by erojas, 22 Feb 2009 3:41 PM
    • Replies: 5
    • Views: 1,593
    25 Feb 2009 9:08 AM Go to last post
  10. Grid Sorting

    Hi As I understand Ext grid use the dataIndex to reference on the column's dataIndex. Is there a way of having the grid to refrence to the...

    Started by hankhalim, 24 Feb 2009 9:08 AM
    2 Pages
    1 2
    • Replies: 17
    • Views: 1,928
    25 Feb 2009 9:03 AM Go to last post
  11. Question DataView Size Issues

    I have issues with sizing a DataView with Ext, namely I end up with what is show at http://www.lloydkinsella.net/forumbin/0042.png. The code for it...

    Started by Lloyd K, 16 Apr 2008 7:57 AM
    3 Pages
    1 2 3
    • Replies: 23
    • Views: 8,245
    25 Feb 2009 8:59 AM Go to last post
  12. Arrow update on checkbox selection

    Hello, I got a grid with some checkbox, and i wish to send a request to update the database when a checkbox is selected ... whats the event?...

    Started by YBD, 25 Feb 2009 8:08 AM
    • Replies: 1
    • Views: 646
    25 Feb 2009 8:46 AM Go to last post
  13. [SOLVED!] How to dynamically change header's appearance.

    Hi! The goal: when i click on a column's header, it should be immediately marked, storing it's state "for the future", i.e. next time the table is...

    Started by Selfish, 20 Feb 2009 9:07 AM
    3 Pages
    1 2 3
    • Replies: 27
    • Views: 4,343
    25 Feb 2009 8:46 AM Go to last post
  14. Scrolling The Grid

    I have a EditorGridPanel that can contain hundreds of rows and per user requirements is NOT a paging grid. The user has requested I add "Top" and...

    Started by jurban, 24 Feb 2009 2:42 PM
    • Replies: 9
    • Views: 1,422
    25 Feb 2009 8:42 AM Go to last post
  15. Tooltip / Mouse over not working if we have an image

    Sorry if this has been asked before, but I tried to search and couldn't find anything. In my grid cells I'm using a custom renderer to render the...

    Started by prabhukm, 24 Feb 2009 11:26 AM
    • Replies: 2
    • Views: 842
    25 Feb 2009 8:17 AM Go to last post
  16. Question problem about switch gridpanels in a panel

    The layout is like this: west region is a tree, when I click a node, the corresponding gridpanel shown in center region. Now when I click 'A'...

    Started by buzhisihuo, 25 Feb 2009 7:01 AM
    • Replies: 6
    • Views: 914
    25 Feb 2009 8:16 AM Go to last post
  17. Panel dont render

    I have this code... function MainPanel() { MainPanel.superclass.constructor.call(this, { region: 'center', ...

    Started by Andrelmp, 20 Feb 2009 10:09 AM
    • Replies: 1
    • Views: 583
    25 Feb 2009 8:09 AM Go to last post
  18. Question Null operation

    Hi everyone! I have a calculator build by ext and dwr. Sometimes i click on the link and it apper normaly to me, ofcourse, with a little time,...

    Started by lipe.82, 19 Feb 2009 10:15 AM
    • Replies: 5
    • Views: 1,800
    25 Feb 2009 7:57 AM Go to last post
  19. [SOLVED! Walkaround?] Error using getCell

    Hi! I got a custom renderer-function for ColumnModel where i use var myVar = myGrid.getView().getCell(rowIndex,colIndex); But i constantly get...

    Started by Selfish, 22 Feb 2009 12:05 PM
    2 Pages
    1 2
    • Replies: 13
    • Views: 5,261
    25 Feb 2009 7:56 AM Go to last post
  20. Post working with panels without refreshing

    hi i have a dialog panel which has some combobox,texfields,and submit button based on some condition of combobox i make some texfields deactivated...

    Started by veereshsh, 25 Feb 2009 6:49 AM
    • Replies: 1
    • Views: 592
    25 Feb 2009 7:54 AM Go to last post