Add preview as HTML functionality

Add a toolbar button that opens a new window and shows the content
of the pad as text/html. Used the 'eye' icon from the Iconic set at
http://somerandomdude.com/work/iconic/
This commit is contained in:
Johan Friis 2012-09-11 17:37:40 +02:00
parent b2c06e78d0
commit fd3472589b
7 changed files with 103 additions and 1 deletions

View file

@ -108,8 +108,13 @@
</a>
</li>
<li class="separator"></li>
<li>
<a class="grouped-left" id="previewhtmllink" title="Preview current pad as html" target="_blank">
<span class="buttonicon buttonicon-preview"></span>
</a>
</li>
<li onClick="document.location = document.location.pathname+ '/timeslider'">
<a id="timesliderlink" title="Show the history of this pad">
<a class="grouped-right" id="timesliderlink" title="Show the history of this pad">
<span class="buttonicon buttonicon-history"></span>
</a>
</li>