erp5_run_my_doc: add slideshow editor gadget
This gadget only works in ERP5JS, as it depends on multiple ERP5JS only gadgets. Some functionnalities have not been backported for now: * image upload, which seems broken on xhtml style * test template (I was not able to trigger something from the UI) Normally, it could be possible to create an OfficeJS app with this editor.
<?xml version="1.0"?> | |||
<ZopeData> | |||
<record id="1" aka="AAAAAAAAAAE="> | |||
<pickle> | |||
<global name="ERP5 Form" module="erp5.portal_type"/> | |||
</pickle> | |||
<pickle> | |||
<dictionary> | |||
<item> | |||
<key> <string>_bind_names</string> </key> | |||
<value> | |||
<object> | |||
<klass> | |||
<global name="NameAssignments" module="Shared.DC.Scripts.Bindings"/> | |||
</klass> | |||
<tuple/> | |||
<state> | |||
<dictionary> | |||
<item> | |||
<key> <string>_asgns</string> </key> | |||
<value> | |||
<dictionary/> | |||
</value> | |||
</item> | |||
</dictionary> | |||
</state> | |||
</object> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>_objects</string> </key> | |||
<value> | |||
<tuple/> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>action</string> </key> | |||
<value> <string>Base_edit</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>action_title</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | |||
<key> <string>description</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | |||
<key> <string>edit_order</string> </key> | |||
<value> | |||
<list/> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>encoding</string> </key> | |||
<value> <string>UTF-8</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>enctype</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | |||
<key> <string>group_list</string> </key> | |||
<value> | |||
<list> | |||
<string>left (Page Properties)</string> | |||
<string>right (Publication)</string> | |||
<string>center</string> | |||
<string>bottom</string> | |||
</list> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>groups</string> </key> | |||
<value> | |||
<dictionary> | |||
<item> | |||
<key> <string>bottom</string> </key> | |||
<value> | |||
<list> | |||
<string>my_text_content</string> | |||
</list> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>center</string> </key> | |||
<value> | |||
<list/> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>left (Page Properties)</string> </key> | |||
<value> | |||
<list/> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>right (Publication)</string> </key> | |||
<value> | |||
<list/> | |||
</value> | |||
</item> | |||
</dictionary> | |||
</value> | |||
</item> | |||
<item> | |||
<key> <string>id</string> </key> | |||
<value> <string>TestPage_viewEditSlideShowWithGadget</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>method</string> </key> | |||
<value> <string>POST</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>name</string> </key> | |||
<value> <string>TestPage_viewEditSlideShowWithGadget</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>pt</string> </key> | |||
<value> <string>form_view</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>row_length</string> </key> | |||
<value> <int>4</int> </value> | |||
</item> | |||
<item> | |||
<key> <string>stored_encoding</string> </key> | |||
<value> <string>UTF-8</string> </value> | |||
</item> | |||
<item> | |||
<key> <string>title</string> </key> | |||
<value> <string>Edit SlideShow</string> </value> | |||
|
|||
</item> | |||
<item> | |||
<key> <string>unicode_mode</string> </key> | |||
<value> <int>0</int> </value> | |||
</item> | |||
<item> | |||
<key> <string>update_action</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | |||
<key> <string>update_action_title</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
</dictionary> | |||
</pickle> | |||
</record> | |||
</ZopeData> |