Method: display: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Sets the display.
Sets the display. There are two display modes: <tt>single</tt> for only one page per view and <tt>double</tt> for two pages per view.


{| class="wikitable"
{| class="wikitable"

Revision as of 16:21, 6 July 2012

Sets the display. There are two display modes: single for only one page per view and double for two pages per view.

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

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