Documentation ¶
Index ¶
- Constants
- type CField
- func (f *CField) Init(this interface{})
- func (f *CField) Make() Field
- func (f *CField) NjnClass() (tagClass feature.NjnClass)
- func (f *CField) NjnFieldNames() (name []string)
- func (f *CField) PrepareNjnData(re feature.EnjinRenderer, tagName string, field map[string]interface{}) (data map[string]interface{}, err error)
- type Field
- type MakeField
Constants ¶
View Source
const (
Tag feature.Tag = "njn-fields-anchor"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CField ¶
type CField struct {
feature.CEnjinField
}
func (*CField) NjnFieldNames ¶
func (*CField) PrepareNjnData ¶
type Field ¶
type Field interface { feature.EnjinField }
Click to show internal directories.
Click to hide internal directories.