Moneytrackin' blog

Netvibes module updated

June 2nd, 2006 by admin

Deprecated: Please use the new improved Netvibes UWA module

Finally we have solved the encryption problem with the module. We have also ‘prettied it up’ a little. Click on the link below to add it!

Add 2 Netvibes

We are listed on the new netvibes ecosystem, check it out here:

http://eco.netvibes.com/modules/369/moneytrackin-netvibes-modules

Filed under moneytrackin having

6 Responses

  1. moneytrackin’ blog » Usando la API: modulo moneytrackin para netvibes Says:

    […] Edit: ***Resuelto*** Ver ésta otra entrada […]

  2. moneytrackin’ blog » Using the API: moneytrackin’ netvibes module example Says:

    […] Posted by admin on 24 May 2006 at 10:28 pm | Tagged as: moneytrackin Edit: *** Solved *** See this post […]

  3. Victor Says:

    ¿Cómo habeis resuelto el problema con el javascript?

    Yo estoy intentando hacer una llamada a una función en un pero pasa de ella, no hace la llamada. En cambio en el entorno de pruebas si funciona.

    ¿Era algo parecido lo que os pasaba a vosotros?

    Un saludo.

  4. Victor Says:

    Bueno, en el comentario anterior el filtro se ha cargado el html que habia metido (lógico).

    Estoy haciendo la llamada a mi funcion desde un campo select, via onKeyUp.

    He visto que en vuestro módulo haceis algo parecido con el boton y un onClick Eso también me funciona a mi, pero el onKeyUp no …

  5. admin Says:

    We have solved the javascript calling problem from an onclick (or an ‘onkeyup’) by declarating the handler function dinamically.

    Here is the declaration:

    toggle_form = function() {
    // do the stuff
    }

    and the calling (html tags stripped):

    input type=”submit” name=”buttn” value=”ok” onclick=”encrypt_pass()”

    Check the whole code here:

    http://blog.mo.neytrack.in/wp-content/uploads/2006/05/netvibesmodule.php.txt

  6. Victor Says:

    Yes, that did the trick, thanks.

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.