Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-18 | Removed custom html5 function in favor of core function | Evan Winslow | |
2010-10-21 | Removed html/tag view -- all we really needed was a function to form an ↵ | Evan Winslow | |
attribute string from an array. This is now being used in each input view and there is not so much view nesting going on... | |||
2010-10-19 | Adds support for img tag view | Evan Winslow | |
2010-10-19 | NULL and empty-string attributes are skipped in addition to FALSE | Evan Winslow | |
2010-10-19 | Updated to new directory structure | Evan Winslow | |
2010-10-18 | html/tag was not outputting any attributes | Evan Winslow | |
2010-10-18 | Added support for tags with bodies | Evan Winslow | |
2010-10-17 | Added checkboxes, form, longtext, option, plaintext, pulldown, and tags ↵ | Evan Winslow | |
input views. Kept things dry by creating a html/tag view that takes care of outputting attributes/body. |