Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TagOpen = []byte("<select") TagClose = []byte("</select>") AttrName = []byte(" name=\"") AttrAutoComplete = []byte(" autocomplete=\"") AttrDisabled = []byte(" disabled") AttrForm = []byte(" form=\"") AttrMultiple = []byte(" multiple") AttrRequired = []byte(" required") AttrSize = []byte(" size=\"") )
Byte constants for HTML rendering.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.