Package bodhi :: Module widgets :: Class CommentForm
[hide private]
[frames] | no frames]

Class CommentForm

source code

turbogears.widgets.Form --+
                          |
                         CommentForm

Class Variables [hide private]
  template = "bodhi.templates.commentform"
  submit_text = "Add Comment"
  fields = [TextArea(name= 'text', label= '', validator= validat...
Class Variable Details [hide private]

fields

Value:
[TextArea(name= 'text', label= '', validator= validators.UnicodeString\
(), rows= 3, cols= 40), HiddenField(name= 'title'),]