<?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 Live Edit Link column on Nuxeo Studio not show icon in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323524#M10525</link>
    <description>&lt;P&gt;When I customize the Nuxeo 5.5 using Nuxeo Studio, the default column for Live Edit Link doesn't show the icons link on the document listing page.
If i remove the customized plugin then the &lt;STRONG&gt;Live Edit Link&lt;/STRONG&gt; is there again. So I think there is something missing for that column or some option is not properly configured.&lt;/P&gt;
&lt;P&gt;In our case we are using the &lt;STRONG&gt;org.nuxeo.ecm.platform.liveedit.config&lt;/STRONG&gt; parameter set to &lt;EM&gt;server&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 03 Jun 2012 03:38:36 GMT</pubDate>
    <dc:creator>Paco_Zarate</dc:creator>
    <dc:date>2012-06-03T03:38:36Z</dc:date>
    <item>
      <title>Live Edit Link column on Nuxeo Studio not show icon</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323524#M10525</link>
      <description>&lt;P&gt;When I customize the Nuxeo 5.5 using Nuxeo Studio, the default column for Live Edit Link doesn't show the icons link on the document listing page.
If i remove the customized plugin then the &lt;STRONG&gt;Live Edit Link&lt;/STRONG&gt; is there again. So I think there is something missing for that column or some option is not properly configured.&lt;/P&gt;
&lt;P&gt;In our case we are using the &lt;STRONG&gt;org.nuxeo.ecm.platform.liveedit.config&lt;/STRONG&gt; parameter set to &lt;EM&gt;server&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jun 2012 03:38:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323524#M10525</guid>
      <dc:creator>Paco_Zarate</dc:creator>
      <dc:date>2012-06-03T03:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Live Edit Link column on Nuxeo Studio not show icon</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323525#M10526</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Did you try to add the "live edit link" widget in the result layout of the "DefaultContentListingInNavigation" (I guess you are using the default template).
To check that you did you can go to :
Listing And Views &amp;gt; ContentViews &amp;gt; DefaultContentListingInNavigation  and then on the result tab, you can add the live edit link widget from the left&lt;/P&gt;
&lt;P&gt;Fred&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 09:11:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323525#M10526</guid>
      <dc:creator>Fred_Vadon</dc:creator>
      <dc:date>2012-06-04T09:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Live Edit Link column on Nuxeo Studio not show icon</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323526#M10527</link>
      <description>&lt;P&gt;Thanks Fred, that's how i'm configuring it. Maybe there are missing options, we have tried on 2 different servers (32 and 64 bit) same results (no icons on the column inside the listings view), The live edit actually works when you open the individual document view. I'm not sure if it is related to this problem&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 20:08:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323526#M10527</guid>
      <dc:creator>Paco_Zarate</dc:creator>
      <dc:date>2012-06-04T20:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Live Edit Link column on Nuxeo Studio not show icon</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323527#M10528</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;When you edit the widget properties from Studio, there is a question mark beside the widget type. On the live edit link widget, it gives you more information about it :&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;This widget type displays a live edit
link.&lt;/P&gt;
&lt;P&gt;It requires the following fields
configuration:&lt;/P&gt;
&lt;P&gt;first field mapping the document model
to be used for live edit link It also
requires the following properties
configuration:&lt;/P&gt;
&lt;P&gt;file_schema: the file schema name
file_field_name: the file field name
filename_field_name: the file name
field namefield name&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here are default properties used in Nuxeo that you need to add in you widget configuration.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;property name="file_schema"&amp;gt;file&amp;lt;/property&amp;gt;

  &amp;lt;property name="file_field_name"&amp;gt;content&amp;lt;/property&amp;gt;

  &amp;lt;property name="filename_field_name"&amp;gt;filename&amp;lt;/property&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Redeploy and it should work this time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jun 2012 18:26:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/live-edit-link-column-on-nuxeo-studio-not-show-icon/m-p/323527#M10528</guid>
      <dc:creator>Fred_Vadon</dc:creator>
      <dc:date>2012-06-06T18:26:54Z</dc:date>
    </item>
  </channel>
</rss>

