<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to modify the form after a long drag&amp;apos;n drop ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325147#M12148</link>
    <description>&lt;P&gt;With studio, this is quite simple:&lt;/P&gt;
&lt;P&gt;Contribute in Advanced Settings &amp;gt; XML Extensions&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService"
  point="actions"&amp;gt;
 &amp;lt;action id="Chain.FileManager.ImportWithMetaDataInSeam"
      link="/nuxeo/dndFormCollector.faces?schema=yourschema&amp;amp;#038;layout=dndEdit%40create&amp;amp;#064;create"
      order="30" label="label.smart.import.with.md"
      help="desc.smart.import.with.md"&amp;gt;
      &amp;lt;category&amp;gt;ContentView&amp;lt;/category&amp;gt;
      &amp;lt;filter-id&amp;gt;create&amp;lt;/filter-id&amp;gt;
 &amp;lt;/action&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;yourschema is the name of the schema defined into your doc type (value in your Schema, in the prefix field).&lt;/P&gt;
&lt;P&gt;Then create a Layout in Search And Listings &amp;gt; Layout that you will name dndEdit. The form you will display must be deinfed into the Creation Layout tab, and metadata can be defined in only one schema.&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2012 12:11:41 GMT</pubDate>
    <dc:creator>Benjamin_Jalon1</dc:creator>
    <dc:date>2012-10-16T12:11:41Z</dc:date>
    <item>
      <title>How to modify the form after a long drag&amp;apos;n drop ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325146#M12147</link>
      <description>&lt;P&gt;I well understood if I drag'n drop with a pause or not on the active zone, the behavior is different as explained &lt;A href="http://doc.nuxeo.com/x/JoWo"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;I modify the default document created after a drag'n drop as following:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Into the "Manage" tab of my workspace &amp;gt; Local Configuration&lt;/LI&gt;
&lt;LI&gt;I enabled Document types configurations&lt;/LI&gt;
&lt;LI&gt;I choose my document type as "Default Type"&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I would like know adapt the drag'n drop behavior to let me define the form to display after a "long" drag'n drop.&lt;/P&gt;
&lt;P&gt;Please help me.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:07:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325146#M12147</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-10-16T12:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the form after a long drag&amp;apos;n drop ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325147#M12148</link>
      <description>&lt;P&gt;With studio, this is quite simple:&lt;/P&gt;
&lt;P&gt;Contribute in Advanced Settings &amp;gt; XML Extensions&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.platform.actions.ActionService"
  point="actions"&amp;gt;
 &amp;lt;action id="Chain.FileManager.ImportWithMetaDataInSeam"
      link="/nuxeo/dndFormCollector.faces?schema=yourschema&amp;amp;#038;layout=dndEdit%40create&amp;amp;#064;create"
      order="30" label="label.smart.import.with.md"
      help="desc.smart.import.with.md"&amp;gt;
      &amp;lt;category&amp;gt;ContentView&amp;lt;/category&amp;gt;
      &amp;lt;filter-id&amp;gt;create&amp;lt;/filter-id&amp;gt;
 &amp;lt;/action&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;yourschema is the name of the schema defined into your doc type (value in your Schema, in the prefix field).&lt;/P&gt;
&lt;P&gt;Then create a Layout in Search And Listings &amp;gt; Layout that you will name dndEdit. The form you will display must be deinfed into the Creation Layout tab, and metadata can be defined in only one schema.&lt;/P&gt;
&lt;P&gt;Hope this will help you.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2012 12:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325147#M12148</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-10-16T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify the form after a long drag&amp;apos;n drop ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325148#M12149</link>
      <description>&lt;P&gt;I used the above script, but returned the following error:&lt;/P&gt;
&lt;P&gt;/ layouts / layout_listing_ajax_template.xhtml 146.59 @ value = "# {value.data ['dc'] ['title']}": Target Unreachable, 'data' returned null on 'java.util.HashMap'&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2013 18:33:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-modify-the-form-after-a-long-drag-apos-n-drop/m-p/325148#M12149</guid>
      <dc:creator>carlosrg_</dc:creator>
      <dc:date>2013-12-16T18:33:17Z</dc:date>
    </item>
  </channel>
</rss>

