forked from fieldOfView/krpano_fovplugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add/format plugin.html for krpano.com
- Loading branch information
1 parent
54ef770
commit 0b2b080
Showing
5 changed files
with
563 additions
and
150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<!-- krpano plugin page template --> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
<meta http-equiv="imagetoolbar" content="no" /> | ||
<meta name="format-detection" content="telephone=no" /> | ||
<link rel="stylesheet" type="text/css" media="screen" href="http://krpano.com/design/design.css"/> | ||
<link rel="stylesheet" type="text/css" media="print" href="http://krpano.com/design/print.css"/> | ||
</head> | ||
<body> | ||
<div id="krpano_root"> | ||
<div id="krpano_headerwrapper"> | ||
<div id="krpano_header"> | ||
<div id="krpano_langsel"> </div> | ||
<div id="krpano_mainmenu"> </div> | ||
</div> | ||
</div> | ||
<div> | ||
<div id="krpano_imagebar"></div> | ||
<div id="krpano_logo"></div> | ||
</div> | ||
<div id="krpano_imagebar_space"></div> | ||
<div id="krpano_contentwrapper"> | ||
<div id="krpano_content"> | ||
<div id="krpano_contentnav"> | ||
<h2><a href="#top" class="selflink">Plugins</a></h2> | ||
</div> | ||
<a name="top"></a> | ||
<div id="krpano_contenttext"> | ||
<!-- USER CONTENT STARTS HERE --> | ||
|
||
<h1>Clipboard Plugin <span class="pluginfilename">clipboard.swf</span> | ||
<!-- <span class="flashhtml5">for Flash</span> --> | ||
<div class="pluginautor">by Aldo Hoeben - <a href="http://fieldofview.com">fieldofview.com</a></div> | ||
</h1> | ||
<div class="paragraph"> | ||
<h2><a name="description" href="#description" class="selflink">Description</a></h2> | ||
<p>This plugin provides a way to copy text into the system clipboard. </p> | ||
<p>Access to the clipboard is write-only, so you can not paste into the krpano viewer. The clipboard plugin has a single attribute which can be set through krpano actions. </p> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="download" href="#download" class="selflink">Download</a></h2> | ||
<div class="dlitem"> <a href="https://github.com/fieldOfView/krpano_fovplugins/raw/master/clipboard.swf">clipboard.swf</a> <small>(plugin only)</small></div> | ||
<p>The clipboard sources and examples are available as part of the fovplugins package</p> | ||
<div class="dlitem"> <a href="https://github.com/fieldOfView/krpano_fovplugins/zipball/master">fovplugins.zip</a> <small>(plugin, source code & examples)</small><br/> | ||
</div> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="forum" href="#forum" class="selflink">krpano Forum Discussion Thread</a></h2> | ||
<a href="http://krpano.com/forum/wbb/index.php?page=Thread&threadID=4559">Clipboard Plugin Thread</a> </div> | ||
<div class="paragraph"> | ||
<h2><a name="syntax" href="#syntax" class="selflink">Syntax / XML Usage Example</a></h2> | ||
<pre class="xmlpre"><<a href="http://krpano.com/docu/xml/#plugin">plugin</a> <a href="http://krpano.com/docu/xml/#plugin.name">name</a>="clipboard" | ||
<a href="http://krpano.com/docu/xml/#plugin.url">url</a>="clipboard.swf" | ||
<a href="http://krpano.com/docu/xml/#plugin.keep">keep</a>="true" | ||
/> | ||
|
||
<<a href="http://krpano.com/docu/xml/#action">action</a> <a href="http://krpano.com/docu/xml/#action.name">name</a>="set_clipboard" > | ||
set(plugin[clipboard].<a href="#text" class="pluginattrib">text</a>,"copy to clipboard"); | ||
</<a href="http://krpano.com/docu/xml/#action">action</a>></pre> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="attributes" href="#attributes" class="selflink">Plugin Attributes</a></h2> | ||
<dl> | ||
<dt><a name="text" href="#text" class="selflink">text</a></dt> | ||
<dd> Text to copy to the system clipboard.<br> | ||
values: text </dd> | ||
</dl> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="example" href="#example" class="selflink">Example</a></h2> | ||
<script> | ||
function showexample() | ||
{ | ||
var iframe = '<iframe id="ccexample" name="ccframe" src="examples/clipboard.html" width="100%" height="300" scrolling="no" marginheight="0" marginwidth="0" frameborder="0"></iframe>'; | ||
document.getElementById("example").innerHTML = iframe; | ||
} | ||
</script> | ||
<div id="example" onclick="showexample();" style="width:100%;height:300px;color:white;background-color:black;border:1px solid gray;cursor:pointer;"> | ||
<table width="100%" height="100%" style="color:white;"> | ||
<tr valign="middle"> | ||
<td><center> | ||
<b>CLICK TO VIEW EXAMPLE</b> | ||
</center></td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> | ||
<div class="paragraph"> | ||
<h2><a name="license" href="#license" class="selflink">License</a></h2> | ||
<p><a href="http://creativecommons.org/licenses/GPL/2.0/"><img src="http://creativecommons.org/images/public/cc-GPL-a.png" alt="CC-GNU GPL" width="88px" height="62" hspace="8" border="0" align="right"></a> The plugin can be used free of charge, in commercial or non-commercial applications. The source code is available under a <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL</a> license. If you need (parts of) the software available under a different license, <a href="http://fieldofview.com/contact">contact the author</a>.</p> | ||
</div> | ||
<!-- USER CONTENT ENDS HERE --> | ||
</div> | ||
</div> | ||
</div> | ||
<div id="krpano_footerwrapper"> | ||
<div id="krpano_footer"> | ||
<table border="0" cellpadding="0" cellspacing="0" width="100%"> | ||
<tbody> | ||
<tr> | ||
<td align="right">Copyright © 2011 krpano.com</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.