Documentation
¶
Index ¶
- func Add(h *model.Handlers) (err string)
- type FormClient
- func (f FormClient) FormAutoFill(o *model.Object) (err string)
- func (f *FormClient) FormComplete(o *model.Object, data map[string]string) (err string)
- func (f FormClient) FormReset(o *model.Object) (err string)
- func (f *FormClient) SetNewFormObject(new_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(o *model.Object) (err string)
func (*FormClient) FormComplete ¶ added in v0.0.6
func (FormClient) FormReset ¶ added in v0.0.6
func (f FormClient) FormReset(o *model.Object) (err string)
func (*FormClient) SetNewFormObject ¶ added in v0.0.18
func (f *FormClient) SetNewFormObject(new_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.