field_label

class camelot.view.controls.field_label.Attribute(name, value)[source]

Helper class representing a field attribute’s name and its value

class camelot.view.controls.field_label.FieldLabel(field_name, text, field_attributes, admin, parent=None)[source]

A Label widget used to display the name of a field on a form. This label provides the user with the possibility to change the translation of the label and review its field attributes.

Previous topic

exception

Next topic

filter_operator

This Page