<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:blogChannel="http://backend.userland.com/blogChannelModule">

<channel>
<title><![CDATA[Socialtext Documentation: Page View Action Bar]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?page_view_action_bar</link>
<description></description>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
<webMaster>synedra@gmail.com</webMaster>
<generator>Socialtext Workspace v2.14.7.2</generator>

<item>
<title><![CDATA[Page View Action Bar]]></title>
<link>http://www.perlfoundation.org/help-en/index.cgi?page_view_action_bar</link>
<description><![CDATA[<div class="wiki">
<p>
Home: <a href="http://www.perlfoundation.org/help-en/index.cgi?socialtext_style_customization_guide" title="(69 months) Socialtext enables you to create a custom stylesheet to customize the appearance of your workspace. ...">Socialtext Style Customization Guide</a><br />
Up: <a href="http://www.perlfoundation.org/help-en/index.cgi?styling_the_page_view" title="(69 months) Home [Socialtext Style Customization Guide] Previous [Your Workspaces] Next [Page Content]  image pa...">Styling The Page View</a><br />
Previous: <a href="http://www.perlfoundation.org/help-en/index.cgi?page_sidebar_tools" title="(69 months) Home [Socialtext Style Customization Guide] Up [Styling The Page View] Previous [Page Boxes Toggle] ...">Page Sidebar Tools</a><br />
Next: <a href="http://www.perlfoundation.org/help-en/index.cgi?page_boxes" title="(69 months) Home [Socialtext Style Customization Guide] Up [Styling The Page View] Previous [Page View Action Ba...">Page Boxes</a></p>
<hr />
<blockquote>
<span class="nlw_phrase"><img alt="page-view-action-bar.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/page-view-action-bar.jpg?action=attachments_download;page_name=page_view_action_bar;id=20070804014439-4-6587" /><!-- wiki: {image: page-=view-=action-=bar.jpg} --></span></blockquote>
<br /><p>
The action bar contains two sections: <span class="nlw_phrase"><a title="section link" href="#edit_tools">Edit Tools</a><!-- wiki: {link: Edit Tools} --></span> and <span class="nlw_phrase"><a title="section link" href="#page_tools">Page Tools</a><!-- wiki: {link: Page Tools} --></span>.</p>
<h2 id="edit_tools">Edit Tools</h2>
<blockquote>
<span class="nlw_phrase"><img alt="edit-tools.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/edit-tools.jpg?action=attachments_download;page_name=page_view_action_bar;id=20070804014439-8-6539" /><!-- wiki: {image: edit-=tools.jpg} --></span></blockquote>
<br /><p>
Edit tools contains two buttons: <a href="http://www.perlfoundation.org/help-en/index.cgi?Edit%20Button" title="[click to create page]" class="incipient">Edit Button</a> and <a href="http://www.perlfoundation.org/help-en/index.cgi?Comment%20Button" title="[click to create page]" class="incipient">Comment Button</a></p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-editing-tools&quot;&gt;
  &lt;div id=&quot;st-editing-tools-display&quot;&gt;
  &lt;!-- edit button --&gt;
  &lt;!-- comment button --&gt;
  &lt;/div&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-editing-tools
#st-editing-tools-display
</pre>
<br /><h2 id="page_tools">Page Tools</h2>
<blockquote>
<span class="nlw_phrase"><img alt="page-tools.jpg" src="http://www.perlfoundation.org/help-en/index.cgi/page-tools.jpg?action=attachments_download;page_name=page_view_action_bar;id=20070804014439-9-6588" /><!-- wiki: {image: page-=tools.jpg} --></span></blockquote>
<br /><p>
Page tools contains a small menu implemented via &lt;ul&gt; and &lt;li&gt;.</p>
<h4 id="html_snippet">HTML Snippet</h4>
<pre>
&lt;div id=&quot;st-pagetools&quot;&gt;
  &lt;ul class=&quot;level1&quot;&gt;
    &lt;li&gt;
      &lt;a title=&quot;Print this page&quot; id=&quot;st-pagetools-print&quot; href=&quot;JavaScript:window.print()&quot;&gt;Print&lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
      &lt;a title=&quot;Email this page&quot; id=&quot;st-pagetools-email&quot; 
         href=&quot;?action=email_page_popup;page_name=socialtext_style_customization_guide&quot;
         onclick=&quot;query_popup('index.cgi?action=email_page_popup;page_name=socialtext_style_customization_guide',690,580); return false;&quot;&gt;
         Email
       &lt;/a&gt;
    &lt;/li&gt;
    &lt;li class=&quot;submenu&quot;&gt;&lt;span id=&quot;st-pagetools-tools&quot;&gt;Tools&lt;/span&gt;
      &lt;ul class=&quot;level2&quot;&gt;
        &lt;li class=&quot;first&quot;&gt;
          &lt;a onclick=&quot;query_popup('index.cgi?action=duplicate_popup;page_name=socialtext_style_customization_guide',410,300); return false;&quot; 
             href=&quot;index.cgi?action=duplicate_popup;page_name=socialtext_style_customization_guide&quot;&gt;
             Duplicate Page
          &lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
          &lt;a onclick=&quot;query_popup('index.cgi?action=rename_popup;page_name=socialtext_style_customization_guide',410,300); return false;&quot; 
             href=&quot;index.cgi?action=rename_popup;page_name=socialtext_style_customization_guide&quot;&gt;
             Rename Page
           &lt;/a&gt;
        &lt;/li&gt;
        &lt;li &gt;
          &lt;a href=&quot;index.cgi?socialtext_style_customization_guide&quot; 
             onclick=&quot;confirm_delete('socialtext_style_customization_guide'); return false&quot;&gt;
             Delete Page
          &lt;/a&gt;
        &lt;/li&gt;
        &lt;li class=&quot;separator&quot;&gt;
          &lt;a href=&quot;index.cgi?action=send_to_workspace_popup;page_name=socialtext_style_customization_guide&quot; 
          onclick=&quot;query_popup('index.cgi?action=send_to_workspace_popup;page_name=socialtext_style_customization_guide'); return false;&quot;&gt;
          Copy&amp;nbsp;Page&amp;nbsp;to&amp;nbsp;Workspace
          &lt;/a&gt;
        &lt;/li&gt;
        &lt;li&gt;
          &lt;a href=&quot;mailto:css-guide-2@www2.socialtext.net&quot; title=&quot;css-guide-2@www2.socialtext.net&quot;&gt;Email To This Workspace&lt;/a&gt;
        &lt;/li&gt;
        &lt;li class=&quot;separator&quot;&gt;
          &lt;a href=&quot;mailto:css-guide-2@www2.socialtext.net?Subject=Socialtext Style Customization Guide&quot;
             title=&quot;To: css-guide-2@www2.socialtext.net / Subject: Socialtext Style Customization Guide&quot;&gt;
             Email To This Page
          &lt;/a&gt;
        &lt;/li&gt;
        &lt;li class=&quot;separator&quot;&gt;
          &lt;a href=&quot;index.cgi?action=display_html;page_name=socialtext_style_customization_guide&quot; target=&quot;_new&quot;&gt;
             Export as HTML
          &lt;/a&gt;
        &lt;/li&gt;
      &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
</pre>
<br /><h4 id="css_selectors">CSS Selectors</h4>
<pre>
#st-pagetools
#st-pagetools ul.level1
#st-pagetools ul.level1 li
#st-pagetools ul.level1 li a
#st-pagetools ul.level1 li.submenu
#st-pagetools ul.level1 ul.level2
#st-pagetools ul.level1 ul.level2 li.first
#st-pagetools ul.level1 ul.level2 li
#st-pagetools ul.level1 ul.level2 li.separator
#st-pagetools-tools
</pre>
</div>
]]></description>
<author>ken.pier@hidden</author>
<guid isPermaLink="true">http://www.perlfoundation.org/help-en/index.cgi?page_view_action_bar</guid>
<pubDate>Wed, 22 Aug 2007 18:57:35 -0000</pubDate>
</item>

</channel>
</rss>