Displays a sequence of items.
cssClass
(type:
unicode
)
u''
extra
(type:
str
)
''
itemTag
(type:
str
)
'li'
tag
(type:
str
)
'ol'
type
(type:
unicode
)
u'text'
visible
(type:
bool
)
True
hint(...)
label(...)
applyChanges(content)
convertTokensToValues(tokens)
Convert term tokens to the terms themselves.
Tokens are used in the HTML form to represent terms. This method takes the form tokens and converts them back to terms.
error()
getInputValue()
hasInput()
Check whether we have any input.
hasValidInput()
hidden()
renderItems(value)
Render items of sequence.
setPrefix(prefix)
Set the prefixes for the field names of the form.
setRenderedValue(value)
textForValue(term)
Extract a string from the term.
The term must be a vocabulary tokenized term.
This can be overridden to support more complex term objects. The token is returned here since it's the only thing known to be a string, or str()able.
translate(msgid)