Skip to content

Commit

Permalink
move docs into twee repository
Browse files Browse the repository at this point in the history
  • Loading branch information
factorypreset committed Mar 18, 2012
1 parent 6c19699 commit 660db37
Show file tree
Hide file tree
Showing 14 changed files with 1,289 additions and 0 deletions.
48 changes: 48 additions & 0 deletions doc/files/functions-js.html

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions doc/files/fx-js.html
@@ -0,0 +1,28 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">

<html><head><title>Effects</title><link rel="stylesheet" type="text/css" href="../styles/main.css"><script language=JavaScript src="../javascript/main.js"></script></head><body class=UnframedPage onLoad="NDOnLoad()"><script language=JavaScript><!--
if (browserType) {document.write("<div class=" + browserType + ">");if (browserVer) {document.write("<div class=" + browserVer + ">"); }}// --></script>

<!-- Generated by Natural Docs, version 1.35 -->
<!-- http://www.naturaldocs.org -->

<!-- saved from url=(0026)http://www.naturaldocs.org -->

<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td class=MenuSection valign=top><!--START_ND_MENU--><div class=MEntry><div class=MFile id=MSelected>Effects</div></div><div class=MEntry><div class=MFile><a href="functions-js.html">General-purpose functions</a></div></div><div class=MEntry><div class=MFile><a href="history-js.html">History</a></div></div><div class=MEntry><div class=MFile><a href="init-js.html">main</a></div></div><div class=MEntry><div class=MFile><a href="passage-js.html">Passage</a></div></div><div class=MEntry><div class=MFile><a href="tale-js.html">Tale</a></div></div><div class=MEntry><div class=MFile><a href="wikifier-js.html">Wikifier</a></div></div><div class=MEntry><div class=MGroup><a href="javascript:ToggleMenu('MGroupContent1')">Index</a><div class=MGroupContent id=MGroupContent1><div class=MEntry><div class=MIndex><a href="../index/General.html">Everything</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Classes.html">Classes</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Functions.html">Functions</a></div></div><div class=MEntry><div class=MIndex><a href="../index/Properties.html">Properties</a></div></div></div></div></div><!--END_ND_MENU--></td>

<td class=ContentSection valign=top><div class=CSection id=MainTopic><div class=CTopic><h1 class=CTitle><a name="Effects"></a>Effects</h1><div class=CBody><!--START_ND_SUMMARY--><div class=Summary><div class=STitle>Summary</div><div class=SBorder><table border=0 cellspacing=0 cellpadding=0 class=STable><tr><td class=SEntrySize><div class=SMain><div class=SEntry><a href="#Effects" >Effects</a></div></div></td><td class=SDescriptionSize><div class=SMain><div class=SDescription></div></div></td></tr><tr><td><div class=SGroup><div class=SEntry><div class=SIndent1><a href="#Functions" >Functions</a></div></div></div></td><td><div class=SGroup><div class=SDescription><div class=SIndent1></div></div></div></td></tr><tr class=SMarked><td><div class=SFunction><div class=SEntry><div class=SIndent2><a href="#fade" id=link1 onMouseOver="ShowTip(event, 'tt1', 'link1')" onMouseOut="HideTip('tt1')">fade</a></div></div></div></td><td><div class=SFunction><div class=SDescription><div class=SIndent2>Fades a DOM element in or out.</div></div></div></td></tr><tr><td><div class=SFunction><div class=SEntry><div class=SIndent2><a href="#scrollWindowTo" id=link2 onMouseOver="ShowTip(event, 'tt2', 'link2')" onMouseOut="HideTip('tt2')">scrollWindowTo</a></div></div></div></td><td><div class=SFunction><div class=SDescription><div class=SIndent2>This scrolls the browser window to ensure that a DOM element is in view. </div></div></div></td></tr></table></div></div><!--END_ND_SUMMARY--></div></div></div>

<div class=CGroup><div class=CTopic><h3 class=CTitle><a name="Functions"></a>Functions</h3></div></div>

<div class=CFunction><div class=CTopic><h3 class=CTitle><a name="fade"></a>fade</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function fade (</td><td class=PParameter nowrap>el,</td></tr><tr><td></td><td class=PParameter nowrap>options</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>Fades a DOM element in or out.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>el</td><td class=CDLDescription>the element to fade</td></tr><tr><td class=CDLEntry>options</td><td class=CDLDescription>an object of options to use.&nbsp; This object must have a <b>fade</b> property, which should be either the string &lsquo;in&rsquo; or &lsquo;out&rsquo;, corresponding to the direction of the fade.&nbsp; The second property used here, <b>onComplete</b>, is a function that is called once the fade is complete.&nbsp; This is optional.</td></tr></table><h4 class=CHeading>Returns</h4><p class=CParagraph>nothing</p></div></div></div>

<div class=CFunction><div class=CTopic><h3 class=CTitle><a name="scrollWindowTo"></a>scrollWindowTo</h3><div class=CBody><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function scrollWindowTo (</td><td class=PParameter nowrap>el</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote><p class=CParagraph>This scrolls the browser window to ensure that a DOM element is in view.&nbsp; Make sure that the element has been added to the page before calling this function.</p><h4 class=CHeading>Parameters</h4><table border=0 cellspacing=0 cellpadding=0 class=CDescriptionList><tr><td class=CDLEntry>el</td><td class=CDLDescription>the element to scroll to.</td></tr></table><h4 class=CHeading>Returns</h4><p class=CParagraph>nothing</p></div></div></div>

</td>

</tr></table><div class=Footer><!--START_ND_FOOTER-->Generated by <a href="http://www.naturaldocs.org">Natural Docs</a><!--END_ND_FOOTER--></div>
<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt1"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function fade (</td><td class=PParameter nowrap>el,</td></tr><tr><td></td><td class=PParameter nowrap>options</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>Fades a DOM element in or out.</div></div><div class=CToolTip id="tt2"><div class=CFunction><blockquote><table border=0 cellspacing=0 cellpadding=0 class=Prototype><tr><td><table border=0 cellspacing=0 cellpadding=0><tr><td class=PBeforeParameters nowrap>function scrollWindowTo (</td><td class=PParameter nowrap>el</td><td class=PAfterParameters nowrap>)</td></tr></table></td></tr></table></blockquote>This scrolls the browser window to ensure that a DOM element is in view. </div></div><!--END_ND_TOOLTIPS-->

<script language=JavaScript><!--
if (browserType) {if (browserVer) {document.write("</div>"); }document.write("</div>");}// --></script></body></html>

0 comments on commit 660db37

Please sign in to comment.