Documentation
¶
Index ¶
- func AHref(url string, objects ...interface{}) *ĸ.Element
- func Charset(charset string, objects ...interface{}) *ĸ.Element
- func CharsetUtf8(objects ...interface{}) *ĸ.Element
- func CssHref(url string, objects ...interface{}) *ĸ.Element
- func FormDelete(action string, objects ...interface{}) *ĸ.Element
- func FormGet(action string, objects ...interface{}) *ĸ.Element
- func FormPost(action string, objects ...interface{}) *ĸ.Element
- func FormPostMultipart(action string, objects ...interface{}) *ĸ.Element
- func FormPut(action string, objects ...interface{}) *ĸ.Element
- func HttpEquiv(http_equiv string, content string, objects ...interface{}) *ĸ.Element
- func HttpEquivUtf8(objects ...interface{}) *ĸ.Element
- func ImgSrc(src string, objects ...interface{}) *ĸ.Element
- func InputButton(name string, objects ...interface{}) *ĸ.Element
- func InputCheckbox(name string, objects ...interface{}) *ĸ.Element
- func InputFile(name string, objects ...interface{}) *ĸ.Element
- func InputHidden(name string, objects ...interface{}) *ĸ.Element
- func InputPassword(name string, objects ...interface{}) *ĸ.Element
- func InputRadio(name string, objects ...interface{}) *ĸ.Element
- func InputSubmit(name string, objects ...interface{}) *ĸ.Element
- func InputText(name string, objects ...interface{}) *ĸ.Element
- func JsSrc(url string, objects ...interface{}) *ĸ.Element
- func LabelFor(for_ string, objects ...interface{}) *ĸ.Element
- func Viewport(content string, objects ...interface{}) *ĸ.Element
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CharsetUtf8 ¶
func FormDelete ¶
func FormPostMultipart ¶
t.Add(Attr("enctype", "multipart/form-data", "method", "post"))
func HttpEquivUtf8 ¶
func InputButton ¶
func InputCheckbox ¶
func InputHidden ¶
func InputPassword ¶
func InputRadio ¶
func InputSubmit ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.