You can format an authoring tool element's look and feel in different ways, including displaying authoring tools as text-based links, or image based links.
<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>
<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 using a pop-up window to perform 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 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 canceling 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 performing tasks from authoring tools elements in a pop-up window, you can perform authoring tasks by navigating to a hidden portal page that contains a JSR 286 web content viewer containing 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 navigate 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>