index
:
github/kvision.git
gh-pages
kvision_1
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
/
pl
/
treksoft
/
kvision
/
html
/
Button.kt
Age
Commit message (
Expand
)
Author
2020-05-14
Make Button component a container.
Robert Jaros
2020-05-09
Add new className parameter to all DSL builder functions.
Robert Jaros
2019-11-15
Add focus() and blur() methods to Button class.
Robert Jaros
2019-10-17
Move DSL builder functions out of the companion objects (#93)
Robert Jaros
2019-10-03
Upgrade to Bootstrap 4.
Robert Jaros
2018-10-08
Refactoring to modules
Robert Jaros
2018-03-26
Plain HTML form attributes (method, action, enctype, target, ...) support.
Robert Jaros
2018-02-25
Change enum classes names for better readability.
Robert Jaros
2018-02-22
Property values delegated to a map (idea by tieskedh)
Robert Jaros
2018-02-12
DSL builders returning built components.
Robert Jaros
2018-02-12
Type safe DSL builders
Robert Jaros
2018-02-09
Refactoring. API documentation.
Robert Jaros
2018-02-04
Refactoring packages layout
Robert Jaros
2018-01-29
Dedicated onClick event handler on buttons
Robert Jaros
2018-01-17
Code formatting (Kotlin Style Guide)
Robert Jaros
2017-11-03
Refactoring - simplified constructors
Robert Jaros
2017-10-19
Refactoring styled component
Robert Jaros
2017-10-08
Refactoring
Robert Jaros
2017-09-24
New containers: StackPanel, SplitPanel, Tabs
Robert Jaros
2017-09-08
Added code analyzing with Detekt
Robert Jaros
2017-09-01
Testing framework
Robert Jaros