Transcoding action that paginates lenghty XHTML content to speed up content delivery on mobile devices with limited bandwidth, and possibly limited memory.
Previous/Next links are added to the page.
The content is divided into blocks. Possible blocks are the elements of the XHTML Modularization 1.1 standard that allow whose minimal content model contains "Flow" or "Block", plus list containers: http://www.w3.org/TR/xhtml-modularization/abstract_modules.html
Two types of blocks are supported:
Atomic blocks are not further sub-divided and appear as they stand in a page.
The object fall-back mechanism is not supported and is likely to produce weird results if the fall-back content contains blocks.
Some atomic blocks are likely to be supported as containers in a future version of this action (e.g. ul, ol, dl). Other block elements that may appear within atomic blocks (e.g. li, dd, th, td) are processed as regular inline content.
The action expects the blocks to be well-formed: closing tags must be set appropriately and properly nested. The action does not require inline content to be well-formed.
Several options may need to be precised through calls to TranscodingAction::setOption() prior to using this action:
Located in /common/transcoding/transcodingactionpagination.php (line 95)
TranscodingAction | --TranscodingActionPagination
Paginates the given content when it is too big.
Inherited From TranscodingAction
TranscodingAction::__construct()
TranscodingAction::apply()
TranscodingAction::getNextBlock()
TranscodingAction::getOption()
TranscodingAction::getPropertyValue()
TranscodingAction::getPropertyValuePr()
TranscodingAction::getRelativeUri()
TranscodingAction::initOption()
TranscodingAction::initProperty()
TranscodingAction::initPropertyValues()
TranscodingAction::mapAbsoluteUriToFile()
TranscodingAction::mapFileToAbsoluteUri()
TranscodingAction::mapFileToUri()
TranscodingAction::mapUriToFile()
TranscodingAction::resolveUri()
TranscodingAction::setOption()
TranscodingAction::unparse_url()
Documentation generated on Tue, 17 Nov 2009 19:00:40 +0100 by phpDocumentor 1.4.2