Ext: Discussion

Page 382 of 421 FirstFirst ... 282 332 372 380 381 382 383 384 392 ... LastLast

+ Post New Thread

  1. resizable button

    Doh! Sorry, this post should have been in the GXT section

    Started by kddubb, 3 May 2011 12:39 PM
    • Replies: 0
    • Views: 326
    3 May 2011 12:39 PM Go to last post
  2. Alternative row colours

    last question for the night, I promise ;) given this code: Ext.define('Sports.view.customer.List' ,{ extend: 'Ext.grid.Panel', alias :...

    Started by jmls, 3 May 2011 12:02 PM
    • Replies: 0
    • Views: 363
    3 May 2011 12:02 PM Go to last post
  3. Problems with a Store loading JSON Data

    Hello, sorry for that basic problem. But I'm very new to ExtJS. I've got a problem loading JSON Data provided by an php file into a store to...

    Started by kjh, 3 May 2011 10:21 AM
    • Replies: 3
    • Views: 575
    3 May 2011 10:50 AM Go to last post
  4. events of grid.ColumnModel in ext4

    How to handle these events in Ext4 ? // Ext3 code var cm = grid.getColumnModel(); cm.on("widthchange", this.onColumnWidthChange, this);...

    Started by fortunado, 3 May 2011 9:12 AM
    events, grid.columnmodel
    • Replies: 1
    • Views: 1,020
    3 May 2011 9:20 AM Go to last post
  5. MVC - Are stores meant to be reusable?

    Using the Ext4 MVC framework, are store definitions meant to be reusable? For example, let's say I have an "AllUsers" grid and a "SearchUsers"...

    Started by harley.333, 3 May 2011 7:14 AM
    • Replies: 3
    • Views: 1,280
    3 May 2011 9:04 AM Go to last post
  6. How to make the grid ArrayStore loads data from the data record field ?

    Hi, How to make the grid store (ArrayStore) loads data from the data record field that stores an array ? Please, take a look at this example:...

    Started by fortunado, 2 May 2011 9:35 AM
    arraystore, beforeload, form, grid
    • Replies: 4
    • Views: 2,585
    3 May 2011 9:03 AM Go to last post
  7. [Closed] ComponentQuery and Viewport

    Using ComponentQuery on Viewport seems to deliver the correct object, but methods of the object are not accessible. This query fails:...

    Started by steffenk, 3 May 2011 7:45 AM
    • Replies: 6
    • Views: 1,218
    3 May 2011 8:25 AM Go to last post
  8. trying to find a feature

    During my research of ExtJS, I watched most of the videos of the sencha conference. In one of those videos (which I can't remember and now can't...

    Started by jmls, 3 May 2011 8:17 AM
    • Replies: 2
    • Views: 444
    3 May 2011 8:23 AM Go to last post
  9. Question [4.0.0 - Solved] How to change the title of a region ?

    Hi, How to get or change dynamically the title of a region in border layout ? This code is wrong var westZone = Ext.get('idWestRegion');...

    Started by EBS, 3 May 2011 6:45 AM
    • Replies: 7
    • Views: 671
    3 May 2011 8:07 AM Go to last post
  10. Urgh. Stuck at level 1 :( *newbie alert*

    Ok, used the designer to create a grid, and a data store in a project. Exported the project, got the following three files: MyStore.js...

    Started by jmls, 2 May 2011 12:46 PM
    • Replies: 8
    • Views: 855
    3 May 2011 7:58 AM Go to last post
  11. viewport BorderLayout - change Ext.Panel on button click

    Hi 2 all I need to change viewport layout contents after application is initialized (on button click for example) I have the code below ...

    Started by MrPurple, 3 May 2011 6:03 AM
    • Replies: 2
    • Views: 1,372
    3 May 2011 7:00 AM Go to last post
  12. Question Tooltip Ajax

    Hi Ext people, Fist of all congratulations on shipping Ext Js 4, wonderful job. I'm quite new to Ext Js but I'm moving fast. I would like to...

    Started by fdp, 3 May 2011 6:46 AM
    ajax, remote, tooltip
    • Replies: 0
    • Views: 985
    3 May 2011 6:46 AM Go to last post
  13. What functional diferences have ext commercial vs Community versión?

    What functional diferences have ext commercial vs community versión?

    Started by omejiasq, 2 May 2011 6:15 PM
    • Replies: 1
    • Views: 829
    3 May 2011 6:39 AM Go to last post
  14. MetaChange on Store

    Hello, I'm migrating my Ext 3.0 application to Ext 4.0. I've just seen that there isn't a "metaChange" event on the store in the ExtJS 4.0.0...

    Started by Inoc, 3 May 2011 1:42 AM
    • Replies: 1
    • Views: 1,115
    3 May 2011 5:52 AM Go to last post
  15. Tab Panel URL/HTML

    I'm having a hard time getting the URL property of tab panel items working. I've just got a simple .html file that says <div>test</div> on it and...

    Started by Trakcil, 3 May 2011 5:40 AM
    • Replies: 0
    • Views: 522
    3 May 2011 5:40 AM Go to last post
  16. Ext.window.Window - close button rendered wrongly (only a quater) on 'auto' layout

    Hi all, I've this wrong behaviour on the window component and using 'auto' layout, the 'border' and 'column layout also will produce this problem....

    Started by baboen, 3 May 2011 5:31 AM
    • Replies: 0
    • Views: 806
    3 May 2011 5:31 AM Go to last post
  17. Ext.form.field.File, specify acceptable file extensions

    Hello, How can I specify extensions for file upload. For example, a user can only upload images, so he/she will be able to select only those files...

    Started by ucabazz, 3 May 2011 5:14 AM
    • Replies: 0
    • Views: 1,104
    3 May 2011 5:14 AM Go to last post
  18. Portal example

    Hi, I am new to extJS and i'm now looking att the portal example. I try to edit the data in GridPortlet.js but nothing happens, is there another...

    Started by toffeNY, 3 May 2011 5:14 AM
    • Replies: 0
    • Views: 362
    3 May 2011 5:14 AM Go to last post
  19. Associations model many to many

    Is possible to create many to many associations?? The result should be two primary keys and idproperty which would have to put? Thanks

    Started by Fanny144, 3 May 2011 5:10 AM
    • Replies: 0
    • Views: 481
    3 May 2011 5:10 AM Go to last post
  20. Grid panel scroll does not show in card layout

    I'm trying to rewrite my extjs 3 application to extjs 4. A lot of things were not working and i got them fixed. They only thing that is driving me...

    Started by malkandari, 29 Apr 2011 7:15 AM
    • Replies: 7
    • Views: 1,331
    3 May 2011 4:54 AM Go to last post