Search Type: Posts; User: jvwelzen

Search: Search took 0.02 seconds.

  1. Hi

    is there an example how this can be done.

    I am able to overide the label but not the textfield or clearicon

    thx in advance
  2. I receive following error

    Uncaught TypeError: Object #<HTMLDivElement> has no method 'setData' morecard.js:21

    Ext.List.listeners.itemtapmorecard.js:21
    ...
  3. .setdata gives an error when I try to send the data to the next panel




    var peopleTab = new Ext.List({
    itemTpl: '<div id=topheader><div id=left><img id=avatar...
  4. Hi

    Has anyone tryed this on a Ext.List

    I upgraded my iphone 3gs to ios 5 and now

    my lists are not scrolling verry well when I put 200 items in there with avatar images..
  5. Hi all

    is the listpaging plugin already in place in V2 pr3

    and how to use it

    if i try plugins: 'listpaging',

    its not working
  6. I solved my problem like this



    var toolBar = new Ext.Toolbar({
    docked: 'top',
    title: {
    title: 'MyTtitle',
    centered: true
    },
  7. maybe you can try disclosure: true
  8. Thanks this was just what I was looking for

    Btw the list scrolls must better whitout the discloser button

    Thanks again
  9. Hi all

    I get the store info in a second panel using record.data like this



    onItemDisclosure: {
    scope: 'this',
    handler: function(record, btn,...
  10. hi all

    I have a form with a textarea where I want to auto focus to this textarea so the keyboard show automaticly

    but i can't seem to get it to work

    any idea's
  11. I got it from this example

    https://github.com/nelstrom/Sencha-Touch-list-view-demo

    here is uses .update but the console gives this warning

    [DEPRECATE][Anonymous] 'update' is deprecated,...
  12. yourpanel.setActiveItem(3, {type: 'slide', direction: 'right'});

    or

    yourpanel.setActiveItem('id', {type: 'slide', direction: 'right'});


    but there is a bug i think in 2.0 because it only...
  13. Hi

    setHtml(record.data); doesn't work

    when i try this I get Uncaught Error: NOT_FOUND_ERR: DOM Exception 8

    when i try this it works setHtml(record.data.name);

    is this a bug ?
  14. Thank you verry much

    that was just what I was looking for ..
  15. Hi

    I was wondering how I can pass an id to the ajax proxy



    var storeWebpage = new Ext.data.Store({
    model: 'ListItem1',
    autoLoad: false,
    ...
  16. Replies
    3
    Views
    683
    The tab panel is in app.js



    Ext.Loader.setConfig({enabled: true});
  17. Replies
    3
    Views
    683
    Hi all

    I have a Ext.tab.Panel en want to slide to another tab using setActiveItem

    But I can't get it to work

    this is my page that i am working on
  18. yes there is

    http://docs.sencha.com/touch/2-0/touch/examples/kitchensink/index.html
  19. So would it be possible to use it again

    maybe to load it mannually into the app ..


    I tryed to insert the script manully but receive an error

    Ext.plugins.PullRefreshPlugin.js:1Uncaught...
  20. maybe use Ext.Panel instead of Ext.tab.Panel

    just an idea I don't know if it works

    I have an Panel and want a slide effect but it doesn't slide it just goed there
  21. Hi all

    I am trying sencha touch v2 for the better list peformance

    but it seems that the plugins pullrefresh and listpaging are not working

    does someone got them working

    Thanks in advance
Results 1 to 21 of 21