Documentation ¶
Index ¶
- Constants
- type Block
- type CBlock
- func (f *CBlock) Init(this interface{})
- func (f *CBlock) Make() Block
- func (f *CBlock) NjnBlockType() (name string)
- func (f *CBlock) NjnClass() (tagClass feature.NjnClass)
- func (f *CBlock) PostStartup(ctx *cli.Context) (err error)
- func (f *CBlock) PrepareBlock(re feature.EnjinRenderer, blockType string, data map[string]interface{}) (block map[string]interface{}, redirect string, err error)
- func (f *CBlock) ProcessBlock(re feature.EnjinRenderer, blockType string, data map[string]interface{}) (html template.HTML, redirect string, err error)
- func (f *CBlock) RenderPreparedBlock(re feature.EnjinRenderer, block map[string]interface{}) (html template.HTML, err error)
- func (f *CBlock) SetTagCloud(tag feature.Tag) MakeBlock
- type MakeBlock
Constants ¶
View Source
const (
Tag feature.Tag = "tagcloud-njn-block"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Block ¶
type Block interface { feature.EnjinBlock }
type CBlock ¶
type CBlock struct { feature.CEnjinBlock // contains filtered or unexported fields }
func (*CBlock) NjnBlockType ¶
func (*CBlock) PostStartup ¶
func (*CBlock) PrepareBlock ¶
func (*CBlock) ProcessBlock ¶
func (*CBlock) RenderPreparedBlock ¶
Click to show internal directories.
Click to hide internal directories.