Documentation
¶
Index ¶
- func ALPINE_CLICK(value string) *engine.Attribute
- func ALPINE_DATA(data ...ALPINE_DATA_ENTRY) *engine.Attribute
- func ALPINE_KEYDOWN(keyName, fnName string) *engine.Attribute
- func ALPINE_ON_CLICK_AWAY(value string) *engine.Attribute
- func ALPINE_SHOW_ON(value string) *engine.Attribute
- func ALPINE_START_HIDDEN() *engine.Attribute
- func ALPINE_TRANSITION() *engine.Attribute
- func CLASS(value string) *engine.Attribute
- func DEFER() *engine.Attribute
- func DISABLED() *engine.Attribute
- func HREF(value string) *engine.Attribute
- func REL(value string) *engine.Attribute
- func SRC(value string) *engine.Attribute
- func STYLE(value string) *engine.Attribute
- func TYPE(value string) *engine.Attribute
- func VALUE(value string) *engine.Attribute
- type ALPINE_DATA_ENTRY
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ALPINE_CLICK ¶
func ALPINE_DATA ¶
func ALPINE_DATA(data ...ALPINE_DATA_ENTRY) *engine.Attribute
func ALPINE_KEYDOWN ¶
func ALPINE_ON_CLICK_AWAY ¶
func ALPINE_SHOW_ON ¶
func ALPINE_START_HIDDEN ¶
func ALPINE_TRANSITION ¶
Types ¶
type ALPINE_DATA_ENTRY ¶
type ALPINE_DATA_ENTRY string
func ALPINE_DATA_BOOL ¶
func ALPINE_DATA_BOOL(name string, value bool) ALPINE_DATA_ENTRY
func ALPINE_DATA_FUNCTION ¶
func ALPINE_DATA_FUNCTION(name, contents string) ALPINE_DATA_ENTRY
func ALPINE_DATA_STRING ¶
func ALPINE_DATA_STRING(name, value string) ALPINE_DATA_ENTRY
Click to show internal directories.
Click to hide internal directories.