Skip to content

Commit

Permalink
Added support for the showController parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
travist committed Jul 17, 2014
1 parent 34b7047 commit ebf1f1f
Show file tree
Hide file tree
Showing 32 changed files with 79,234 additions and 79,135 deletions.
301 changes: 171 additions & 130 deletions doc/classes.list.html
@@ -1,67 +1,66 @@
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation Classes</title>

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">


<link type="text/css" rel="stylesheet" href="styles/site.simplex.css">

</head>

<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">Documentation</a>
<ul class="nav">

<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="prototype..html">Define a jQuery osmplayer prototype.</a>
</li>

<li>
<a href="global.html#osmplayer">osmplayer</a>
</li>

<li>
<a href="osmplayer.pager.html">pager</a>
</li>

<li>
<a href="osmplayer.playlist.html">playlist</a>
</li>

<li>
<a href="osmplayer.teaser.html">teaser</a>
</li>


</ul>
</li>

</ul>
</div>
</div>

<div class="row-fluid">


<div class="span8">

<div id="main">
<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation Classes</title>

<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">

<link type="text/css" rel="stylesheet" href="styles/site.simplex.css">

</head>

<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top ">
<div class="navbar-inner">
<a class="brand" href="index.html">Documentation</a>
<ul class="nav">

<li class="dropdown">
<a href="classes.list.html" class="dropdown-toggle" data-toggle="dropdown">Classes<b
class="caret"></b></a>

<ul class="dropdown-menu ">

<li>
<a href="prototype..html">Define a jQuery osmplayer prototype.</a>
</li>

<li>
<a href="global.html#osmplayer">osmplayer</a>
</li>

<li>
<a href="osmplayer.pager.html">osmplayer.pager</a>
</li>

<li>
<a href="osmplayer.playlist.html">osmplayer.playlist</a>
</li>

<li>
<a href="osmplayer.teaser.html">osmplayer.teaser</a>
</li>


</ul>
</li>

</ul>
</div>
</div>

<div class="row-fluid">


<div class="span8">

<div id="main">



Expand All @@ -84,31 +83,33 @@ <h2>


<dl class="details">




















</dl>


Expand Down Expand Up @@ -158,57 +159,97 @@ <h3 class="subsection-title">Classes</h3>




</div>

<div class="clearfix"></div>
<footer>


<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on Mon May 05 2014 16:23:45 GMT-0500 (CDT) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>


<div class="span3">
<div id="toc"></div>
</div>

<br clear="both">
</div>

</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>


<script> Sunlight.highlightAll({lineNumbers:, showMenu: true, enableDoclinks :true}); </script>

<script>
$( function () {
$( "#toc" ).toc( {
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );

} );
</script>



</body>

</div>

<div class="clearfix"></div>
<footer>


<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.2</a>
on 2014-07-16T21:38:19-05:00 using the <a
href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>


<div class="span3">
<div id="toc"></div>
</div>

<br clear="both">
</div>

</div>
<!--<script src="scripts/sunlight.js"></script>-->
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>

<script>
$( function () {
$( "[id*='$']" ).each( function () {
var $this = $( this );

$this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
} );

$( "#toc" ).toc( {
anchorName : function ( i, heading, prefix ) {
return $( heading ).attr( "id" ) || ( prefix + i );
},
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : "100px"
} );

$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
$( '.dropdown-toggle' ).dropdown();
// $( ".tutorial-section pre, .readme-section pre" ).addClass( "sunlight-highlight-javascript" ).addClass( "linenums" );

$( ".tutorial-section pre, .readme-section pre" ).each( function () {
var $this = $( this );

var example = $this.find( "code" );
exampleText = example.html();
var lang = /{@lang (.*?)}/.exec( exampleText );
if ( lang && lang[1] ) {
exampleText = exampleText.replace( lang[0], "" );
example.html( exampleText );
lang = lang[1];
} else {
lang = "javascript";
}

if ( lang ) {

$this
.addClass( "sunlight-highlight-" + lang )
.addClass( "linenums" )
.html( example.html() );

}
} );

Sunlight.highlightAll( {
lineNumbers : false,
showMenu : true,
enableDoclinks : true
} );
} );
</script>



<!--Navigation and Symbol Display-->



<!--Google Analytics-->


</body>
</html>

0 comments on commit ebf1f1f

Please sign in to comment.