srx

package module
v0.0.0-...-cf9a1e7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2021 License: MIT Imports: 2 Imported by: 0

README

srx

使用 Bootstrap 與 WebAssembly 技術,建置前端 Low Code 的工具。

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TButton

type TButton interface {
	TComponent
	Type() enum.ButtonType
	SetType(typ enum.ButtonType)
	SetCaption(c string)
	Caption() string
	Value() string
	SetValue(v string)

	Outline() bool
	SetOutline(outline bool)

	Click()
	OnClick(fn func(TButton, js.TEvent))
}

func Button

func Button(owner TComponent) TButton

type TGridPanel

type TGridPanel interface {
	TComponent
	//AlignHorizontal(al enum.Align)
	//AlignVertical(al enum.Align)
	AddCell(span enum.Size, children ...TObject) TCell
	TCeller
}

func GridPanel

func GridPanel(owner TComponent) TGridPanel

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL