Property: pages: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Gets the number of pages within the flipbook. | |||
For example: | |||
<pre class="javascript"> | |||
alert("#flipbook has " + $("#flipbook").turn("pages") + " pages"); | |||
</pre> | |||
==See also== | |||
* [[Method: pages|Method: pages]] | |||
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb> | <yambe:breadcrumb>Turn Properties</yambe:breadcrumb> | ||
Latest revision as of 01:39, 7 July 2012
Gets the number of pages within the flipbook.
For example:
alert("#flipbook has " + $("#flipbook").turn("pages") + " pages");
See also
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>