Commit b0ff0875 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

support Extra in HyperLinkField.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44799 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d0c79ff
......@@ -21,7 +21,8 @@ class HyperLinkWidget(LabelWidget):
return render_element("a",
href=field.get_value('href'),
css_class=field.get_value('css_class'),
contents=field.get_value('default'))
contents=field.get_value('default'),
extra=field.get_value('extra'))
HyperLinkWidgetInstance = HyperLinkWidget()
......
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