I have the following layout:
<!-- Layout 3 -->
<div class="ez-wr">
<div class="ez-box">.header.</div>
<!-- Module 3A -->
<div class="ez-wr">
<div class="ez-fl ez-negmx ez-33">
<div class="ez-box">.1.</div>
</div>
<div class="ez-fl ez-negmr ez-33">
<div class="ez-box">.2.</div>
</div>
<div class="ez-last ez-oh">
<div class="ez-box">.3.</div>
</div>
</div>
<div class="ez-box">.footer.</div>
</div>
I my database header, .1, .2 , .3 and footer are fields of type text
and in web2py_ajax.html I enabled tinyMCE on textareas.
I would like to make an administrative view in which all five divs are
links to forms in which a user can perform crud actions on the
textareas and in return see the result of their actions. The problem
is I have no idea of how to implement this in web2py. I hope someone
could point me in the right direction.
Kind regards,
Annet.