Is there a way to append multiple components to an HTML helper in a single 
append() call, or do we have to use a separate append() call for each 
component?

I'm trying to append four components to a SPAN helper held in the variable 
"wrapper." I've tried it this way:

wrapper.append(new_component_1, new_component_2, new_component_3, 
new_component_4)

But the append() function seems to want only one argument. The code above 
raises an error, saying that I've submitted too many arguments.

Thanks!

-- 

--- 
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