Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(h *model.MainHandler, o model.ObjectHandlerAdapter)
Types ¶
type FormClient ¶
type FormClient struct {
model.DataBaseAdapter
model.MessageAdapter
model.Logger
model.ObjectHandlerAdapter
model.HtmlAdapter
// contains filtered or unexported fields
}
func (*FormClient) FormComplete ¶ added in v0.0.6
func (f *FormClient) FormComplete(object_name string, validate, auto_grow bool) (err string)
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.