Web Script: org/alfresco/components/links/modaldialogs/edit-dialog.get
Generated from /share/service/script/org/alfresco/components/links/modaldialogs/edit-dialog.get on Jun 13, 2026 9:39:10 PM

Script Properties
Id:org/alfresco/components/links/modaldialogs/edit-dialog.get
Short Name:Links Filter
Description:Links: Filter Component
Authentication:none
Transaction:none
Method:GET
URL Template:/components/links/modaldialogs/edit-dialog
Format Style:any
Default Format:html
Negotiated Formats:[undefined]
Implementation:class org.alfresco.web.scripts.DeclarativeWebScript
Extensions:[undefined]

Store: classpath:alfresco/site-webscripts

File: org/alfresco/components/links/modaldialogs/edit-dialog.get.desc.xml
<webscript>
  <shortname>Links Filter</shortname>
  <description>Links: Filter Component</description>
  <url>/components/links/modaldialogs/edit-dialog</url>
</webscript>
File: org/alfresco/components/links/modaldialogs/edit-dialog.get.html.ftl
<div id="${args.htmlid}-editdlg" class="edit-dialog">
	<div id="${args.htmlid}-editdlg-header" class="hd"></div> 
    <div id="${args.htmlid}-editdlg-body" class="bd"> 
            <form id="${args.htmlid}-form" action="" method="POST">
                <div class="yui-gd">
            	<div class="yui-u first">${msg("dialog.body.title")}</div>
            	<div class="yui-u"><input id="${args.htmlid}-editdlg-title" type="text" name="title" tabindex="1"/> * </div>
	         </div>
	         
	         <div class="yui-gd">
	            <div class="yui-u first">${msg("dialog.body.description")}</div>
	            <div class="yui-u"><textarea id="${args.htmlid}-editdlg-description" type="textarea" rows="3" name="description" tabindex="2"></textarea></div>
	         </div>
	         
	         <div class="yui-gd">
	            <div class="yui-u first">${msg("dialog.body.url")}</div>
	            <div class="yui-u"><input id="${args.htmlid}-editdlg-url" type="text" name="url" tabindex="3"/> * </div>
                <div class="yui-u first">${msg("dialog.body.isinternal")}</div>
                <div class="yui-u"><input id="${args.htmlid}-editdlg-url-checkbox" type="checkbox" name="isinternal"/></div>
             </div>
            <!-- tags -->
              <div class="yui-gd">
                 <#import "/org/alfresco/modules/taglibrary/taglibrary.lib.ftl" as taglibraryLib/>
                 <@taglibraryLib.renderTagLibraryHTML htmlid=args.htmlid />
              </div>
            <!-- end tags -->
 		      <div class="bdft">
	             <input type="submit" id="${args.htmlid}-ok-button" value="${msg("button.ok")}" tabindex="6"/>
	             <input type="button" id="${args.htmlid}-cancel-button" value="${msg("button.cancel")}" tabindex="7"/>
         	  </div>
            <!-- hidden input-->
              <div class="yui-hidden">
                 <input type="hidden" id="${args.htmlid}-isUpdate" name="isUpdated">    
              </div>
        </form> 
    </div>       
</div>
<script type="text/javascript">//<![CDATA[
Alfresco.util.addMessages(${messages}, "Alfresco.LinksEditDialog");
//]]></script>
File: org/alfresco/components/links/modaldialogs/edit-dialog.get.properties
# The modal dialog
dialog.header.new=New Link
dialog.header.edit=Edit Link
dialog.body.title=Title\:
dialog.body.description=Description\:
dialog.body.url=URL\:
dialog.body.tags=Tags\:
dialog.body.add=Add
dialog.body.tags.defaultmes=Separate tags with spaces
dialog.body.tags.link.label=Show popular tags in this site
dioalog.message.creating=Create
dialog.message.updating=Update

dialog.message.opsucceeded=Operation succeeded.
dialog.message.opfailed=Operation failed.

dialog.promt.confirm = "Ok" 

dialog.body.tags.defaultvalue=&lt;none&gt;

# file taglibrary.lib.ftl
taglibrary.tags=Tags
taglibrary.typetag=Type Tag(s)
taglibrary.populartagslink=Choose from popular tags in this site
taglibrary.msg.failedLoadTags=Cannot load tags from the server (connection down?)
taglibrary.msg.unableLoadTags=Unable to load tags: {0}

dialog.body.isinternal=Internal

dialog.message.failure = Could not load dialog template from

Store: classpath:alfresco/webscripts

[No implementation files]