Replaces textinputs field of form with auto complete fields.
Replaces textareas’ widgets with widgets user defined widgets (RICHTEXT_WIDGET_CLASS setting).
Paramètres: |
|
---|
Returns initial data to create a new object (from get_creation_form()).
Paramètres: |
|
---|
Bases: django.forms.models.ModelForm
Base class of forms used to create an object (Part, Document, Group...)
Paramètres: |
|
---|
Bases: plmapp.forms.CreationForm
Bases: django.forms.models.ModelMultipleChoiceField
Bases: django.forms.models.ModelChoiceField
Bases: plmapp.forms.PLMObjectCreationForm
Returns a creation form suitable to create an object of type cls.
The returned form can be used, if it is valid, with the function create_from_form() to create a PLMObject and its associated PLMObjectController.
If data is provided, it will be used to fill the form.
start is used if data is None, it’s usefull if you need to show several initial creation forms at once and you want different references.
inbulk_cache may be a dictionary to cache lifecycles, groups and other values. It is useful if a page renders several creation forms bound to the same user
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: haystack.forms.SearchForm
Bases: django.forms.forms.Form
A form that identifies a PLMObject.
Bases: plmapp.forms.PLMObjectForm, plmapp.forms.PartTypeForm
Bases: django.forms.forms.Form
Bases: plmapp.forms.DisplayChildrenForm
Bases: django.forms.models.ModelForm
alias de ParentChildLink
Bases: django.forms.forms.Form
Bases: django.forms.models.ModelForm
Bases: django.forms.models.ModelForm
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: plmapp.forms.SelectChildForm
Bases: plmapp.forms.PLMObjectForm, plmapp.forms.PartTypeForm
Bases: plmapp.forms.RelPartForm
Bases: django.forms.forms.Form
Bases: django.forms.models.ModelForm
Bases: django.forms.models.ModelForm
Bases: plmapp.forms.PLMObjectForm, plmapp.forms.DocumentTypeForm
Bases: django.forms.models.ModelForm
Bases: django.forms.forms.Form
Bases: django.forms.models.ModelForm
alias de User
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.models.ModelForm
alias de User
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
Bases: django.forms.forms.Form
A form that checks the user has entered his password.
Bases: django.forms.forms.Form
A Form asking the user the information he wants displayed in the history
Bases: django.forms.forms.Form