awebview v0.9.1 (2015-10-03T07:27:48Z)
Dub
Repo
awebview.gui.widgets.button
awebview
gui
widgets
Undocumented in source.
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.
Imports
FiredContext (from carbon.event)
public
import
carbon
.
event
:
FiredContext
;
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