cancel
Showing results for 
Search instead for 
Did you mean: 

Opening Alfresco help on a particular page

mlagneaux
Champ on-the-rise
Champ on-the-rise
Hello,

I would like to add a new link in the header of some dialogs and wizards to access directly to the specific page in the Alfresco help corresponding to the current action.
Ex : On "User profile and Settings" dialog, I want to add a link that opens Alfresco help (with iFrames header and menu) directly to the page "Setting user options" (in the content iframe) .

Do you know if it is possible ? If yes, could you give me an example URL ?

Thank you for your help.
1 REPLY 1

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
Yes, you can add "Actions"(http://wiki.alfresco.com/wiki/Dialog_Framework) in those dialogs and if clicked you can take user to some address.
or you can add
<h:outputLink
value="#{msg['jsfstudio.home.url']">
  <f:verbatim>JSF Studio</f:verbatim>
</h:outputLink>

to dialog's jsp and take user to address.