<?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: Custom Dialog in WCM in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89844#M61111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a quick follow-up …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are done with this custom work, please share with others by opening a forge project!&amp;nbsp; This sounds useful; should we see others take interest in it, we'd be keen to evaluate inclusion in future distributions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how this goes.&amp;nbsp; Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 12:31:35 GMT</pubDate>
    <dc:creator>kvc</dc:creator>
    <dc:date>2007-08-20T12:31:35Z</dc:date>
    <item>
      <title>Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89840#M61107</link>
      <description>I am trying to create a custom dialog under WCM as the title implies.&amp;nbsp;&amp;nbsp; The SDK does have a sample for creating a custom dialog for Alfresco, and not the WCM.&amp;nbsp;&amp;nbsp; I'd like to get an example for this.I want to add the action to the webapp/folder list of actions under the Web-Project.&amp;nbsp; For example, they</description>
      <pubDate>Tue, 14 Aug 2007 21:01:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89840#M61107</guid>
      <dc:creator>tjholmes</dc:creator>
      <dc:date>2007-08-14T21:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89841#M61108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All the web-client-config-*.xml files get combined into one 'config' so you only need to change web-client-config-custom.xml. Basically you override and/or add to this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore to add your action to one of the lists of actions you would override the relevant action-group config. For example to add your action to the menu you mention you would do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;actions&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action-group id="avm_create_menu"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-link&amp;gt;false&amp;lt;/show-link&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;action idref="your_action" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/action-group&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/actions&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;As for what your action should look like and what it needs to setup depends on what you are trying to achieve. The parameters are all provided at runtime, but it depends where your action is invoked from as to what context it will get. If you can explain what you want your dialog to do we can go from there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 08:51:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89841#M61108</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-08-15T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89842#M61109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I am trying to do is create a List Manager to other content items in Alfresco.&amp;nbsp;&amp;nbsp; These lists are for a Web-Site (or web-project) and will be saved as a content item.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The "List" content type will have 1-n relationships to other content items in the repository.&amp;nbsp;&amp;nbsp; And will have to be sequenced 1-n.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, the JSP page will have some fields to enter in like name and description of the web-site.&amp;nbsp; The web-site internal uuid will also be stored with this content.&amp;nbsp;&amp;nbsp; We'll use the standard search to find content and add it to a list box.&amp;nbsp; We'll use UP and DOWN buttons to move the items in the list box to the way we want, and then when we file these associations, we also keep track of it's sequence in the list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's my ultimate goal.&amp;nbsp; Is this already built-in for Alfresco or he WCM?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If not, I'll continue on with my development process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 15:56:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89842#M61109</guid>
      <dc:creator>tjholmes</dc:creator>
      <dc:date>2007-08-15T15:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89843#M61110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, this isn't a built in feature so you will need to continue with your development.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It doesn't sound like you need any context information setup so your action definition should be fairly straightforward i.e. you won't need to define an action listener or any params.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are creating objects at the web project level you should be able to get everything you need from AvmBrowseBean from within your dialog. Have a look at the existing AVM dialog implementatons for examples.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 10:47:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89843#M61110</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-08-20T10:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89844#M61111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a quick follow-up …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you are done with this custom work, please share with others by opening a forge project!&amp;nbsp; This sounds useful; should we see others take interest in it, we'd be keen to evaluate inclusion in future distributions.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know how this goes.&amp;nbsp; Cheers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 12:31:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89844#M61111</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-08-20T12:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89845#M61112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How far you got this to work, please upload or share your code&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vijay&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 02:52:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89845#M61112</guid>
      <dc:creator>vijay_alfresco</dc:creator>
      <dc:date>2007-10-05T02:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89846#M61113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We decided against the custom dialog for now.&amp;nbsp;&amp;nbsp;&amp;nbsp; We were talked into doing web-forms because all our metadata is versioned in the XML file and outside of WCM, the metadata is not version (but it should be IMHO).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we've decided to create a "List" in an XSD Web-Form, and the XML file it creates would be perfect for that.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; However … when it comes to building a list with pointers to existing WCM content we rand into a few issues:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) node-dbid changes with every version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) paths can change and then you're list is pointing to content that has been moved.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) there is no uuid or guid that positively identifies a piece of WCM content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This gets back to Link Management and the RoadMap of how Alfresco is going to handle missing links.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, we're looking at creating our own aspect, and adding a GUID to our xform with a new widget … but then you have to modify their xforms.js to add your own widget and then modify the XML file that contains the mapping.&amp;nbsp;&amp;nbsp;&amp;nbsp; I am not sure if custom widget creating is even possible right now.&amp;nbsp;&amp;nbsp; If you update Alfresco files, then you have to worry about upgrades and your code breaking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If we add our own GUID … then we can capture that GUID to an aspect … alledgedly when WCM content is moved to the staging sandbox in 2.1 … all the metadata is index so it can be lucene-searched … and we want to do that with a web-script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I've posted several messages on the forums about this stuff … and just waiting to hear back from some Alfresco engineers to my questions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 18:57:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89846#M61113</guid>
      <dc:creator>tjholmes</dc:creator>
      <dc:date>2007-10-23T18:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dialog in WCM</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89847#M61114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;TJ:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Quick question:&amp;nbsp; were you looking to create this list to make it easy for a user to edit or delete existing content created via a web form?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In our December 2.2 release, next to the Create Content action, we add a Browse Content action.&amp;nbsp; This is a canned search to list all XMLs created using a web form.&amp;nbsp; That why, you can not only easily create new content, but also edit or delete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see a sneak preview of this on our WCM page on our wiki.&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>Fri, 23 Nov 2007 01:59:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-dialog-in-wcm/m-p/89847#M61114</guid>
      <dc:creator>kvc</dc:creator>
      <dc:date>2007-11-23T01:59:57Z</dc:date>
    </item>
  </channel>
</rss>

