It's looking better Michael but based on code example below, could you 
please help with:

1. Remind me how to get the updated text from textarea back into the table
2. the fromat_tags parm,, seems that purpose is to limit what user can do? 
 If yes, don't seem to make the rest of the tags disappear.

<script src="https://cdn.ckeditor.com/4.6.2/standard/ckeditor.js";></script>

<textarea name="z">{{=person.summary_self_description}}</textarea>

<script>
  CKEDITOR.replace('z', {
    height: 500,
    contentsCss: '{{=URL('static','css/contract.css')}}',
    format_tags: 'p;h1;h2;h3;h4;div',
  });
</script>


thanks,

Alex

-- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to