Ext: Q&A

Page 99 of 657 FirstFirst ... 49 89 97 98 99 100 101 109 149 199 599 ... LastLast

+ Post New Thread

  1. Answered: Node disappear after Drag&Drop

    Hello, I'm using EXTJS 4.1.1 In the following example,I'm able to drag&&drop a node from tree1 to tree2 but how to prevent the node to disappear...

    Started by adp-gmt, 20 Sep 2012 8:21 AM
    • Replies: 2
    • Views: 258
    1 Feb 2013 8:09 AM Go to last post
  2. Unanswered: Make form readOnly/editable - except fields with property readOnly:true

    How make form readOnly/editable - except fields with property readOnly:true ie. user "Edit" click makes some fieds on form editable, "Cancel"...

    Started by waken, 1 Feb 2013 1:21 AM
    • Replies: 1
    • Views: 98
    1 Feb 2013 5:41 AM Go to last post
  3. Answered: BoxReorderer: Using forms in Subpanels

    Hi, I try to reorder forms in subpanels with BoxReorderer. All is good (means: DandD function), but it is not possible, to change the values in...

    Started by dtheiss, 29 Jan 2013 6:16 AM
    boxreorderer, forms
    • Replies: 2
    • Views: 221
    1 Feb 2013 5:18 AM Go to last post
  4. Unanswered: change type chart (columns to lines)

    I have a chart type 'colums' When i select line button, i want change chart type to Line, but i can´t... any idea how i do?

    Started by pancho.munyoz, 31 Jan 2013 12:14 PM
    • Replies: 2
    • Views: 200
    1 Feb 2013 5:17 AM Go to last post
  5. Unanswered: Dynamically jump to perticular row in grid panel

    I am using grid panel in my application. I want to jump my scroll position to a particular row dynamically based on some event. As a input i am...

    Started by chirag_bhalodiya, 30 Jan 2013 2:36 AM
    • Replies: 5
    • Views: 255
    1 Feb 2013 5:02 AM Go to last post
  6. Unanswered: Remote group infinite request

    Hi all, I want grouping to be done on the server side, so I gave, remoteGroup: true But this sends infinite request from server, what is...

    Started by sencha.user, 31 Jan 2013 4:44 AM
    • Replies: 1
    • Views: 137
    1 Feb 2013 3:26 AM Go to last post
  7. Unanswered: Text update of a node in Ext.tree.Panel removes selection of row

    Hi all! I am using Ext.tree.Panel to display my data and I want to update the text of a node when I click on a row. Therefore I am using the...

    Started by Ben Holzer, 29 Jan 2013 11:38 AM
    • Replies: 2
    • Views: 278
    1 Feb 2013 2:45 AM Go to last post
  8. Unanswered: is there any way by which i can enable/disable collapsible mode dynamically.

    I am using tree panel where i want that it should be collapsible on some screens and not collapsible on other screen. is there any way by which i can...

    Started by chirag.bhalodiya, 30 Jan 2013 9:54 PM
    unsolved
    • Replies: 1
    • Views: 112
    1 Feb 2013 1:06 AM Go to last post
  9. Unanswered: combo box foreceSelect

    am using a combobox with forecSelect:true, multiSelect:false, when i record which is not in the list is givien to the combo it will set the last...

    Started by mohaskuar, 31 Jan 2013 8:09 AM
    • Replies: 2
    • Views: 173
    31 Jan 2013 10:13 PM Go to last post
  10. Answered: Using the "stores" config in controllers instead of "requires"

    I'm looking at the docs and they say that Ext.define("MyApp.controller.Foo", { extend: "Ext.app.Controller", stores: }); is the...

    Started by tm8747a, 28 Jan 2013 11:40 AM
    stores in controller
    • Replies: 2
    • Views: 331
    31 Jan 2013 1:21 PM Go to last post
  11. Answered: Question on Stopping Events

    Hi all. I have an editable grid. I'm trying to add functionality to it where if I have a row selected and I hit enter, it starts editing that row. ...

    Started by mmuoio, 31 Jan 2013 11:04 AM
    • Replies: 1
    • Views: 202
    31 Jan 2013 12:33 PM Go to last post
  12. Unanswered: Listening to audio files in extjs

    I have created a form/grid in (ExtJs 4). The form would be connected to an audio file. I would like to have an audio player built into my page to...

    Started by amerz20, 29 Jan 2013 10:56 AM
    • Replies: 1
    • Views: 348
    31 Jan 2013 12:24 PM Go to last post
  13. Unanswered: fileuploadfile from FTP

    Hi, Is possible to use the fileuploadfile component and when I press the button to choose the file, choose from a FTP? Just asking. Thx

    Started by ssamuel68, 29 Jan 2013 8:20 AM
    • Replies: 1
    • Views: 233
    31 Jan 2013 12:10 PM Go to last post
  14. Answered: Why are Ext.application.launch() and view.initComponent() being called twice?

    For some reason, my Ext.application launch() method is being called twice. Additionally, some controls (such as windows constrained inside a panel to...

    Started by chaddjohnson, 31 Jan 2013 9:33 AM
    • Replies: 2
    • Views: 294
    31 Jan 2013 11:55 AM Go to last post
  15. Unanswered: callback on load or the load event on store fires before data is available

    I want to see if a particular value exists in a store after the load of the store is complete. I tried to do the same both in the load event of...

    Started by namrms, 31 Jan 2013 6:41 AM
    • Replies: 1
    • Views: 193
    31 Jan 2013 10:54 AM Go to last post
  16. Unanswered: Scatter Plot, handle points with same coordinates

    I have a scatter plot to visualize data of the form: name:"Test1", number:10, percent:20 name:"Test2", number:14, percent:35 name:"Test3",...

    Started by alex9311, 31 Jan 2013 10:49 AM
    chart, data, points coordinates, scatter
    • Replies: 0
    • Views: 210
    31 Jan 2013 10:49 AM Go to last post
  17. Unanswered: ExtJs 4.1 - Issue with focusCls

    Following code has been created using the examples: <html> <head> <title>Test Page</title> <link...

    Started by netemp, 6 Jun 2012 5:13 AM
    • Replies: 8
    • Views: 1,356
    31 Jan 2013 10:04 AM Go to last post
  18. Unanswered: How to set focus class for Ext-JS 4 Grid Class Cell Editor?

    Hi, I would like to know how to set the focus class for editable cells within the Grid Class. Does anyone know how to do this, or could provide...

    Started by Bill M, 18 Jan 2013 10:51 AM
    component, custom config, editable cells, grid
    • Replies: 5
    • Views: 643
    31 Jan 2013 9:34 AM Go to last post
  19. Unanswered: menu and touch screen

    Hi , I have a click issue with ext.menu on touch screen usually using mouse , I do this menu1 -> click -> menu2 -> move mouse cursor to one...

    Started by kobolds, 7 Dec 2012 1:06 AM
    • Replies: 2
    • Views: 253
    31 Jan 2013 9:09 AM Go to last post
  20. Unanswered: HTML Editor Bug

    If the html editor is used and one inserts a link containing the & character the link will be broken, because the editor replaces the character with...

    Started by sichkant, 31 Jan 2013 7:21 AM
    • Replies: 0
    • Views: 67
    31 Jan 2013 7:21 AM Go to last post