aboutsummaryrefslogtreecommitdiff
path: root/views/default/input
AgeCommit message (Expand)Author
2011-05-19Deleted some unnecessary inputs, added theme previews for all new inputsEvan Winslow
2011-05-19Cleaned up all the input viewsEvan Winslow
2011-03-18Removed custom html5 function in favor of core functionEvan Winslow
2010-10-21Removed default placeholder from text inputsEvan Winslow
2010-10-21Fixed issue with input/form and added output/friendlytime (uses <time> elemen...Evan Winslow
2010-10-21Removed html/tag view -- all we really needed was a function to form an attri...Evan Winslow
2010-10-19Removed stray paren in checkboxes.phpEvan Winslow
2010-10-19Updated to new directory structureEvan Winslow
2010-10-17Added default placeholders for most inputs -- tried to make code more consist...Evan Winslow
2010-10-17Added checkboxes, form, longtext, option, plaintext, pulldown, and tags input...Evan Winslow
2010-09-13radio input was overriding other radio inputs in a non-backwards-compatible wayEvan Winslow
2010-08-05Had the semantics of datetime and datetime-local reversedEvan Winslow
2010-08-04Updating date-related inputs to accept timestamps as well as string inputEvan Winslow
2010-07-27Date now provides a placeholder hint by default to show what the format of th...Evan Winslow
2010-07-16Escapes input attribute values with htmlspecialchars and removes default empt...Evan Winslow
2010-07-07Changed $tag to $element in html5 input/default which was causing inputs to n...Evan Winslow
2010-07-01Added all valid html5 input typesEvan Winslow