Commit 7fe47a56 authored by Nicolas Delaby's avatar Nicolas Delaby

Extend Docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33921 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b99e3a4
# -*- coding: utf-8 -*-
############################################################################## ##############################################################################
# #
# Copyright (c) 2002-2006 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2002-2006 Nexedi SARL and Contributors. All Rights Reserved.
...@@ -48,6 +49,7 @@ class EditorWidget(Widget.TextAreaWidget): ...@@ -48,6 +49,7 @@ class EditorWidget(Widget.TextAreaWidget):
A widget that displays a GUI HTML editor widget (based A widget that displays a GUI HTML editor widget (based
on FCK editor). This widget is intended to be used in on FCK editor). This widget is intended to be used in
conjunction with WebSite. conjunction with WebSite.
This Widget does not escape values.
TODO: TODO:
- implement validation - implement validation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment