aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/html
AgeCommit message (Expand)Author
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-05-06New dedicated classes for NAV, OL, UL, LI html elements.Robert Jaros
2020-03-27Add support for custom html elements and custom css styles (#144)Robert Jaros
2020-03-17Missing anchor tag type (#144)Robert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spr...Robert Jaros
2020-01-31Support for fieldset HTML element both as a standalone container and within F...Robert Jaros
2019-12-30Add support form "main" HTML tagRobert Jaros
2019-11-15Add focus() and blur() methods to Button class.Robert Jaros
2019-10-25Style fixesRobert Jaros
2019-10-24New Bold html component.Robert Jaros
2019-10-21Add NAV tag type.Robert Jaros
2019-10-21Fix inline list type.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-06-26Add break to Tag elementRobbie Cronin
2019-06-20Missing TAG.HR in enum.Robert Jaros
2019-06-03Refactor support for additional attributes from Tag up to the Widget class.Robert Jaros
2019-05-11Add support for additional attributes in the Tag component.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-03Add new dedicated classes for some most used html tags.Robert Jaros
2019-04-02I18n fix.Robert Jaros
2019-03-09Unary plus support for DSL builders in the Tag class.Robert Jaros
2019-02-13Serializable object support for handlebars.js templatesRobert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-08-22I18n support in Handlebars templates.0.0.17Robert Jaros
2018-08-22I18n support in Handlebars templates.Robert Jaros
2018-08-22I18n support in Handlebars templates.Robert Jaros
2018-08-19Internationalization support.Robert Jaros
2018-05-04New simple HTML5 canvas componentRobert Jaros
2018-05-04Copyright comments unificationRobert Jaros
2018-04-03Add onClick event handler for Link componentRobert Jaros
2018-04-03Access to the content window object.Robert Jaros
2018-03-31Iframe component.Robert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
2018-03-24Handlebars templating support.Robert Jaros
2018-03-23Small fixes.Robert Jaros
2018-03-23Small fixes for links in dropdowns.Robert Jaros
2018-03-22Context menu component based on Bootstrap dropdown.Robert Jaros
2018-03-11Change the name of content property in Tag component.Robert Jaros
2018-03-07Add simple icon component.Robert Jaros
2018-03-07Add <i> and <b> html elementsRobert Jaros
2018-03-04HTML table components.Robert Jaros
2018-02-26Fix Div component initializer.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-25Div html componentRobert Jaros
2018-02-22Property values delegated to a map (idea by tieskedh)Robert Jaros
2018-02-12DSL builders returning built components.Robert Jaros