Package Camelot :: Package camelot :: Package types :: Class RichText
[frames] | no frames]

Class RichText

source code


RichText fields are unlimited text fields which contain html. The html will be rendered in a rich text editor.

../_static/editors/RichTextEditor_editable.png
Nested Classes
  impl
A synonym for Text(convert_unicode=True, assert_unicode='warn').
Instance Methods

Inherited from sqlalchemy.types.TypeDecorator: __getattr__, __init__, bind_processor, compare_values, copy, copy_value, dialect_impl, get_col_spec, get_dbapi_type, is_mutable, load_dialect_impl, process_bind_param, process_result_value, result_processor

Inherited from sqlalchemy.types.AbstractType: __repr__, adapt_operator

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__