Commit 6a4edbb3 authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

add delegated Method render_odf

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20383 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7478ba6a
......@@ -121,6 +121,7 @@ class ProxyWidget(Widget.Widget):
render_pdf = WidgetDelegatedMethod('render_pdf', default='')
render_css = WidgetDelegatedMethod('render_css', default='')
render_dict = WidgetDelegatedMethod('render_dict', default=None)
render_odf = WidgetDelegatedMethod('render_odf', default='')
get_javascript_list = WidgetDelegatedMethod(
'get_javascript_list', default=[])
......
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