Subversion Repositories SmartDukaan

Rev

Rev 241 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 241 Rev 276
Line 7... Line 7...
7
from tw.api import WidgetsList
7
from tw.api import WidgetsList
8
from tw.forms import TableForm, TextField
8
from tw.forms import TableForm, TextField
9
from datastore.DataCodeAccessor import *
9
from datastore.DataCodeAccessor import *
10
 
10
 
11
class UnivercellForm(TableForm):
11
class UnivercellForm(TableForm):
-
 
12
    """
-
 
13
    Documentation for class UnivercellForm
-
 
14
    Structure of the form for univercell, contains the parameters that needs to be taken as input from the user  
12
 
15
    """
13
    class fields(WidgetsList):
16
    class fields(WidgetsList):
14
        UNIVERCELL_DOMAINNAME = TextField()
17
        UNIVERCELL_DOMAINNAME = TextField()
15
        UNIVERCELL_DOMAINNAME1 = TextField()
18
        UNIVERCELL_DOMAINNAME1 = TextField()
16
        UNIVERCELL_URL = TextField()
19
        UNIVERCELL_URL = TextField()
17
        UNIVERCELL_HOMEPAGE = TextField()
20
        UNIVERCELL_HOMEPAGE = TextField()