as soon as the profile page is accessed, 
TypeError: $(...).mask is not a function
http://127.0.0.1:8000/phone/static/js/jquery.js/eval/seq/7
Line 2
remove the line calling the mask plugin that you don't have, it works all 
fine (seems to, at least)!

On Friday, June 7, 2013 4:46:51 PM UTC+2, Charles Levesque wrote:
>
> Here you go. That's a small part of my application. Juste sign in as 
> charles.leves...@gmail.com/12345 and go to the profile page. The 
> component is the list of phone numbers. When you click on the normal edit 
> button next to "Working edit", it doesn't work. It is a button created with 
> the A helper like the one in your example. If you click on the "Working 
> edit" button, it calls web2py_component_custom() in a the file 
> custom_web2py.js where I pasted the original web2py_component() function 
> and simply removed the jQuery(function(){ line. That way, it works. The 
> component reloads.
>
> I also tried your example to see if it was my web2py that was missing a 
> file or something, but it worked perfectly as you said.
>
> In the default controller, don't mind the "if request.args(0)=='view':" 
> part.
>
> Charles
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to