[web2py] Re: MENU helper and Server-side DOM work together?

2012-09-12 Thread amphisia pui
: mmenu = mmenu.serialize(mmenu.data) mmenu.elements('a') I'm not sure why it was done this way as opposed to generating the DOM upon initialization. Massimo? Anthony On Tuesday, September 11, 2012 10:49:59 AM UTC-4, amphisia pui wrote: Hi to all I want to use the html helper MENU

[web2py] MENU helper and Server-side DOM work together?

2012-09-11 Thread amphisia pui
Hi to all I want to use the html helper MENU to have in the page footer a menu totally exploded without sliding items. I changed the css classes and everything looks fine but I don't want the first level menu items to be clickable so the first thing I tried was the server-side parsing to

[web2py] Re: Symlinked Application Issue

2012-09-04 Thread amphisia pui
Hi Alex, It works but try to remove the - character from target application name: I met the same issue resolved changing ./web2py/applications/web2py-book in ./web2py/applications/web2py-book AP Il giorno martedì 4 settembre 2012 01:02:10 UTC+2, Alex H ha scritto: In my Applications

[web2py] Re: Symlinked Application Issue

2012-09-04 Thread amphisia pui
Errata corrige I met the same issue resolved changing ./web2py/applications/web2py-book in ./web2py/applications/web2pybook Il giorno martedì 4 settembre 2012 09:01:03 UTC+2, amphisia pui ha scritto: Hi Alex, It works but try to remove the - character from target application name: I met

[web2py] Encoded string and parsing with TAG() helper error

2011-08-31 Thread amphisia pui
Hi to All, I need to write a wrapper between a web2py application and a php one. The php application is after a login form so I would like 1) get login form 2) parse login form 3) post username, password and data obtained in 2) 4) use web2py how a user could do using a browser This is the