summaryrefslogtreecommitdiff
path: root/management/editor/elements.go
AgeCommit message (Collapse)Author
2016-09-30refactor input attrs on Checkbox to be more logicalSteve Manuel
2016-09-29adding Select and Checkbox elements as well as necessary formatting ↵Steve Manuel
functions. Needed to modify the valueFromStructField to return the more generic reflect.Value to then be cast to a type as necessary. Additionally, added a modified version of the tagNameFromStruct method for multi-value form inputs like checkbox and the way gorilla/schema package handles them
2016-09-19changed Post fields from []byte to string for json decoding - complained ↵Steve Manuel
about base64 encoded data ([]byte)
2016-09-19refactoring elements.go labelingSteve Manuel
2016-09-19reorganizing files and dir structure. adding initial (incomplete) ↵Steve Manuel
management, types, system and db functionality.