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 BabuchakForm(TableForm):
11
class BabuchakForm(TableForm):
-
 
12
    """
-
 
13
    Documentation for class BabuchakForm
-
 
14
    Structure of the form for babuchak, contains the parameters that needs to be taken as input from the user 
12
 
15
    """
13
    class fields(WidgetsList):
16
    class fields(WidgetsList):
14
        BABUCHAK_DOMAINNAME = TextField()
17
        BABUCHAK_DOMAINNAME = TextField()
15
        BABUCHAK_DOMAINNAME1 = TextField()
18
        BABUCHAK_DOMAINNAME1 = TextField()
16
        BABUCHAK_DOMAINNAME2 = TextField()
19
        BABUCHAK_DOMAINNAME2 = TextField()
17
        BABUCHAK_URL = TextField()
20
        BABUCHAK_URL = TextField()