Search Type: Posts; User: pinidbest

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Hi all,How do we package our entire JS files into a single file in a way that the files are being minified and being combined into a single file AND that the order they are packaging is true?
  2. How???
  3. Ho do I change the tbar background. It seem I can only add button there?
  4. Replies
    1
    Views
    90
    Hi all, I cant use
    Ext.tip.QuickTipManager.register with itemId instead of Id. Is there a work around this?
  5. Hi I have a huge design issue. The button type is rendering different on IE 8 with a table and I need to design it so I am overriding some CSS properties:
    .x-nbr .x-btn-default-small { ...
  6. The CSS I applied on IE 8 ruined it.
  7. Hi all, I have a panel with 2 items in hbox layout. a combo box and right to it a splitbutton.In IE9 chrome FF IE10 all works great. On IE8 the arrow being pressed activates the click event for the...
  8. Hi ,
    I am looking how to add a iconCls or using another way an icon to the header of the panel.
    Any ideas?
  9. Replies
    2
    Views
    221
    That the tooltip is shown partialy because the panel or container he is in is small.
    How do I change the zindex using zindexmanager so that I can see it?
  10. Replies
    2
    Views
    221
    Hi all,

    I have a view that using a tooltip like this:


    Ext.tip.QuickTipManager.register({ target: 'SA_txtSearch', text: this.searchToolTip, width: 100, ...
  11. I didnt use Ext.JSON.encode to encode my mixed collection.

    Thanks
  12. I will try it
  13. Can you please supply a working sample
    ???
  14. I asked for a sample that I can use the state events like savestate and getState to state my own array with nothing to do with a grid and its properties.
    There is no working sample in this forum or...
  15. Hi all, I am trying to do a very simple thing
    I have a button that when pressed needs to change its icon

    The button code looks like this:


    xtype: "button",
    iconCls:...
  16. Hi all, I want to understnad the default machnism to handle and override default classes for the various xtypes.

    For example when creating a simple button (xtype:button) the following html is...
  17. Thank i will follow this guidline
    I tried to call the detroy on my panel and registered to the beforedestroy event but when I called panel.destory the event wansnt called and nor did the panel was...
  18. Can any one supply a working sample for using a cookieprovider and saveing it an array?
    I cant seem to find any working sample in the forum or anywhere.

    Thanks
  19. Hi all
    If I am creating some views and some of them are created new Ext.window or menus which are not part of the view items collection config.
    Should I destory these menus and windows my self. ...
  20. I tried everything alreay with this mixin
  21. Replies
    2
    Views
    257
    And this is a simple mixed collection.
    Can you supply a working code demo that I can save some array into a cookie and get it back?
  22. In any case I added
    grid.setBodyStyle("visibility:visible");
    And that fixed the problem.
    I adont if it matter but my grid panel is inside an Ext.window
  23. Hi,
    I have a grid panel that when loaded is collapsed.
    Later I am adding rows of models to its store and trying to expand it.
    The problem is that after collapsing you cant see the grid.
    Only...
  24. Hi all,
    I am trying to make the state management to work with no luck

    all I need is to save a mixed collection data to a cookie provider usaing the API of the set and get for the provider
    All...
  25. Replies
    2
    Views
    257
    Hi all,
    I have an Ext.window tha holds as a varibable a mixed collection whcih I want to save using the state provider.

    Could find a sample for making it work.

    On the initComponent I wrote:
    ...
Results 1 to 25 of 104
Page 1 of 5 1 2 3 4