Search Type: Posts; User: malkandari

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    394
    I'm using a grid that lists companies and when you click on a company's name is Ext.create a window for it. The reason I'm using Ext.Com.Query and look for the title is because if it exists then I...
  2. Replies
    3
    Views
    394
    I'm trying to use Ext.ComponentQuery.query to query for a window title, apparently it does not like the comma in the title.

    Example
    Ext.ComponentQuery.query('window[title="Google, Inc"]');
    ...
  3. Hey man,

    Have you found a solution to this problem by any chance? I am getting the same problem.

    Thanks
    M
  4. Can you please post an example?
  5. What is the best way to add a tooltip or quicktip with an icon to a form's Label or Field?

    An example would be appreciated.

    Thank you,
  6. Replies
    0
    Views
    304
    I am applying multiple themes for Ext JS 4.

    Does anyone know how to change the icons? seems like I'm getting the default icon all over.

    Is there a variable I need to set in SASS?

    Thank you,
  7. Replies
    0
    Views
    291
    Is there a possible way to set the hight and width of a chart in percentages instead of pixels?
  8. snithya,

    have you figured it out? I'm trying to find a solution for this too.

    Thank You,
  9. Replies
    6
    Views
    985
    Wilrik,

    I honestly haven't looked into more details about this. I was hopping for an answer but no luck. I am still in the development process.

    Please let me know if you find a quick...
  10. This is driving me crazy...

    I have a grouped list that groups records by date DESC. After adding a new record, the new date won't show on top.

    I tried the following after adding the record...
  11. I'm getting j.read is not a function.

    http://localhost/sencha/ext-4.0.0/ext-all.js

    I have no idea why, everything works fine though. Does anyone know what doe sit mean?
  12. Experts,

    Is there a way to display the message box notifying the user that store returned no records?


    $o = array('total'=>$total,'data'=>$dataDB);
    header("Content-Type: application/json");...
  13. Replies
    6
    Views
    985
    Hey Sencha Experts,

    Does any one know any good resource for theming Ext 4.0? Theming tutorial? Theming how to? I am not looking to download any of the tools.

    We're upgrading our Extjs 3.x...
  14. Any idea if there is an updated version of this for EXT JS 4? I saw that they have the implemented the column summary but it doesn't show at the end of the grid. It will always show after the last...
  15. The grid feature summary is amazing. The only thing, it's showing the summary after the last row. Does anyone know how to display it as a fixed tow at the bottom of the grid?

    Thank You,
    M
  16. Thank You, got it fixed. I've defined the grid and its working now.

    not sure what's the difference between define and create yet.
  17. That did not solve it. Thank you for sharing.

    Anyone knows what could be the issue?

    Thank You,
    M-
  18. How can I do that?
  19. Use Ext.define for the grid or viewport? Or use them for both?
  20. I'm trying to rewrite my extjs 3 application to extjs 4. A lot of things were not working and i got them fixed. They only thing that is driving me nuts is the Grid's scrolling. I cannot get the grid...
  21. WORKS!!!

    Appreciate it... THANK YOU!
  22. Sorry, my bad... I was stripping the other filters and forgot to remove the commas!

    should be



    var appointmentsFilters = new Ext.ux.grid.GridFilters({
    encode: encode,
    ...
  23. I'm trying to use GridFilter list from a Store

    Here is the Store

    var partnersStore = new Ext.data.JsonStore
    ({
    url: '/crm/php/lists/partners.php',
    baseParams:{cmd:'partners'},
    root:...
  24. Replies
    0
    Views
    489
    I am writing an application using EXT JS... Does anyone know a good Javascript Encoding? As I do not want anyway to view the source code and read it. What do you guys recommend?

    Thank You,
  25. Replies
    2
    Views
    779
    I have a grid, and when you double click a row, it shows a window... Here is the call



    campaignsGrid.on('rowdblclick', function(campaignsGrid, rowIndex)
    {
    var val =...
Results 1 to 25 of 28
Page 1 of 2 1 2