Changes between Version 13 and Version 14 of S3/S3Summary


Ignore:
Timestamp:
07/31/14 13:44:29 (11 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Summary

    v13 v14  
    5959Each section configuration is a dict:
    6060{{{#!python
    61 settings.ui.summary = [{"name": "table",    # the section name, must be unique
    62                         "label": "Table",   # the section label, will automatically be translated
    63                         "common": False,    # show this section on all tabs
    64                         "translate": True,  # turn automatic label translation on/off (default=True)
    65                         "widgets": [...],   # list of widgets for this section
     61settings.ui.summary = [{"name": "table",    # Section name, must be unique
     62                        "label": "Table",   # Section label (for the tab), will automatically be translated
     63                        "common": False,    # Show this section on all tabs (default=False)
     64                        "translate": True,  # Turn automatic label translation on/off (default=True)
     65                        "widgets": [...],   # List of widgets for this section
    6666                        },
    6767                        {...}, # next section