Ext: Discussion

Page 393 of 422 FirstFirst ... 293 343 383 391 392 393 394 395 403 ... LastLast

+ Post New Thread

  1. Adobe Air??

    Hey, Is there an Adobe Air adaptor yet?!

    Started by deanie, 24 Apr 2011 6:01 PM
    • Replies: 1
    • Views: 424
    25 Apr 2011 5:26 AM Go to last post
  2. Question Large forms within Window costs Too much Time to show ,any good idea?

    I just made a large form and put it in a Window, it cost me nearly 2 sec to show,any good suggestion to shortcut the showing time? the code like...

    Started by terrycursh, 24 Apr 2011 6:48 PM
    • Replies: 0
    • Views: 510
    24 Apr 2011 6:48 PM Go to last post
  3. Recommendations for "Fit to Child"

    I'm using a Window object, whose content is loaded dynamically. Any recommendations on how to fit the Window size to its child content? I've dorked...

    Started by stevil, 23 Apr 2011 11:44 AM
    • Replies: 3
    • Views: 751
    24 Apr 2011 6:36 PM Go to last post
  4. New EXTJS starter, should I try EXTJS v4.x, or stick with EXTJS v3.x ?

    I have been spending a day working with EXTJS v4.0 BETA 3. It feels like bit like I am entering a nightmare, but I am new to JS and EXTJS so that...

    Started by flotter, 22 Apr 2011 1:05 PM
    • Replies: 2
    • Views: 1,759
    24 Apr 2011 12:28 PM Go to last post
  5. Anything like forceFit for the gridPanel?

    I have a gridpanel in the center portion of a border layout, in a Viewport. I want the columns of the grid panel to fill the entire width of the...

    Started by aghextjs, 13 Apr 2011 12:39 PM
    forcefit, gridpanel
    • Replies: 2
    • Views: 709
    24 Apr 2011 7:18 AM Go to last post
  6. Ext.grid.Panel and models with relations

    I have 2 models: {Users} and has many {Comments}. One grid - list of users, other - their comments. How to pass Comments to the second grid by...

    Started by vuliad, 24 Apr 2011 2:15 AM
    • Replies: 0
    • Views: 582
    24 Apr 2011 2:15 AM Go to last post
  7. REST success false?

    Hi, I checked the API and the examples, but can't find the solution. My REST server does all the data validation. So if I update a record and...

    Started by KimSchneider, 24 Apr 2011 12:35 AM
    • Replies: 0
    • Views: 717
    24 Apr 2011 12:35 AM Go to last post
  8. Multiple TreePanels sharing the same TreeStore

    Can anyone help me out on this? I'm trying to have multiple treepanels share a single treestore. Each of the treepanels is supposed to have a...

    Started by Ronald Hofstede, 23 Apr 2011 3:37 PM
    • Replies: 1
    • Views: 690
    23 Apr 2011 6:08 PM Go to last post
  9. Extjs 4 Grid RadioButton column

    Hi. I have to create a radio grid column. The main idea is that one row can be set as "default". i make it this way: data: {id,name,isDefault}....

    Started by vuliad, 23 Apr 2011 4:21 PM
    • Replies: 0
    • Views: 3,339
    23 Apr 2011 4:21 PM Go to last post
  10. Question:How can I display number of rows on each grouping?

    I am currently working on grid with grouping store from Ext 3 to Ext 4. I want to display like this ->Course:A1011 (3 Students) Ext...

    Started by omegafox, 14 Apr 2011 11:48 AM
    • Replies: 7
    • Views: 951
    23 Apr 2011 10:09 AM Go to last post
  11. Ajax.request post an array

    This may be a php question really but I'm having trouble processing a posted array. I'm posting an array as part of my form data but it does not...

    Started by Dmoney, 23 Apr 2011 8:59 AM
    array, php, post
    • Replies: 0
    • Views: 657
    23 Apr 2011 8:59 AM Go to last post
  12. Guide to a simple MVC application

    Hello, I am trying to rewrite my application to match the requirements of the new MVC approach of Ext JS 4 (Currently using Beta3). I walked...

    Started by matteoli, 23 Apr 2011 6:29 AM
    mvc
    • Replies: 2
    • Views: 1,809
    23 Apr 2011 6:58 AM Go to last post
  13. Bug create instance model data

    Ext.define('Cliente', { extend: 'Ext.data.Model', fields: , //idProperty: 'idCliente', proxy: Ext.create('Ext.data.proxy.Rest', {...

    Started by Fanny144, 23 Apr 2011 1:01 AM
    json, modeldata, modelmgr, rest, writer
    • Replies: 3
    • Views: 1,542
    23 Apr 2011 6:09 AM Go to last post
  14. [grid] dynamically load data in some cells only

    Hello all, I would like to dynamically load some data for some (but not all) cells of a grid. Specifically, I have, say, two cells for which I...

    Started by gabrielle, 12 Apr 2011 5:36 AM
    • Replies: 2
    • Views: 874
    23 Apr 2011 4:41 AM Go to last post
  15. Ext-4.0-beta3 Creating gridPanel fields from json metaData

    In Ext3.3 the gridPanel had a columnModel which had a setConfig method. This allowed you to use the json metaData to dynamically define the columns...

    Started by gbs1230, 20 Apr 2011 1:44 AM
    • Replies: 3
    • Views: 1,351
    23 Apr 2011 4:24 AM Go to last post
  16. this.el

    I have a lot of code that relied upon the "this.el" statement to get information regarding the current html element. The "this.el" statement is not...

    Started by jamone, 23 Apr 2011 1:11 AM
    • Replies: 0
    • Views: 333
    23 Apr 2011 1:11 AM Go to last post
  17. Closing window error

    Hi all, I'm facing a strange behavior. That's the sample code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...

    Started by settholo, 22 Apr 2011 9:43 AM
    • Replies: 1
    • Views: 470
    22 Apr 2011 10:10 AM Go to last post
  18. Why does grid exceed panel container size?

    See attached image. I have a region defined as { //GRID AREA region: 'center', ...

    Started by FanOfExt, 22 Apr 2011 8:49 AM
    • Replies: 0
    • Views: 653
    22 Apr 2011 8:49 AM Go to last post
  19. rowdblclick event in GridPanel

    Hi Guys, I'm currently evaluating ExtJS to check whether or not we want to use it in our next project. I started my evaluation with ExtJS 3 but...

    Started by naggy, 18 Feb 2011 2:25 AM
    3 Pages
    1 2 3
    • Replies: 22
    • Views: 7,402
    22 Apr 2011 6:56 AM Go to last post
  20. Nested grid with row expander plugin

    Hi, Is there any plugin support to render nested grids with row expander feature in Ext JS 4.x ? Thank you

    Started by ramaraju, 22 Apr 2011 6:21 AM
    nested grid
    • Replies: 0
    • Views: 659
    22 Apr 2011 6:21 AM Go to last post