|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.plugins.Paging
public class Paging
A paging plugin for ContentBox
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
PagingBandGap
Attributes: |
|
true
|
false
|
any
|
pagingMaxRows
Attributes: |
|
true
|
false
|
Constructor Summary | |
---|---|
init(any settingService)
|
Method Summary | |
---|---|
any |
GETPAGINGBANDGAP()
get: |
any |
GETPAGINGMAXROWS()
get: |
Paging |
SETPAGINGBANDGAP(any PagingBandGap)
set: |
Paging |
SETPAGINGMAXROWS(any pagingMaxRows)
set: |
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 |
---|
None
|
Constructor Detail |
---|
public init(any settingService)
settingService
Property Detail |
---|
any PagingBandGap
default
- serializable
- truerequired
- falseany pagingMaxRows
default
- serializable
- truerequired
- falseMethod Detail |
---|
public any GETPAGINGBANDGAP()
public any GETPAGINGMAXROWS()
public Paging SETPAGINGBANDGAP(any PagingBandGap)
PagingBandGap
public Paging 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.6.0 | ||||
FRAMES |