awebview ~master (2016-01-01T12:36:59Z)
Dub
Repo
awebview.gui.widgets.button
awebview
gui
widgets
Undocumented in source.
Public Imports
carbon.event
public
import
carbon
.
event
:
FiredContext
;
Members
Aliases
GenericButton
alias
GenericButton
(
alias
format
)
=
AssumeImplemented
!(
TemplateHTMLElement
!(
DefineSignals
!(
Button
,
"onClick"
),
format
))
Undocumented in source.
InputButton
alias
InputButton
(
alias
attrs
=
null
)
=
GenericButton
!(
`<input type="button" id="%[id%]" `
~
buildHTMLTagAttr
(
attrs
) ~
`>`
)
Undocumented in source.
Classes
Button
class
Button
Undocumented in source.
Interfaces
IButton
interface
IButton
Undocumented in source.
Meta
Source
See Source File
awebview
gui
widgets
modules
button
checkbox
image
progress
radio
select
table
text