Method: display: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Sets the display.
{| class="wikitable"
|-
! scope="col"| Parameter
! scope="col"| Type
! scope="col"| Description
! scope="col"| Default Value
|-
| displayMode
| String
| Display value
| You must specified this parameter
|}
<pre class="javascript">
$("#flipbook").turn("display", "single");
</pre>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>

Revision as of 16:20, 6 July 2012

Sets the display.

Parameter Type Description Default Value
displayMode String Display value You must specified this parameter
$("#flipbook").turn("display", "single");

<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>