Questions tagged [alfresco-share]

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more.

Alfresco Share is a web-based collaboration environment for managing documents, wiki content, blogs and more. Share leverages the Alfresco repository to provide content services and utilises the Alfresco Surf Platform to provide the underlying presentation framework.

See https://wiki.alfresco.com/wiki/Alfresco_Share

1122 questions
0
votes
1 answer

how to query Tags with TagQuery in Alfresco

i query this url http://your.host:8080/share/proxy/alfresco/collaboration/tagQuery on browser,this result { "countMin": 1, "countMax": 1, "tags": [ { "name": "folder", "count": 1 } ] } but i'm use same url in javascript it…
Mark
  • 7
  • 2
  • 5
0
votes
1 answer

How to select text in WebPreviewer?

When we click a document in Share, another page opens (document-details) with a preview of this document in flash. By default, we can't select text (for copy/paste) in that preview, and I would like to know if this is possible and how ? Perhaps I…
fop6316
  • 443
  • 5
  • 12
0
votes
1 answer

How can I show folder size and number of items in folder detail in Alfresco?

I want to show folder size and number of all the subordinate files(not sub-folders) for each folder in Alfresco Share. How can I show this information on Folder Details as the following? Name: Alfresco Title: Alfresco Share Description: Alfresco…
Lamin
  • 109
  • 2
  • 13
0
votes
1 answer

What is causing my test to return false?

I have a webscript set up on the repo-side in Alfresco. The webscript uses the POST method, accepts and returns json and is simply designed to set some properties to support a client-side ajax app. The controller code for the script is as…
Chris O'Kelly
  • 1,863
  • 2
  • 18
  • 35
0
votes
1 answer

How to access separate yui object from one another

In "Start Workflow" page, "Start Workflow" form is generated from Form-Engine. I want to disable "Start Workflow" button when submitting form. When callback, I want to enable this button. In start-workflow.js, I can get this button by using…
swemon
  • 5,840
  • 4
  • 32
  • 54
0
votes
1 answer

Alfresco - submitting dynamic forms to upload.post with javascript

I'm encountering issues with a dashlet that I'm trying to develop for Alfresco. It's a simple drag and drop file upload dashlet using HTML 5's drag and drop and file APIs. For the drop event listener, I call the following function which is…
Scott
  • 6,716
  • 9
  • 40
  • 46
0
votes
1 answer

Is it possible to use the alfresco forms service to create input fields for a custom webscript or dashlet

The forms engine in alfresco share seems to be a very powerful way for creating and editing new content objects. Is it possible to use this declarative configuration also for forms that don't directly correspond to repository objects? The problem…
Jörn Horstmann
  • 33,639
  • 11
  • 75
  • 118
0
votes
1 answer

How to extend toolbar.get.config.xml in Alfresco Share

I'm trying to extend toolbar.get.config.xml in (share\WEB-INF\classes\alfresco\site-webscripts\org\alfresco\components\data-lists). For some reasons these is still done in pre v4.0 stile. https://issues.alfresco.com/jira/browse/ALF-13592 Would be…
0
votes
1 answer

Can alfresco webscripts still be called after session time out?

What I am doing is I set both alfresco and share to session time out time 60 minutes in their web.xml file. My scenario is When I want to start a workflow in Start Workflow page, I fill all necessary data but do not click "Start Workflow"…
swemon
  • 5,840
  • 4
  • 32
  • 54
0
votes
3 answers

Alfresco Share Folder Based Permission

I have the following scenario: in Alfresco Share, I need to set up different Folder-Access permissions. For instance, User A may have "contributor" access to Folder 1, but only "Consumer" access to Folder 2, whereas User B needs to have…
afentis
  • 139
  • 6
0
votes
1 answer

Alfresco 4.0d Custom Aspect Search

I'm currently developing a custom search in Alfresco for some custom aspects that I've created . Can you direct me to the correct xml file which I need to edit to add my custom aspects in the search? I have researched numerous posts on the web but I…
jbonett
  • 11
  • 2
0
votes
1 answer

How to make code on backend accessible on frontend of Alfresco 4?

I wish to make classess and enums that are accessible in whole Alfresco (backend and frontend). How can I do that? Thanks, D
Draško
  • 2,119
  • 4
  • 41
  • 73
0
votes
4 answers

Alfresco Share - Dynamic rendering of fields in a form

My question is more or less in the title, I added a new data type in my data model. titre type cm:content moi:monaspect
fop6316
  • 443
  • 5
  • 12
0
votes
1 answer

Alfresco 4 Community Edition IMAP Integration

I am using Alfresco community edition 4.0.d Is it possible for me to drag and drop emails from OutLook or any other mail client to Alfresco Share Since Share is a http application is that reason i am not able to DND from an email client to…
Devendar
  • 473
  • 3
  • 9
  • 24
0
votes
2 answers

CKEditor under Alfresco Share (4.2.a)

I'm trying to get CKEditor running under Share ( http://code.google.com/p/share-extras/wiki/CKEditorFormControl ), in previous version (4.0.d) it worked correctly, but in newest build I have problems with it. While accessing edit form it doesn't…
shmoula
  • 1,053
  • 2
  • 10
  • 33