Search Type: Posts; User: findajit

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Look at Sencha.io User service which offer Registration and Authentication service for Sencha Touch as well as ExtJS.
  2. Please visit http://www.facebook.com/pages/Sencha-India-Group/181924591954953 Facebook page of Sencha Group and http://www.facebook.com/events/141870345989849/ is the event that we would have in Pune...
  3. Hi all,

    http://www.facebook.com/pages/Sencha-India-Group/181924591954953 is the Facebook page for the Sencha India Group. All the events are announced here.

    Cheers
    Ajit
  4. @pramod,

    I would recommend you set the title after the panel is rendered as shown in the below code:


    var pnl1 = Ext.create('Ext.panel.Panel',{
    title: 'Panel 1',
    html:...
  5. please past your code and mention the ExtJS version where you have the problem
  6. @smkkiran,

    Change the definition to


    Ext.define('ddr.Chart', {
    extend : 'Ext.draw.Component',
    title : 'Welcome!',
    viewBox : false,
    initComponent : function() {
  7. Please paste an example code to reproduce this problem!
  8. @Travisrowland,

    While the workaround is okay, can you paste an example code, which can reproduce the issue?
  9. @Buzzword,

    Try using Ext.form.FieldContainer. Here is the code using which you can get an icon appearing next to the text field and handle the click on it:


    var image = Ext.create('Ext.Img', {...
  10. Replies
    2
    Views
    383
    @stoneboy

    Can you please elaborate on your need? Or can you attach a screenshot of what you are looking for?
  11. This is not supported, out-of-the-box in ExtJS 4. Look into the drawAxis method of the Ext.chart.axis.Axis class to see how the 'left' and 'right' positions are handled and you may get the hint to...
  12. Replies
    3
    Views
    372
    Look at the Ext.form.FieldContainer class.
  13. @smkkiran,

    Can you paste the class definition which you have defined by extending the draw component? Also, paste the code to show how you are instantiating and adding it to the Window.
  14. You might be better of creating the <img> tag and returning that from the renderer. Intercept the click handler on the grid and see if the target contains the image. If so, call the handler function...
  15. @new2extjs

    Typical steps are:

    1. From the UI, make an Ajax call to read the config object from the database
    2. In the success callback, instantiate the appropriate ExtJS component by passing...
  16. To take advantage of the 20% discount on the e-book, add the e-book to the cart and enter ak20sen in the promotional code field and then click the 'update' button to apply the...
  17. @Atul,

    You shall use the following code with 4.0 as there are changes in 4.0.7 and due to that you were getting the 'getScopePartent is undefined' error:



    doConstrain : function() {
    ...
  18. I am sure you would...and excuse me if I have got you wrong, but trust me...for various practical reasons it does not make sense to use the alpha/beta versions of the framework irrespective of the...
  19. Move to 4.0.7 ( I would not recommend 4.1 Beta right now) and let me know if you have any issue!
  20. @Atul,

    What is the version of ExtJS you are using? I tested my code in 4.0.7
  21. @atul,

    could you get through the issue?
  22. Replies
    2
    Views
    611
    Here is how you can achieve it:


    Ext.create('Ext.form.Panel', {
    renderTo: Ext.getBody(),
    items: [{
    xtype: 'checkbox',
    boxLabel: 'Check This',
    listeners: {
    ...
  23. @Atul,

    The problem I see is that the menu implementation removes the height that you specify and then has got its own logic to calculate the height. Look at the following code inside the...
  24. Replies
    10
    Views
    1,046
    Yes. You can override Ext.toolbar.Paging and implement the following methods:

    moveFirst
    moveNext
    movePrevious
    moveLast
    doRefresh

    With this you shall be able to take care of specific...
  25. @Digeridoopoo,

    I just heared from the publisher that the problem with the code download has been resolved and you shall be able to download it now!
Results 1 to 25 of 57
Page 1 of 3 1 2 3