Versions in this module Expand all Collapse all v1 v1.2.1 Oct 4, 2014 Changes in this version + func ParseTmpl(data interface{}, fn_tpl template.FuncMap, ...) string v1.1.1 Sep 14, 2014 Changes in this version + const BASE + const BOOTSTRAP + const BUTTON + const CHECKBOX + const COLOR + const DATE + const DATETIME + const DATETIME_LOCAL + const EMAIL + const FILE + const HIDDEN + const IMAGE + const MONTH + const NUMBER + const PACKAGE_NAME + const PASSWORD + const RADIO + const RANGE + const RESET + const SEARCH + const SELECT + const STATIC + const SUBMIT + const TEL + const TEXT + const TEXTAREA + const TIME + const URL + const WEEK + var LabelFn func(string) string = func(s string) string + var TmplDir string = "templates" + func CachedTemplate(cachedKey string) (r *template.Template, ok bool) + func ClearCachedTemplate() + func CreateUrl(widget string) string + func SetCachedTemplate(cachedKey string, tmpl *template.Template) bool + func Tag(t reflect.Type, fieldNo int, tagName string) string