Ext: Q&A

+ Post New Thread

  1. Answered: Ext.feature.Grouping

    Hello, I'm writing a large app. I'm using cards as layout to display different modules. Grouping feature doesn't display normally if some...

    Started by circusfr, 23 Jul 2012 11:30 PM
    • Replies: 2
    • Views: 346
    24 Jul 2012 12:49 AM Go to last post
  2. Unanswered: How to change color of title group grid

    selected data and click save button after that How can i change the color of title group grid like this thank you.

    Started by KiimmiisO, 19 Jul 2012 7:21 PM
    groupgrid
    • Replies: 4
    • Views: 796
    24 Jul 2012 12:27 AM Go to last post
  3. Unanswered: Grid setTitle method is making the collapse tool disappear

    Hi, I have a grid which is collapsible. based on some criteria i am changing the grid title using setTitle() method. but it makes my collapse icon...

    Started by Srikanth474, 19 Jun 2012 12:03 PM
    collapse, disappear, extjs4, grid, tool
    • Replies: 5
    • Views: 728
    24 Jul 2012 12:20 AM Go to last post
  4. Unanswered: How to set the type of specialkey event for the keypress?

    The 'specialkey' is one of event in Ext.form.field.Base; Its trigger type is keydown, Fires when key is press down. So can only capture a key. ...

    Started by manlsea, 23 Jul 2012 11:33 PM
    • Replies: 1
    • Views: 444
    23 Jul 2012 11:47 PM Go to last post
  5. Unanswered: help with grid from examples/restful

    I managed to get data from my db and display it in the grid (by changing func get_data() in session_db.php to run a query..) I'm having trouble...

    Started by asdasd9, 23 Jul 2012 4:26 AM
    • Replies: 3
    • Views: 397
    23 Jul 2012 9:49 PM Go to last post
  6. Unanswered: How to use Basic math of the templatecolumn?

    columns: tpl: '{quantity} * {price}'}], fields: , Displayed in the cell: 1000*0.7; Is an expression. How to make templates to do the...

    Started by manlsea, 23 Jul 2012 6:57 PM
    • Replies: 1
    • Views: 316
    23 Jul 2012 7:58 PM Go to last post
  7. Unanswered: Extjs 4.1 bug? Error in calling tabpanel.render. Cannot call method 'writeTo' of nul

    In extjs 4.07 I was able to dynamically render a tabpanel to different div tag. However, when I switch to 4.1 the same codes got "Cannot call...

    Started by extjslai, 20 Jul 2012 10:22 AM
    • Replies: 3
    • Views: 620
    23 Jul 2012 7:42 PM Go to last post
  8. Unanswered: How can i integrate ExtJS with Oracle APEX 4.1

    Dears, I am a newbie and I want to know how can i install ExtJS with Oracle Application Express. Thank you

    Started by ahmedsaied, 31 Mar 2012 9:31 AM
    • Replies: 5
    • Views: 1,201
    23 Jul 2012 7:31 PM Go to last post
  9. Unanswered: Extjs multiple inheritance?

    Does Extjs support multiple inheritance? I couldn't find any doc about this issue

    Started by cwtuan, 23 Jul 2012 5:54 PM
    extend
    • Replies: 1
    • Views: 691
    23 Jul 2012 7:22 PM Go to last post
  10. Unanswered: ExtJs Chart: Representing Lage and Small values in the same Graph

    Hello, I am implementing a Mixed chart (Stacked Column Graph, Line graph without fill, line graph with fill). Line graph- with fill - Savings...

    Started by alabs, 23 Jul 2012 6:59 PM
    • Replies: 0
    • Views: 224
    23 Jul 2012 6:59 PM Go to last post
  11. Unanswered: Change chart's theme dynamically

    Hi, I know that i can pass the theme config when creating a Ext.chart.Chart, but how can i change the theme after it has been rendered? A little...

    Started by czrocklee, 23 Jul 2012 10:07 AM
    • Replies: 3
    • Views: 576
    23 Jul 2012 6:59 PM Go to last post
  12. Answered: Hide and Show Textareafield border

    Hello Everyone, I have a Textareafield and I would like to show its border AND shadow while it is editable and hide it while it isn't. What is...

    Started by UbuntuPenguin, 18 Jul 2012 5:48 PM
    border, shadow, textarea, textareafield
    • Replies: 2
    • Views: 724
    23 Jul 2012 6:14 PM Go to last post
  13. Unanswered: How do I build a tree on the client and the save it to the server as a 'create'?

    Let's say I build the following tree (on the client, using a TreePanel): ParentA | ---ChildA | ParentB | ---ChildB

    Started by el_chief, 23 Jul 2012 5:35 PM
    ajax, treepanel
    • Replies: 0
    • Views: 240
    23 Jul 2012 5:35 PM Go to last post
  14. Unanswered: Ext.ux.form.ItemSelector - Change event does't fire correctly

    Hi I have a problem with item selector that the 'change' event is not fired when moving from 'Available' to 'Selected'. It only raise the change...

    Started by hieu79vn, 23 Jul 2012 9:31 AM
    • Replies: 1
    • Views: 259
    23 Jul 2012 4:09 PM Go to last post
  15. Answered: treepanel - load array

    Hi folks, I currently try to load a tree and i am not sure if i am taking the right approach. The idea is to load the root elements and/or the...

    Started by Comister, 22 Jul 2012 12:59 PM
    • Replies: 4
    • Views: 536
    23 Jul 2012 1:59 PM Go to last post
  16. Unanswered: When is a form not a form?

    I'm trying to use isUpload with Ext.Ajax.request to send a file upload from a form into a service via an iframe. Here's my form setup: { ...

    Started by bimargulies, 21 Jul 2012 12:54 PM
    • Replies: 5
    • Views: 511
    23 Jul 2012 11:39 AM Go to last post
  17. Unanswered: Ext.define problems (loses layout and this reference)

    Hello, I'm using extjs 4.1.1 and trying to "extend" the Window object just for configuration purpose. If I try something like: ...

    Started by eldono, 23 Jul 2012 8:06 AM
    define, layout problem, references
    • Replies: 1
    • Views: 266
    23 Jul 2012 11:26 AM Go to last post
  18. Unanswered: Stacked Chart, axes dashSize change

    Is there some way to change the dashSize value inside a axis of Category type? I have a chart with many bars, the problem is that the labels...

    Started by xjpmauricio, 23 Jul 2012 7:09 AM
    • Replies: 2
    • Views: 292
    23 Jul 2012 9:05 AM Go to last post
  19. Unanswered: Trying to show the chart and the grid in the same panel in extjs?

    Hiii Everyone!!! I have a requirement like to show the chart and the grid in the same xtype:'panel'. Like I will explain with an example I...

    Started by Anil1239, 23 Jul 2012 4:49 AM
    • Replies: 1
    • Views: 693
    23 Jul 2012 8:59 AM Go to last post
  20. Answered: My TreePanel rendering problem in IE

    Hi all, i have to do a porting of an application from extjs2.3 to extjs4.1. I tested all the application with firefox and firebug and is all...

    Started by lucarossi, 19 Jul 2012 6:21 AM
    extjs4.1, ie8, tree, treestore, viewport
    • Replies: 6
    • Views: 1,067
    23 Jul 2012 8:31 AM Go to last post