Documentation ¶
Index ¶
- Constants
- Variables
- type CField
- func (f *CField) AddTag(name string) MakeField
- func (f *CField) Defaults() MakeField
- func (f *CField) Init(this interface{})
- func (f *CField) Make() Field
- func (f *CField) NjnClass() (tagClass feature.NjnClass)
- func (f *CField) NjnFieldNames() (names []string)
- func (f *CField) PrepareNjnData(re feature.EnjinRenderer, tagName string, field map[string]interface{}) (data map[string]interface{}, err error)
- func (f *CField) RemoveTag(name string) MakeField
- type Field
- type MakeField
Constants ¶
View Source
const (
Tag feature.Tag = "njn-fields-container"
)
Variables ¶
View Source
var (
TagNames = []string{
"div", "dl", "dt", "dd", "samp", "blockquote",
}
)
Functions ¶
This section is empty.
Types ¶
type CField ¶
type CField struct { feature.CEnjinField // contains filtered or unexported fields }
func (*CField) NjnFieldNames ¶
func (*CField) PrepareNjnData ¶
type Field ¶
type Field interface { feature.EnjinField }
Click to show internal directories.
Click to hide internal directories.