awebview v0.6.0 (2015-05-04T13:54:17Z)
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
radio
select
table
text