summaryrefslogtreecommitdiffstats
path: root/html.lua
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuration of the "accept" attribute value of "file" type formsTed Trask2020-03-041-1/+2
| | | | | Applied patch from Marc-Andre Parent Ticket: https://gitlab.alpinelinux.org/acf/acf-lib/issues/1
* Add optgroup support to select inputTed Trask2020-02-201-13/+27
|
* Remove trailing whitespaceTed Trask2016-08-101-33/+33
|
* html.lua minor fix to add space between boolean attributesTed Trask2015-05-201-1/+1
|
* Create html.url_encode function to percent-encode reserved charactersTed Trask2014-09-141-0/+10
|
* HTML select multiple is boolean attributeTed Trask2014-03-031-2/+2
|
* Fix htmlviewfunctions to treat 'readonly' as boolean attribute and never ↵Ted Trask2014-02-031-7/+30
| | | | show value for 'file' input
* Modify html generic_input to enumerate a table of valuesTed Trask2013-11-191-0/+3
| | | | This fixes bug with weblog converting a multi to hidden for downloadweblog
* Fix bug due to recursion in html.lua generic_inputTed Trask2013-10-291-1/+2
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-35/+37
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Added HTML title supportTed Trask2013-05-251-3/+3
|
* Fixed bug where classes for input fields were put in a second class attributeTed Trask2011-01-191-2/+2
|
* Modified html.select to allow specifying option value and label, also fix ↵Ted Trask2010-10-281-17/+15
| | | | bug with multiselect.
* Lua libraries for standard functions moved out of acf-core 0.9.0v0.1.0Ted Trask2009-12-311-0/+262