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 NaaptolForm(TableForm):
11
class NaaptolForm(TableForm):
-
 
12
    """
-
 
13
    Documentation for class NaaptolForm
-
 
14
    Structure of the form for naaptol, contains the parameters that needs to be taken as input from the user  
12
 
15
    """
13
    class fields(WidgetsList):
16
    class fields(WidgetsList):
14
        NAAPTOL_DOMAINNAME = TextField()
17
        NAAPTOL_DOMAINNAME = TextField()
15
        NAAPTOL_DOMAINNAME1 = TextField()
18
        NAAPTOL_DOMAINNAME1 = TextField()
16
        NAAPTOL_DOMAINNAME2 = TextField()
19
        NAAPTOL_DOMAINNAME2 = TextField()
17
        NAAPTOL_URL = TextField()
20
        NAAPTOL_URL = TextField()