+

Search Tips   |   Advanced Search


Custom authoring interfaces

You can use the Web Content Management API and remote action parameters to create customized authoring interfaces specifically for your content creators.

You may not want to use an authoring portlet as the user interface for all your users. In some cases it may be better to create a custom authoring interface using the the Web Content Management API and remote action parameters.

For example, you could create a very simple content authoring interface for a specific content authoring team.


Custom launch pages

You can configure an authoring portlet to use a launch page of your own design instead of the default user interface. A custom launch page can either be a JSP or HTML file. Use remote actions to call different views and functions from with the authoring portlet's user interface. You can also use the Web content API to add other functions to your launch page. Once you have created a custom launch page, you then configure your authoring portlet to use the custom launch page instead of the default authoring portlet user interface.


Remote actions

Remote actions are used in the query string of a URL to trigger actions from the Web Content Management application. You can use remote actions to add standard Web Content Management functions to a custom user interface.


Parent topic:

Web content authoring interface strategies


Related concepts


Creating a custom launch page
Use remote actions
The IBM Lotus Web Content Management API