Hey Guys,
i have a few problems with the various view possibilities. The reference
manual gives this piece of code as an example for the <select> in the view:
[code]
>>> print SELECT('<hello>', XML('<b>world</b>'), _class='test', _id=0)
<select id="0" class="test"> <option
value="<hello>"><hello></option> <option
value="<b>world</b>"><b>world</b></option> </select>[/code]
when i just copy this into a view, nothing happens. Which parts of this
does it need?
And the second part: assuming i have an array, for example filled with data
out of an database, how can i create such an select function which contains
all parts of the array as options?
Regards,
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
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 [email protected].
For more options, visit https://groups.google.com/d/optout.