Documentation
¶
Index ¶
- func RegisterApp(a app) *ui
- func RegisterCSS(n name, pub public, pri private)
- func RegisterHtmlModule(h module_adapter, permissions map[byte]model.Permissions)
- func RegisterJsComponent(component name, module name, f function, l listener)
- func RegisterJsModule(m name, f function, l listener)
- func RemoveTagStartdEnd(in *string, tagRemove string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterApp ¶
func RegisterApp(a app) *ui
func RegisterCSS ¶
func RegisterCSS(n name, pub public, pri private)
func RegisterHtmlModule ¶
func RegisterHtmlModule(h module_adapter, permissions map[byte]model.Permissions)
func RegisterJsComponent ¶
func RegisterJsComponent(component name, module name, f function, l listener)
name nombre del componente ej: list,calendar,button_save module nombre del module al que pertenece
func RegisterJsModule ¶
func RegisterJsModule(m name, f function, l listener)
func RemoveTagStartdEnd ¶
quita solo 2 etiquetas principio y final <scrip></script>
Types ¶
This section is empty.
Source Files
¶
- build-css.go
- build-hmtl-menu.go
- build-html-module.go
- build-html.go
- build-js.go
- build-wasm.go
- dev-browser-start.go
- dev-context-browser.go
- dev-file-watcher.go
- dev-http-handler.go
- dev-server-start.go
- file_read.go
- file_write.go
- folders-check.go
- init-fun.go
- model_module.go
- model_page.go
- module_register.go
- parse_html.go
- register-css.go
- register-js.go
- register_app.go
- static-copy.go
- store.go
- tag_remove.go
Click to show internal directories.
Click to hide internal directories.