Copy the userinfo.html file from /libs/ws/js/runtime/templates to /apps/ws/js/runtime/templates.
Last updated on
Apr 27, 2021
|
Also applies to Adobe LiveCycle
You can access the default help content for HTML Workspace by selecting Help > Workspace Help. It points to the online documentation on Adobe's website. However, you can update it to point to any other URL.
Consider the following use cases where you may want to change the default help URL:
- For providing localized help in a language of your choice.
- For providing customized help content for your customized Workspace.
To update the URL of the online documentation, follow the Generic Steps of customization and then the following steps.
-
-
Change:
<ul class="helpmenu"> <li> <a href="http://www.adobe.com/go/learn_lc_htmlws_11" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a> </li>
to
<ul class="helpmenu"> <li> <a href="<!--place new help url here-->" title="<%= $.t('index.header.dropdown.WorkspaceHelp')%>" target="_blank"><%= $.t('index.header.dropdown.WorkspaceHelp')%></a> </li>
-
Do the following:
- Open /apps/ws/js/registry.js for editing.
- Search and replace text!/lc/libs/ws/js/runtime/templates/userinfo.html with text!/lc/apps/ws/js/runtime/templates/userinfo.html.
More like this
- Introduction to Customizing HTML Workspace
- Generic steps for HTML Workspace customization
- Managing tasks in an organizational hierarchy using Manager View
- Integrating Correspondence Management in HTML Workspace
- Single Sign On and timeout handlers
- Displaying the user avatar
- Displaying information in the Task Summary pane
- Changing the organization logo
- Changing the color scheme of the interface
- Changing the font on the interface
- Changing the locale of the user interface
- Customizing error dialogs
- Customizing tabs for a task
- Customizing Task Actions
- Customizing the listing of process instances
- Customizing the task Details page
- Displaying additional data in ToDo list
- Getting Task Variables in Summary URL
- Images for Route Actions
- Creating a new login screen
- Minification of the JavaScript files
- Sorting of Tracking tables and adding more columns
- Updating the link to the documentation
- Hosting two HTML Workspace instances on one server