Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Handle(evts ...*Event) html.SingleAttr
 - type Event
 - func (e Event) Code() string
 - func (e *Event) Handle() html.SingleAttr
 - func (e *Event) IsHandled() bool
 - func (e *Event) Join(evts ...*Event) Events
 - func (e Event) Name() string
 - func (e Event) OnClick() html.SingleAttr
 - func (e Event) OnDblClick() html.SingleAttr
 - func (e Event) OnInput() html.SingleAttr
 - func (e Event) OnKeyUp() html.SingleAttr
 - func (e Event) OnLoad() html.SingleAttr
 
- type Events
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Handle ¶
func Handle(evts ...*Event) html.SingleAttr
Types ¶
type Event ¶
type Event struct {
	// contains filtered or unexported fields
}
    func (*Event) Handle ¶
func (e *Event) Handle() html.SingleAttr
func (Event) OnClick ¶
func (e Event) OnClick() html.SingleAttr
func (Event) OnDblClick ¶
func (e Event) OnDblClick() html.SingleAttr
func (Event) OnInput ¶
func (e Event) OnInput() html.SingleAttr
func (Event) OnKeyUp ¶ added in v0.13.60
func (e Event) OnKeyUp() html.SingleAttr
func (Event) OnLoad ¶ added in v0.13.60
func (e Event) OnLoad() html.SingleAttr
 Click to show internal directories. 
   Click to hide internal directories.