Documentation
¶
Index ¶
- func Add(h *model.Handlers) (err string)
- type FormClient
- func (f FormClient) FormAutoFill(object_name string) (err string)
- func (f *FormClient) FormComplete(object_name string, data map[string]string, validate, auto_grow bool) (err string)
- func (f *FormClient) FormReset(object_name string) (err string)
- func (f *FormClient) UserFormTyping(this js.Value, source_input []js.Value) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FormClient ¶
type FormClient struct { model.DataBaseAdapter model.MessageAdapter model.Logger model.ObjectsHandler model.HtmlAdapter // contains filtered or unexported fields }
func (FormClient) FormAutoFill ¶
func (f FormClient) FormAutoFill(object_name string) (err string)
func (*FormClient) FormComplete ¶ added in v0.0.6
func (*FormClient) FormReset ¶ added in v0.0.6
func (f *FormClient) FormReset(object_name string) (err string)
func (*FormClient) UserFormTyping ¶ added in v0.0.2
func (f *FormClient) UserFormTyping(this js.Value, source_input []js.Value) interface{}
Click to show internal directories.
Click to hide internal directories.