Skip to content

Commit

Permalink
Export MultipleSelectionField; tweak doc
Browse files Browse the repository at this point in the history
  • Loading branch information
paj committed Jul 16, 2010
1 parent 26763d3 commit ce06973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tw2/forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
SingleSelectField, MultipleSelectField, RadioButtonList, CheckBoxList,
RadioButtonTable, CheckBoxTable, GridLayout, RowLayout, TableForm, ListForm,
TableFieldSet, ListFieldSet, FormPage, FileValidator,
LabelField, LinkField, InputField, SelectionField)
LabelField, LinkField, InputField, SelectionField, MultipleSelectionField)
2 changes: 1 addition & 1 deletion tw2/forms/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def prepare(self):

class RadioButton(InputField):
type = "radio"
checked = twc.Param(attribute=True)
checked = twc.Param('Whether the field is selected', attribute=True)


class PasswordField(InputField):
Expand Down

0 comments on commit ce06973

Please sign in to comment.