Ext: Q&A

+ Post New Thread

  1. Exclamation Answered: File upload problem

    Hi! When i upload file using example http://docs.sencha.com/ext-js/4-0/#!/example/form/file-upload.html In IE8 or in compatability mode i get IE...

    Started by Romick, 11 Jan 2012 4:58 AM
    • Replies: 2
    • Views: 475
    13 Jan 2012 12:03 PM Go to last post
  2. Unanswered: Edit grid style

    Hi, i would like to recreate a note system that we use in our office. The way that it displays the information is perfect for us but i cannot...

    Started by jask, 12 Jan 2012 2:46 PM
    • Replies: 2
    • Views: 431
    13 Jan 2012 11:38 AM Go to last post
  3. Answered: Is this the correct way to define new class?

    Hi Im trying to extend panel so is this the correct way to do this? Ext4.define('Ext4.ux.NewPanel', { extend : 'Ext4.Panel', ...

    Started by extremed, 13 Jan 2012 7:02 AM
    • Replies: 5
    • Views: 568
    13 Jan 2012 9:10 AM Go to last post
  4. Answered: Create a form field not based on input tag to print Captcha field

    I must create a simple "field" of a fieldset that it's an empty div. This div will be transformed into a captcha by an external javascript API...

    Started by Fire-Dragon-DoL, 13 Jan 2012 7:29 AM
    captcha, component, form-field
    • Replies: 3
    • Views: 1,189
    13 Jan 2012 9:01 AM Go to last post
  5. Answered: Drag and drop between 3 Grids using gridviewdragdrop plugin

    Here is my setup. I have three grids A, B and C. I want to setup the following relationship. Drag Records from A to B Drag Records from B to A...

    Started by FCTim, 13 Jan 2012 8:30 AM
    • Replies: 4
    • Views: 795
    13 Jan 2012 8:52 AM Go to last post
  6. Question Unanswered: How to do a selective Drag and drop function in a TreePanel

    Hi, I have an Ext.tree.Panel with the Ext.tree.plugin.TreeViewDragDrop plugin. Everything works as intended, I can rearrange the nodes with drag...

    Started by Moinois, 13 Jan 2012 5:59 AM
    dragdrop, treepanel
    • Replies: 1
    • Views: 546
    13 Jan 2012 8:04 AM Go to last post
  7. Unanswered: Label renderer, onCreateLabel never called

    I need to create a label on-the-fly as the graph is generated. But, label renderer and onCreateLabel are never called back. label renderer seems...

    Started by ben.gillis, 12 Jan 2012 3:06 PM
    • Replies: 1
    • Views: 1,177
    13 Jan 2012 7:57 AM Go to last post
  8. Unanswered: Problem with adding node in a treePanel

    Hello everybody :) I want to add actioncolumn in a treegrid (based on this example) which allows to add nodes. I have follow a post to do that....

    Started by iNes14, 13 Jan 2012 2:40 AM
    • Replies: 1
    • Views: 486
    13 Jan 2012 6:59 AM Go to last post
  9. Answered: [4.1 B1] Ext.Img first load layout issue

    Ext.Img will load an image and on the first load since the layout doesn't know the size of the image/container it flubs the layout. As soon as the...

    Started by slemmon, 12 Jan 2012 4:06 PM
    • Replies: 1
    • Views: 414
    13 Jan 2012 6:21 AM Go to last post
  10. Answered: How to decode JSON with date in M$ DateTime format

    How to decode JSON with date in M$ DateTime format? <!doctype html> <html> <head> <script type="text/javascript"...

    Started by Ex_Soft, 13 Jan 2012 1:24 AM
    • Replies: 3
    • Views: 914
    13 Jan 2012 5:50 AM Go to last post
  11. Lightbulb Answered: Better way to get the CellEditing instance from grid?

    Hi, I have written some code in a controller that will add a model to a store which is visible in a grid.Panel and then automatically starts...

    Started by marijn, 12 Jan 2012 9:42 AM
    • Replies: 2
    • Views: 672
    13 Jan 2012 3:19 AM Go to last post
  12. Unanswered: Align grid header and grid data independently

    Using "align" property in a grid's column aligns both the header as the content. I want to align header and content independently. I tried to...

    Started by goldenka, 12 Jan 2012 7:53 AM
    • Replies: 2
    • Views: 379
    13 Jan 2012 12:31 AM Go to last post
  13. Answered: How to exclude a container from basicform getFieldValues()

    Hi I have a formpanel with some child containers which hold some fields. When I call the getFieldValues() function an object with all fields and...

    Started by SMI, 10 Jan 2012 6:45 AM
    • Replies: 5
    • Views: 766
    13 Jan 2012 12:02 AM Go to last post
  14. Unanswered: Dynamic Grid Action Column

    Greetings, I want to use the new Action column in ExtJS 4, however, the attributes of the Items are defined in the grids data store. For example,...

    Started by Supial, 11 Jan 2012 11:39 PM
    • Replies: 2
    • Views: 1,010
    12 Jan 2012 4:53 PM Go to last post
  15. Answered: Best way to preprocess data received from a remote proxy?

    What's the best way to catch the data coming from a remote request and edit it before it is displayed or used in any way? Should I be looking the...

    Started by quaidbrown, 11 Jan 2012 2:19 PM
    • Replies: 4
    • Views: 1,374
    12 Jan 2012 2:23 PM Go to last post
  16. Unanswered: Problem with simple subclassing

    Hello, I am trying out some simple subclassing but i bomb out whenever i subclass two levels deep. I think i am missing something fundamental...

    Started by Eric.Sencha, 12 Jan 2012 11:36 AM
    • Replies: 4
    • Views: 600
    12 Jan 2012 12:47 PM Go to last post
  17. Answered: Override (Ext.define) handled differently in Firefox versus Chrome

    When using Ext.define() to define an override, I get the expected result in at least one browser but a fatal error in others. Errors are read from...

    Started by kaendsle, 12 Jan 2012 8:29 AM
    • Replies: 2
    • Views: 507
    12 Jan 2012 11:26 AM Go to last post
  18. Unanswered: Combobox Add Items before/after render

    I'm making a ComboBox with ArrayStore as a part of a toolbar like this: { emptyText: 'All Levels', xtype: 'combobox', editable:...

    Started by I'm Dennis, 12 Jan 2012 5:07 AM
    • Replies: 1
    • Views: 623
    12 Jan 2012 11:08 AM Go to last post
  19. Unanswered: Problem with Chart Time Axis

    I have Line Chart with time axis (declaration is shown below): .................................. { type: "Time", dateFormat:...

    Started by narkom, 12 Jan 2012 2:43 AM
    • Replies: 1
    • Views: 477
    12 Jan 2012 10:43 AM Go to last post
  20. Unanswered: Detecting app activity for a 3rd party authentication server

    Under a single sign-on setup I need to periodically grab an image from an authentication server. Normally this is done as each page is loaded, but...

    Started by mark0978, 12 Jan 2012 5:19 AM
    • Replies: 2
    • Views: 403
    12 Jan 2012 10:28 AM Go to last post