User assistance for content authors |
---|
You can format the design of an authoring tool in different ways, including displaying authoring tools as text-based links, or image-based links.
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
If you have selected the option "Enable inline item creation", you must use the following design instead:
<a href="javascript:;" onclick="[Placeholder tag="href"]">Create</a>
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
<a href="[Placeholder tag="href"]">[Placeholder tag="name"]</a>
<div><span>
</span><span>
</span></div>
<a href="[Placeholder tag="href"]" > [component name="new-image" ]</a>
<a href="[Placeholder tag="href"]" > [component name="read-image" ]</a>
<a href="[Placeholder tag="href"]" > [component name="edit-image" ]</a>
<a href="[Placeholder tag="href"]" > [component name="delete-image" ]</a>
<a href="[Placeholder tag="href"]" > [component name="approve-image" ]</a>
<a href="[Placeholder tag="href"]" > [component name="reject-image" ]</a>
<div><span>
</span><span>
</span></div>
When you use a pop-up window to display an authoring task, the pop-up window opens and can be moved within the boundaries of the browser window while still showing the portal page underneath. After you complete the task that is triggered by the authoring tools element, the pop-up window closes automatically, and the portal page refreshes, updating the view in the JSR 286 web content viewer. You can cancel the authoring task by clicking the close icon in the pop-up window's title bar. When you cancel the task, no web content information is saved, unless you explicitly save changes before manually closing the window.
[Placeholder tag="namelink"]
[Placeholder tag="namelink" format="tag"]
<a href="[Placeholder tag="href"]">
[Placeholder tag="name"]
</a>
<a href="[Placeholder tag="href" format="tag"]">
[Placeholder tag="name"]
</a>
<script type="text/javascript" djConfig="parseOnLoad:false,isDebug:false" src="/portal_dojo/dojo/dojo.js">
Instead of running tasks from authoring tools elements in a pop-up window, you can run authoring tasks by browsing to a hidden portal page that contains a JSR 286 web content viewer that contains the reserved authoring portlet. Clicking a link for an authoring tools element automatically redirects you to the other page, but after you complete the authoring task, you must manually browse back to the original page. If the page with the reserved authoring portlet was opened in a new browser window or tab, you must close the window or tab and manually refresh the original page to see any changes.
[Placeholder tag="namelink" format="url"]
<a href="[Placeholder tag="href" format="url"]">
[Placeholder tag="name"]
</a>
<a href="[Placeholder tag="href" format="url"]" target="_blank">
[Placeholder tag="name"]
</a>