aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
Commit message (Collapse)AuthorAge
* unsafeSerialized[To|From]StringGravatar Adam Chlipala2018-10-19
|
* offsetX, offsetYGravatar Fabrice Leal2018-07-09
|
* Merge pull request #127 from ashalkhakov/cradioGravatar Adam Chlipala2018-06-04
|\ | | | | Adding: cradio (support for client-side radio box).
* | Remove insecure crypto function (closes #114)Gravatar Adam Chlipala2018-05-29
| |
| * Adding: cradio (support for client-side radio box).Gravatar Artyom Shalkhakov2018-05-28
|/
* Added oninput event to inputs which support it.Gravatar Vladimir Shabanov2017-12-05
| | | | Added onscroll event to <body> and title/sizes attributes to <link>.
* Button: disabled attribute; allowing number entry using HTML5 widgetsGravatar Artyom Shalkhakov2017-02-21
|
* Add 'placeholder' attribute for textareasGravatar Adam Chlipala2017-01-02
|
* Use 'id' attribute for <form>Gravatar Adam Chlipala2016-12-31
|
* Remove 'Value' attributes for AJAX-y UI widgets, because they should use ↵Gravatar Adam Chlipala2016-09-01
| | | | 'Source' instead
* abs and floor addedGravatar Karen Sargsyan2016-05-23
|
* asin, acos, atan, atan2 addedGravatar Karen Sargsyan2016-05-22
|
* Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work ↵Gravatar Karen Sargsyan2016-05-21
| | | | at client and server sides
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Resource integrity attributes for HTML link element. ↵Gravatar Alexander Abushkevich2016-03-10
| | | | http://www.w3.org/TR/2015/CR-SRI-20151112/
* Change behavior of SQL equality to do the intuitive thing for nullable typesGravatar Adam Chlipala2015-11-01
|
* Basis.fromMillisecondsGravatar Adam Chlipala2015-11-01
|
* Add onChange handler to radioOptionGravatar Julian Squires2015-05-07
|
* Add HTML 'align' attributeGravatar Adam Chlipala2015-07-02
|
* Allow mouse and key events for <body>Gravatar Adam Chlipala2015-07-02
|
* Add fieldset and legend tagsGravatar Julian Squires2015-05-04
|
* New mouse events oncontextmenu, onmouseenter, and onmouseleave.Gravatar Ziv Scully2015-04-07
|
* Add 'download' attribute to <a/>, part of HTML5Gravatar Sergey Mironov2014-10-26
|
* More HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Textual HTML5 AJAX widgetsGravatar Adam Chlipala2014-11-16
|
* Some more HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* More simple textual HTML5 input typesGravatar Adam Chlipala2014-11-16
|
* Remove 'value' attribute of <checkbox>Gravatar Adam Chlipala2014-11-16
|
* Make 'required' and 'autofocus' attributes Boolean; add a syntax extension ↵Gravatar Adam Chlipala2014-11-16
| | | | for parsing their usual HTML syntax
* HTML5 input attributes: placeholder, required, autofocus; email input type ↵Gravatar Sergey Mironov2014-10-12
| | | | (without cformTag equivalent)
* Add 'role' data attribute.Gravatar Sergey Mironov2014-07-07
| | | | | | | Note, that 'role' attribute is a part of reach ARIA API described here: http://www.w3.org/TR/wai-aria/ Among 'role', it defines lots of aria-* attributes
* <cselect> and <coption> type fixes (grandfathered into release)Gravatar Adam Chlipala2014-08-19
|
* Allow Body tags inside cformTagsGravatar Sergey Mironov2014-08-17
| | | | | This is required by Bootstrap. For example, see http://getbootstrap.com/components/#alerts-dismissible
* Adds AJAX-oriented widget cpassword.Gravatar Ziv Scully2014-08-10
|
* 'aria-*' attributesGravatar Adam Chlipala2014-08-01
|
* 'sql_injectable_prim' instance for 'url'Gravatar Adam Chlipala2014-06-15
|
* String.trim; add OnChange to more tagsGravatar Adam Chlipala2014-06-10
|
* Added HTML5 Semantic TagsGravatar David Snider2014-05-10
|
* HTML5 data-* attributesGravatar Adam Chlipala2014-05-02
|
* <thead>, <tbody>, <tfoot>Gravatar Adam Chlipala2014-04-30
|
* Add <pre> tag supportGravatar Sergey Mironov2014-02-24
|
* Merge in upstream changes.Gravatar Patrick Hurst2014-01-18
|\
* | Day of week functions.Gravatar Patrick Hurst2013-12-05
| |
* | Add basic year/month/day/hour/minute/second <-> time functions.Gravatar Patrick Hurst2013-12-05
| |
| * Add show instance for 'id' typeGravatar Sergey Mironov2013-10-07
| |
| * Rename <activeHead> to <script> and make it work properlyGravatar Adam Chlipala2013-12-09
| |
| * activeHead: don't modify the head. just execute the code providedGravatar Sergey Mironov2013-12-06
| |
| * Add activeHead tag.Gravatar Sergey Mironov2013-12-06
|/ | | | activeHead is similar to active but produces xhead instead of xbody
* Add <dl> <dt> <dd> tagsGravatar Sergey Mironov2013-10-07
|
* Add xhead typeGravatar Sergey Mironov2013-10-07
|