Commit ba824034 authored by Jérome Perrin's avatar Jérome Perrin

use the new Base_viewDialogFieldLibrary/your_deferred_style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25378 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1b2ec4d6
......@@ -115,6 +115,13 @@ dialog.manage_addField(\n
dialog.your_format.manage_edit_xmlrpc(\n
dict(form_id=\'Base_viewDialogFieldLibrary\',\n
field_id=\'your_format\'))\n
dialog.manage_addField(\n
id=\'your_deferred_style\',\n
fieldname=\'ProxyField\',\n
title=\'\')\n
dialog.your_deferred_style.manage_edit_xmlrpc(\n
dict(form_id=\'Base_viewDialogFieldLibrary\',\n
field_id=\'your_deferred_style\'))\n
\n
# Associate the dialog with type information\n
type_information = portal.portal_types.getTypeInfo(portal_type)\n
......
440
\ No newline at end of file
441
\ No newline at end of file
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