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!
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 Comments »


June 2nd, 2006 at 7:45 pm
[...] Edit: ***Resuelto*** Ver ésta otra entrada [...]
June 2nd, 2006 at 7:46 pm
[...] Posted by admin on 24 May 2006 at 10:28 pm | Tagged as: moneytrackin Edit: *** Solved *** See this post [...]
July 3rd, 2006 at 1:23 pm
¿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.
July 3rd, 2006 at 1:27 pm
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 …
July 3rd, 2006 at 7:05 pm
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
July 9th, 2006 at 10:34 am
Yes, that did the trick, thanks.