Documentation ¶
Index ¶
- Variables
- type Cog
- type UXCog
- func (u *UXCog) BatchPropUpdate(props map[string]interface{})
- func (u *UXCog) CogInit(ts *isokit.TemplateSet)
- func (u *UXCog) CogTemplatePath() string
- func (u *UXCog) CogType() reflect.Type
- func (u *UXCog) Element() *dom.Element
- func (u *UXCog) GetProps() map[string]interface{}
- func (u *UXCog) ID() string
- func (u *UXCog) RegisterCogTemplates()
- func (u *UXCog) Render() error
- func (u *UXCog) RenderCogTemplate()
- func (u *UXCog) SetCleanupFunc(cleanupFunc func())
- func (u *UXCog) SetCogTemplatePath(path string)
- func (u *UXCog) SetCogType(cogType reflect.Type)
- func (u *UXCog) SetElement(element *dom.Element)
- func (u *UXCog) SetID(id string)
- func (u *UXCog) SetProp(key string, value interface{})
- func (u *UXCog) SetTemplateSet(ts *isokit.TemplateSet)
- func (u *UXCog) TemplateSet() *isokit.TemplateSet
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultGoSourcePath string
View Source
var DefaultTemplatesDirectoryName string
View Source
var ReactivityEnabled = true
View Source
var TemplateFileExtension = ".tmpl"
View Source
var VDOMEnabled = true
Functions ¶
This section is empty.
Types ¶
type UXCog ¶
func (*UXCog) BatchPropUpdate ¶
func (*UXCog) CogInit ¶
func (u *UXCog) CogInit(ts *isokit.TemplateSet)
func (*UXCog) CogTemplatePath ¶
func (*UXCog) RegisterCogTemplates ¶
func (u *UXCog) RegisterCogTemplates()
func (*UXCog) RenderCogTemplate ¶
func (u *UXCog) RenderCogTemplate()
func (*UXCog) SetCleanupFunc ¶
func (u *UXCog) SetCleanupFunc(cleanupFunc func())
func (*UXCog) SetCogTemplatePath ¶
func (*UXCog) SetCogType ¶
func (*UXCog) SetElement ¶
func (*UXCog) SetTemplateSet ¶
func (u *UXCog) SetTemplateSet(ts *isokit.TemplateSet)
func (*UXCog) TemplateSet ¶
func (u *UXCog) TemplateSet() *isokit.TemplateSet
Click to show internal directories.
Click to hide internal directories.