I added pagination markup to Aiki it was needed in openfontlibrary
(pagination(
(next( this is removed when there are no next )next)
(previous( this is remove when there is no previus )previous)
)pagination)
inside pagination you can insert [next] [previous] (links to
next and previous pages) [numpages] and [currentpage]
So you can do stuff like in old version of Aiki when pagination code
was inside createWidgetContent function and [next] and [previous] was
replaced in whole widget not only inside pagination html.
This was undocumented, I think, and was used on OFLB (it was used
internally by pseudo parser)
we can add things like numbers somehow so users will be able to
customize pagination better.
Any changes can be made in function CreateLayout::pagination
--
Jakub Jankiewicz
twitter: @jcubic
www: http://jcubic.pl
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp