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) 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)
- type MakeBlock
Constants ¶
View Source
const (
Tag feature.Tag = "njn-blocks-icon"
)
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
}
func (*CBlock) NjnBlockType ¶
func (*CBlock) PrepareBlock ¶
func (*CBlock) ProcessBlock ¶
func (*CBlock) RenderPreparedBlock ¶
Click to show internal directories.
Click to hide internal directories.