summaryrefslogtreecommitdiffstats
path: root/lib/htmlviewfunctions.lua
Commit message (Collapse)AuthorAgeFilesLines
* Modify htmlviewfunctions to display readonly select as text since select ↵Ted Trask2014-09-181-0/+2
| | | | | | does not support readonly option (cherry picked from commit 0c3cebbfcf440e2810447ccf625ea17eb165f9bd)
* Fix htmlviewfunctions displaypagination when clientdata contains tablesTed Trask2014-03-101-3/+10
| | | | (cherry picked from commit 7fef28404c6a17b583a852053d4963aeb533ff55)
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-171-21/+23
| | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Modified htmlviewfunctions to allow disabled options for multi-select boxesTed Trask2012-04-231-0/+1
|
* Changed forms to always use 'submit' as name of submit button, plus allow ↵Ted Trask2012-02-221-1/+10
| | | | multiple submit buttons
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-0/+362
It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file