Changes between Version 16 and Version 17 of GSOCWebSetupImplementation


Ignore:
Timestamp:
04/05/11 17:33:39 (14 years ago)
Author:
anubhav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSOCWebSetupImplementation

    v16 v17  
    187187The TABLE() function will be extremely useful for setting the user interface and SELECT() function for defining dropboxes. INPUT() will help us define check boxes and other input types. All the fields stored in modules for every setting will be sent to the user using INPUT() (jquery validation requirement, input type and default value ) and FIELDSET(for field id  and the keys of the,  setting variable are extremely important here)
    188188* Module Forms:
     189[[BR]]
     190
    189191{{{
    190192#!html
     
    412414}}}
    413415
    414 *for adding some text on the  main page
     416* ''For adding some text on the  main page''
    415417
    416418We will just set a text field in the form.  Where he can type anything which he wants to be displayed at the main landing page of eden. I will set a global variable, that later I will write to the file 000_config.Then a division would be created in the index page of eden for displaying simple text.