Prototype module for dialog framework. Added SERVICECONTEXT constant. Moved PROXY_URI constant value into global template include. Replaced YUI dependencies in components.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@9005 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mike Hatfield
2008-05-06 08:45:27 +00:00
parent 7d32941e9c
commit 1763e48306
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
<webscript>
<shortname>doclist</shortname>
<description>Document List Component - doclist data webscript</description>
<url>/slingshot/doclib/doclist?nodeRef={nodeRef?}&amp;path={path?}</url>
<authentication>guest</authentication>
<url>/slingshot/doclib/doclist?nodeRef={nodeRef?}&amp;path={path?}&amp;type={type?}</url>
<format default="json"></format>
<authentication>user</authentication>
<transaction>required</transaction>
</webscript>