access contentmodel from dashlet?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 11:52 AM
How do we access available content models and the info in them from a dashlet? For instance, how do I find all available aspects? or types? Do I have to do a luceneSearch? Is there any other way? Easier way?
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2010 11:09 AM
There should already be a webscript to list configured aspects as you can add aspects to documents from the Document details page. Check the existing webscripts.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2010 09:02 AM
Create a file named 'web-framework-config-custom.xml' and deploy it to the share/WEB-INF/classes/alfresco/web-extension directory.
Add your custom model specific fields and aspects.
You need to edit web-client-config-custom.xml to have it displayed in the action wizard , advanced search, of Alfresco webclient.
Add your custom model specific fields and aspects.
You need to edit web-client-config-custom.xml to have it displayed in the action wizard , advanced search, of Alfresco webclient.
