Property: view: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Gets the current [[Views|view]].
Gets the current [[Views|view]].
Example:
<pre class="javascript">
var view = $("#flipbook").turn("view").join(' and ');
alert("Current view: "+view);
</pre>


<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>

Revision as of 04:13, 6 July 2012

Gets the current view.

Example:

var view = $("#flipbook").turn("view").join(' and ');
alert("Current view: "+view);

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>