Documentation
¶
Index ¶
- type Dom
- func (d Dom) ActionExecutedLater()
- func (d *Dom) AddModules(modules ...*model.Module)
- func (d Dom) BuildUI()
- func (d Dom) CallFunction(functionName string, args ...any) error
- func (d Dom) ClickModule(module string) error
- func (d Dom) Clicking(o *model.Object, id string) error
- func (d Dom) ClickingNEW(o *model.Object, id string) (err error)
- func (d Dom) GetHtmlContainer(o *model.Object) (*js.Value, error)
- func (Dom) GetHtmlModule(module_name string) (*js.Value, error)
- func (d *Dom) GetObjectByName(name_to_search string) (*model.Object, error)
- func (d Dom) InnerHTML(html_content string, o *model.Object)
- func (d Dom) InsertAfterBegin(html_content string, o *model.Object)
- func (d Dom) InsertBeforeEnd(html_content string, o *model.Object)
- func (d Dom) Log(message ...any) interface{}
- func (d Dom) UserMessage(message ...any) interface{}
- func (d Dom) UserViewComponentClicked(this js.Value, source_input []js.Value) interface{}
- type HtmlElement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dom ¶
type Dom struct {
*formclient.FormClient
// contains filtered or unexported fields
}
func New ¶
func New(h *model.ModuleHandlers) *Dom
func (Dom) ActionExecutedLater ¶ added in v0.0.13
func (d Dom) ActionExecutedLater()
func (*Dom) AddModules ¶ added in v0.0.10
func (Dom) CallFunction ¶ added in v0.0.16
func (Dom) ClickModule ¶
func (Dom) ClickingNEW ¶ added in v0.0.20
func (Dom) GetHtmlContainer ¶ added in v0.0.19
func (Dom) GetHtmlModule ¶ added in v0.0.15
func (*Dom) GetObjectByName ¶ added in v0.0.15
func (Dom) InsertAfterBegin ¶ added in v0.0.14
func (Dom) InsertBeforeEnd ¶ added in v0.0.14
func (Dom) UserMessage ¶ added in v0.0.13
Click to show internal directories.
Click to hide internal directories.