|
ContentBox Core API 1.5.7 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.plugins.Paging
public class Paging
A paging plugin for ContentBox
Constructor Summary | |
---|---|
init(any settingService)
|
Method Summary | |
---|---|
any |
GETPAGINGBANDGAP()
|
any |
GETPAGINGMAXROWS()
|
void |
SETPAGINGBANDGAP(any PagingBandGap)
|
void |
SETPAGINGMAXROWS(any pagingMaxRows)
|
struct |
getboundaries([numeric pagingMaxRows])
Calculate the startrow and maxrow |
any |
renderit(numeric foundRows, string link, [numeric pagingMaxRows], [boolean asList='false'])
render plugin tabs |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any settingService)
settingService
Method Detail |
---|
public any GETPAGINGBANDGAP()
public any GETPAGINGMAXROWS()
public void SETPAGINGBANDGAP(any PagingBandGap)
PagingBandGap
public void SETPAGINGMAXROWS(any pagingMaxRows)
pagingMaxRows
public struct getboundaries([numeric pagingMaxRows])
pagingMaxRows
- You can override the paging max rows here.public any renderit(numeric foundRows, string link, [numeric pagingMaxRows], [boolean asList='false'])
foundRows
- The found rows to pagelink
- The link to use, you must place the @page@ place holder so the link ca be created correctlypagingMaxRows
- You can override the paging max rows here.asList
- Render the paging links as lists or not
|
ContentBox Core API 1.5.7 | ||||
FRAMES |