Search Type: Posts; User: boonkerz

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Use proccessconfig:

    http://www.sencha.com/forum/showthread.php?254050-Grid-Filter-Configuration

    My Example :)
  2. Replies
    2
    Views
    252
    Hello,

    Any alternativ to famfam which looks more neptune :)
  3. Replies
    12
    Views
    815
    My Fault sorry :)



    this.getMyTabPanel().add({
    closable: true,
    xtype: "MyProduct",
    id: 'myproduct' + record.raw.id,
    ...
  4. Replies
    12
    Views
    815
    any hint?
  5. Replies
    12
    Views
    815
    the store not using the filters:
    ...
  6. Replies
    12
    Views
    815
    Here my code:

    Store:



    Ext.define('MyApp.store.MyProductStore', {
    extend: 'Ext.data.Store',

    requires: [
  7. Replies
    12
    Views
    815
    Ok that works but the DirectStore not query with Filters?

    Any Hint?
  8. Replies
    12
    Views
    815
    How can i use process config?
  9. Replies
    8
    Views
    1,931
    var row = panel.items.getByKey('myshipping' + record.raw.id);
    if(row) {
    }else{
    this.getMyTabPanel().add({
    closable: true,
    xtype: "MyShipping",
    ...
  10. Replies
    4
    Views
    1,151
    Thx

    I use iconCls: "icon-save icon-border"

    Should center it :)
  11. Replies
    1
    Views
    224
    Hello,

    Is it possible to create an Component like this:
    http://ateodorescu.github.com/mzExt/examples/imageupload/index.html...
  12. Replies
    12
    Views
    815
    SA 2.2? is available?
  13. Replies
    12
    Views
    815
    Hello,

    Is it possible to configure this?

    Thanks
  14. Replies
    144
    Views
    54,209
    Anyone have an Flash Button implemented?
  15. Replies
    8
    Views
    856
    Hello,

    I have found my Problem:

    deferredRender: false

    Why i have use this. no idea :D
  16. Replies
    8
    Views
    856
    What i do is:


    I use Ajax Tabitems like:
    http://www.sencha.com/deploy/dev/examples/tabs/tabs.html

    And in the ajax response i use the grid.

    Thx for your help can i spend an amazon Book :)
  17. Replies
    8
    Views
    856
    Ok autoload results in an html snipped:



    <div id="articlelist"></div><script type="text/javascript" src="/scripts/admin/article/index.js"></script>


    And the Grid:
  18. Replies
    8
    Views
    856
    I have an ID for every grid.


    Ext.each(this.currentTabs, function(tab) {
    this.items.push(new DocPanel({
    id: tab.id,
    cclass : tab.cclass,
    ...
  19. Replies
    8
    Views
    856
    Hello,

    I have Tabpanel with Grids when i restore the sate then Toolbar and Store is not shown.
    Only in last added Tab it works.

    http://img2.pict.com/de/95/f8/3712160/0/1277340967.jpg
  20. Replies
    393
    Views
    124,276
    Thx it works. :)
  21. Replies
    393
    Views
    124,276
    Ok That was my Question :)
  22. Replies
    393
    Views
    124,276
    Thx Treepanel works.

    But the Tabpanel is only saving the active tab not when i add dynamic an tab?

    Is it posible to do this?
  23. Replies
    393
    Views
    124,276
    Hello

    Thanks for great Extension.

    Can i save state of an Tabpanel where i add dynamic tabs?

    And can i save state for an ajax treepanel, where the tree is dynamic load?

    Thanks
  24. Replies
    0
    Views
    507
    Hello,

    How can i set Googlemaps Overlays as droptargets?

    Thx
  25. Hello

    How can display an Text like Systemnews vertical on an collapsed Region.

    Under the image for collapse.

    http://tdg-i.com/img/screencasts/2008-03-15_2340.png
Results 1 to 25 of 50
Page 1 of 2 1 2