Documentation ¶
Index ¶
- type Dom
- func (d Dom) BuildFrontendUI() (err string)
- func (d Dom) CallFunction(NameJsFunc string, all_params ...any) (result any, err string)
- func (d Dom) ElementClicking(querySelector string) (err string)
- func (d Dom) ElementFocus(querySelector string) (err string)
- func (d *Dom) ElementsDelete(object_name string, on_server_too bool, objects_ids ...map[string]string) (err string)
- func (d *Dom) GetActualModule() (o *model.Module, err string)
- func (d Dom) GetHtmlModule(module_name string) (out any, err string)
- func (d *Dom) GetModuleByName(module_name string) (m *model.Module, err string)
- func (d Dom) InnerHTML(querySelector, html_content string) (err string)
- func (d Dom) InsertAfterBegin(querySelector, html_content string) (err string)
- func (d Dom) InsertBeforeEnd(querySelector, html_content string) (err string)
- func (d *Dom) KeyboardClientDisable(disable bool)
- func (d Dom) SelectContent(o model.SelectDomOptions) (out any, err string)
- func (d Dom) ToggleClass(elem js.Value, className string)
- func (d Dom) UserMessage(message ...any) interface{}
- type HtmlElement
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dom ¶
type Dom struct { *model.MainHandler // contains filtered or unexported fields }
func (Dom) BuildFrontendUI ¶ added in v0.0.45
func (Dom) CallFunction ¶ added in v0.0.16
func (Dom) ElementClicking ¶ added in v0.0.38
querySelector ej: "a[name='xxx']"
func (Dom) ElementFocus ¶ added in v0.0.61
func (*Dom) ElementsDelete ¶ added in v0.0.63
func (*Dom) GetActualModule ¶ added in v0.0.58
obtener modulo en uso actualmente por el usuario
func (Dom) GetHtmlModule ¶ added in v0.0.15
func (*Dom) GetModuleByName ¶ added in v0.0.58
func (Dom) InsertAfterBegin ¶ added in v0.0.14
func (Dom) InsertBeforeEnd ¶ added in v0.0.14
func (*Dom) KeyboardClientDisable ¶ added in v0.0.61
func (Dom) SelectContent ¶ added in v0.0.40
func (d Dom) SelectContent(o model.SelectDomOptions) (out any, err string)
ej: querySelector "meta[name='JsonBootTests']" get_content: "content" set_after true = element.Set("content", "")
func (Dom) UserMessage ¶ added in v0.0.13
support: error,string
Click to show internal directories.
Click to hide internal directories.