|
ContentBox Core API 1.6.0 | ||||
FRAMES |
WEB-INF.cftags.componentcontentbox.model.content.renderers.LinkRenderer
public class LinkRenderer
A content renderer that transforms _page:XX_ and _entry:XX_ into page and entry links
Property Summary | ||||
---|---|---|---|---|
Type | Property & Description | Default | Serializable | Required |
any
|
cb
Attributes:
|
|
true
|
false
|
any
|
log
Attributes:
|
|
true
|
false
|
Method Summary | |
---|---|
any |
GETCB()
get: |
any |
GETLOG()
get: |
LinkRenderer |
SETCB(any cb)
set: |
LinkRenderer |
SETLOG(any log)
set: |
void |
cb_onContentRendering([any event], [struct interceptData])
Execute on content translations for pages and blog entries |
void |
configure()
|
private any |
determineSlug(any tagString)
|
private any |
translateContent(any builder, [any content])
|
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Property Detail |
---|
any cb
inject
- id:CBHelper@cbrequired
- falseserializable
- truedefault
- any log
inject
- logbox:logger:{this}required
- falseserializable
- truedefault
- Method Detail |
---|
public any GETCB()
public any GETLOG()
public LinkRenderer SETCB(any cb)
cb
public LinkRenderer SETLOG(any log)
log
public void cb_onContentRendering([any event], [struct interceptData])
event
interceptData
public void configure()
private any determineSlug(any tagString)
tagString
private any translateContent(any builder, [any content])
builder
content
|
ContentBox Core API 1.6.0 | ||||
FRAMES |