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 IndiaplazaForm(TableForm):
11
class IndiaplazaForm(TableForm):
-
 
12
    """
-
 
13
    Documentation for class IndiaplazaForm 
-
 
14
    Structure of the form for indiaplaza, contains the parameters that needs to be taken as input from the user 
12
 
15
    """
13
    class fields(WidgetsList):
16
    class fields(WidgetsList):
14
        INDIAPLAZA_DOMAINNAME = TextField()
17
        INDIAPLAZA_DOMAINNAME = TextField()
15
        INDIAPLAZA_DOMAINNAME1 = TextField()
18
        INDIAPLAZA_DOMAINNAME1 = TextField()
16
        INDIAPLAZA_URL = TextField()
19
        INDIAPLAZA_URL = TextField()
17
        INDIAPLAZA_HOMEPAGE = TextField()
20
        INDIAPLAZA_HOMEPAGE = TextField()