===============	
Rich text Field
===============

The text contained in the field describes a rich field in 
HTML format. Let's first generate a such a field:

  >>> from zw.schema.richtext import RichText
  >>> richtext = RichText()
    
