Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified htmlviewfunctions to add form cfe class to submit button(s) | Ted Trask | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | Fix bug in htmlviewfunctions.displayitem where form headers were not incremented | Ted Trask | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Change htmlviewfunctions.displayform prototype to remove order and ↵ | Ted Trask | 2014-03-31 | 1 | -33/+17 |
| | | | | | | finishingorder This breaks backward compatibility | ||||
* | Change prototype of htmlviewfunctions.dislay item to make consistent | Ted Trask | 2014-03-31 | 1 | -2/+2 |
| | | | | Note: this breaks backward compatibility | ||||
* | Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵ | Ted Trask | 2014-03-17 | 1 | -5/+15 |
| | | | | .displaysectionend function | ||||
* | Change htmlviewfunctions to make all labels use label tag and create ↵ | Ted Trask | 2014-03-08 | 1 | -37/+61 |
| | | | | displayformstart/middle/end functions | ||||
* | Fix more issues in htmlviewfunctions where page_info nil exception | Ted Trask | 2014-03-07 | 1 | -0/+2 |
| | |||||
* | Fix issue in htmlviewfunctions where page_info nil exception | Ted Trask | 2014-03-06 | 1 | -1/+3 |
| | |||||
* | Add support to htmlviewfunctions for header_level -1 to not display the item ↵ | Ted Trask | 2014-03-06 | 1 | -18/+34 |
| | | | | wrapper | ||||
* | Add incrementheader function to htmlviewfunctions | Ted Trask | 2014-03-03 | 1 | -10/+10 |
| | |||||
* | Refactor htmlviewfunctions to create displayheader and displayinfo functions ↵ | Ted Trask | 2014-03-03 | 1 | -27/+47 |
| | | | | | | | and add features for link and header_level=0 A link cfe becomes a form that does not have name=submit, so it links to an action with param values, but does not submit it Setting header_level=0 prevents headers from being displayed | ||||
* | Fix HTML multi select to use select instead of series of checkboxes | Ted Trask | 2014-03-03 | 1 | -2/+9 |
| | |||||
* | Try using label tag for form inputs | Ted Trask | 2014-02-28 | 1 | -1/+2 |
| | |||||
* | Fix htmlviewfunctions displaypagination when clientdata contains tables | Ted Trask | 2014-02-05 | 1 | -3/+10 |
| | |||||
* | Add carriage return to form output for readability | Ted Trask | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. | Ted Trask | 2014-01-22 | 1 | -35/+33 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 1 | -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.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Modified htmlviewfunctions to allow disabled options for multi-select boxes | Ted Trask | 2012-04-23 | 1 | -0/+1 |
| | |||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 1 | -1/+10 |
| | | | | multiple submit buttons | ||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 1 | -0/+362 |
It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file |