Search Type: Posts; User: panbayi

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Make it easier for reading


    Ext.define('Ext.ux.DateTimePicker', {
    extend: 'Ext.picker.Date',
    alias: 'widget.datetimepicker',
    renderTpl: [
    '<div id="{id}-innerEl"...
  2. When I try to build production using Sencha Cmd v3.0.2.288,it throws error as following :
    [ERR] com.sencha.exceptions.BasicException: The following error occurr
    ed while executing this...
  3. How to add label(value) to each node of line chart?I can add label to bar chart by setting the 'labelField' config of bar series but it doesn't work in line series.

    What should I do?
  4. Any one any idea please?
  5. I hope to the exact value of each point in line series, but failed by setting

    labelField : 'data1'

    labelField works well in bar series however
    Can anyone give me some advice please?
  6. Replies
    2
    Views
    128
    Yeah !That's the cause of the problem.
    I used 'panzoom' and 'itemhighlight', when I set interactions : [''] I got what I want.
    Thank you bro!
  7. Replies
    2
    Views
    128
    I want to set the chart disabled(In fact,I hope it don't response to ant event such as singletap ,doubletap nor swipe).But I can not make it by

    chart.disable()
    nor set disabled true

    disabled...
  8. Replies
    1
    Views
    159
    Can not hide chrome address bar by setting

    viewport : {
    autoMaximize : true
    }
    tested in Android 4.0.3

    Anyone can help me, please!
  9. In my demo,the carousel's children components always have gap between them,even if I set margin : '0 0 0 0'.I want the components to be next to each other closely to get more space cause cell phone...
  10. When I add initialize function to chart then the series and axes disappear,When I delete them ,the series and axes come back.

    Your reply is appreciated!!
  11. Have you got the solution ? I'm looking for the answer too,so if you have the solution please tell me. Thanks !!
  12. Replies
    3
    Views
    287
    I will check, thank you !!
  13. Not yet...,I hope someone can give me some advice
  14. Thank you !

    Hm,I typed it ,I'm sorry for the wrong word.My original code is somehow too long to put it here and there are a lot of Chinese words in it.

    Thank you for you reply again!
  15. Replies
    10
    Views
    1,716
    temp is the instance of the store you defined, but temp don't have a property called 'rows',so it returns undefined
  16. Replies
    10
    Views
    1,716
    Yes ,call methods like load() ,loadData() ,add() to load data to the store
  17. Replies
    10
    Views
    1,716
    In your case
    Since you have commented the red sentences,the variable temp you created has no data at all,you should call method temp.load() to loaddata.
  18. Hi,I wondered whether you have checked this thread recently,so I reply again. Hope you can solve this or give me some advice!

    Thank you!
  19. Replies
    10
    Views
    1,716
    If your grid is binded to a store,the you can use store.getAt(rownumber) to get the record which can be treated as an array, so try store.getAt(rownumber)[2].
  20. sorry,I can't get access to the url,SO I put the code here.

    //I use MVC
    //here is view
    Ext.define('MyApp.view.MyPanel',{
    //extend...
    //alias...
    //some other properties like...
  21. Replies
    10
    Views
    1,716
    I have written a small project and everything works well in Chrome and FF, but when I test it in IE( IE 9 and 10 works well while IE8 not),I meet a lot problems.

    1.In grid, when I click some cells...
  22. I have a grid of which plugin is cellediting,and I add a listener to detect the 'edit' event of it so when user input wrong value in it I can alert a MessageBox.At the same time,the grid has a...
  23. Replies
    1
    Views
    166
    Hi there!

    I hava a grid and one of its column's editor is triggerfield.

    Following is what I want to achieve.

    When I click the triggerbutton, a window contains a grid is created and I...
  24. Hi there!
    Now I hava a grid with a celledting plugin, and I add a listener to detect the 'edit' event.In the function response to the 'edit' event,i would check if the input value is valid.Here is...
  25. Replies
    3
    Views
    287
    Hi there!
    I'm using ExtJS 4.1.1.I have a column in a grid and it's editor's Xtype is 'numberfield',the problem is when I click the cell it would be marked with a dirty sign(a red triangle) no matter...
Results 1 to 25 of 31
Page 1 of 2 1 2