gap in my understanding:

how to get var "z", textarea content into w2p field 
person.summary_self_description ?

When I used to use ckEditor as a plug-in, looked like this in controller:

def ckedit(field, value): 
    return TEXTAREA(_id = str(field).replace('.','_'), _name = field.name, 
                  _class = 'text ckeditor', value = XML(value, sanitize = 
False), _cols = 800, _rows = 10) 


and looked like this in db

Field('summary_self_description','text', label = 'About', 
widget=ckeditor.widget),


but using a CDN, what is syntax?

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