Documentation ¶
Index ¶
- type JumpAction
- type PopUpAction
- func (pop *PopUpAction) BtnAttribute() template.HTML
- func (pop *PopUpAction) ExtContent() template.HTML
- func (pop *PopUpAction) GetCallbacks() context.Node
- func (pop *PopUpAction) Js() template.JS
- func (pop *PopUpAction) SetBtnId(btnId string)
- func (pop *PopUpAction) SetMethod(method string)
- func (pop *PopUpAction) SetUrl(url string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JumpAction ¶
func (*JumpAction) BtnAttribute ¶
func (jump *JumpAction) BtnAttribute() template.HTML
func (*JumpAction) ExtContent ¶
func (jump *JumpAction) ExtContent() template.HTML
func (*JumpAction) GetCallbacks ¶ added in v1.1.8
func (jump *JumpAction) GetCallbacks() context.Node
func (*JumpAction) Js ¶
func (jump *JumpAction) Js() template.JS
func (*JumpAction) SetBtnId ¶
func (jump *JumpAction) SetBtnId(btnId string)
type PopUpAction ¶
type PopUpAction struct { BtnId string Url string Method string Id string Title string Handlers []context.Handler }
func (*PopUpAction) BtnAttribute ¶
func (pop *PopUpAction) BtnAttribute() template.HTML
func (*PopUpAction) ExtContent ¶
func (pop *PopUpAction) ExtContent() template.HTML
func (*PopUpAction) GetCallbacks ¶ added in v1.1.8
func (pop *PopUpAction) GetCallbacks() context.Node
func (*PopUpAction) Js ¶
func (pop *PopUpAction) Js() template.JS
func (*PopUpAction) SetBtnId ¶
func (pop *PopUpAction) SetBtnId(btnId string)
func (*PopUpAction) SetMethod ¶ added in v1.1.8
func (pop *PopUpAction) SetMethod(method string)
func (*PopUpAction) SetUrl ¶ added in v1.1.8
func (pop *PopUpAction) SetUrl(url string)
Click to show internal directories.
Click to hide internal directories.