cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.forms.vm.EditVMForm Class Reference

Form for VM edition. More...

+ Inheritance diagram for src.wi.forms.vm.EditVMForm:

Static Public Attributes

tuple description
tuple name

Detailed Description

Form for VM edition.

Definition at line 75 of file vm.py.

Member Data Documentation

tuple src.wi.forms.vm.EditVMForm.description
static
Initial value:
forms.CharField(required=False,
widget=forms.Textarea(attrs=dict(attrs_dict, maxlength=512, rows=4, cols=20)),
label=_('Description'))

Definition at line 79 of file vm.py.

tuple src.wi.forms.vm.EditVMForm.name
static
Initial value:
forms.CharField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=45)),
label=_('Name'))

Definition at line 77 of file vm.py.


The documentation for this class was generated from the following file: