On Feb 17, 6:07 am, murray3 <[email protected]> wrote:
> using the famous mywiki as my testbed i could do with a little more
> direction with implementing the new custom sqlforms:
...
> I only want to show the body as a textarea to use nicedit with it
Hi chrism, in view you can use:
...
<form>
<textarea name="body">
{{=form.custom.dspval.body}}
</textarea>
</form>
...
and add any HTML (or other) code around it.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---