Subversion Repositories SmartDukaan

Rev

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

Rev 241 Rev 276
Line 6... Line 6...
6
from tw.api import WidgetsList
6
from tw.api import WidgetsList
7
from tw.forms import TableForm, TextField
7
from tw.forms import TableForm, TextField
8
from datastore.DataCodeAccessor import *
8
from datastore.DataCodeAccessor import *
9
 
9
 
10
class InfibeamForm(TableForm):
10
class InfibeamForm(TableForm):
-
 
11
    """
-
 
12
    Documentation for class InfibeamForm
-
 
13
    Structure of the form for infibeam, conatains the parameters that needs to be taken as input from the user  
11
 
14
    """
12
    class fields(WidgetsList):
15
    class fields(WidgetsList):
13
        INFIBEAM_DOMAINNAME = TextField()
16
        INFIBEAM_DOMAINNAME = TextField()
14
        #INFIBEAM_NO = TextField()
17
        #INFIBEAM_NO = TextField()
15
        #INFIBEAM_CT = TextField()
18
        #INFIBEAM_CT = TextField()
16
        INFIBEAM_URL = TextField()
19
        INFIBEAM_URL = TextField()