<?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 Inline edit in web projects edit menu item in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145498#M101680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kevin, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With reference to &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=9255&amp;amp;highlight=avmeditbean" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=9255&amp;amp;highlight=avmeditbean&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this inline edit being implemented in future versions? Am very much interested in inline edit feature for content created inside my web project sanbox. i have been going thru AVMBrowseBean.java and edit-file.jsp &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can i do this code level changes myself? How do i get the stored wysywig content from the AVMBrowseBean and populate it on click of edit button in the edit-file.jsp….Pls let me know &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did any of you guys find a solution to this…pls share with me it would be really helpful&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lakshmi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 04:05:11 GMT</pubDate>
    <dc:creator>lakshmi</dc:creator>
    <dc:date>2008-01-17T04:05:11Z</dc:date>
    <item>
      <title>Inline edit in web projects edit menu item</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145498#M101680</link>
      <description>Hi Kevin, With reference to http://forums.alfresco.com/viewtopic.php?t=9255&amp;amp;highlight=avmeditbean Is this inline edit being implemented in future versions? Am very much interested in inline edit feature for content created inside my web project sanbox. i have been going thru AVMBrowseBean.java a</description>
      <pubDate>Thu, 17 Jan 2008 04:05:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145498#M101680</guid>
      <dc:creator>lakshmi</dc:creator>
      <dc:date>2008-01-17T04:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Inline edit in web projects edit menu item</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145499#M101681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was able to bring up the inline editor for web project content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote my own jsp and in the AVMEditBean i used ContentReader api to get the content of my avmNode and set it in the editorOutput bean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I created my jsp based on edit-html-inline.jsp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i click on edit link i am able to get the inline editor with the stored contents. The problem is when i click on save nothing happens.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my save my action points to updateFileOK class of AVMEditBean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:orange;"&gt;&amp;lt;h:commandButton value="#{msg.save}" action="#{AVMEditBean.updateFileOK}" styleClass="dialogControls" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it doesnt seem to go into the method at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Whereas cancel works well and it returns to the browse-sandbox.jsp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:orange;"&gt;&amp;lt;h:commandButton value="#{msg.cancel}" action="dialog:close" styleClass="dialogControls" /&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where else should i configure if my button click has to go into the paticular class?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pls help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 12:45:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145499#M101681</guid>
      <dc:creator>lakshmi</dc:creator>
      <dc:date>2008-01-17T12:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Inline edit in web projects edit menu item</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145500#M101682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lakshmi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the simple case of just capturing a single HTML fragment, I would recommend creating a simple XSD for a generic content item that was defined as a single element of type xs:string (with whatever annotation you want to expose different levels of HTML formatting).&amp;nbsp;&amp;nbsp; This avoid the need for having to create a custom in-line editor, and provides the added value that if you later wanted to extend the schema to capture additional elements (say, metadata), you can just update the schema and start appending new values into your content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 15:08:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/inline-edit-in-web-projects-edit-menu-item/m-p/145500#M101682</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2008-01-29T15:08:41Z</dc:date>
    </item>
  </channel>
</rss>

