Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (46)
V5.01 (21)
V5.10 (15)
V5.20 (32)
V5.30 (16)
V5.31 (1)
V5.32 (4)
V5.33 (16)
V5.34 (7)
V5.35 (2)
V5.40 (27)
V5.41 (7)
V5.42 (4)
V5.43 (6)
V5.50 (1)
V5.60 (1)
V5.61 (2)
V5.70 (9)
V5.71 (4)
 
 How to insert these widgets?

      5. Reference
          5.11. Style templates
              5.11.3. Modify current style template (expert mode)
                  5.11.3.3. List of style classes
                      5.11.3.3.1. Style class : Body (document body)
                          5.11.3.3.1.1. Style class : Container
                              Style class : TablePanes
                                  Style class : RowPanes
                                      Style class : PageMiddlePane
                                          Style class : Idea (idea)
 Style class : CustomFieldsGroup (custom fields group)  

CustomFieldsGroup style class has 3 main sub classes, controlling the tabular representation of custom fields :

  • CustomFieldsSubtitle manages associated subtitle style,
  • CustomFieldName manages custom fields names style,
  • and CustomField manages custom fields values style.

Two other classes types, CFs and CF1 to CF32, control the display of all fields (CFs class), and the individual display of fields (CF1 to CF32).

Example :

 Class CustomFieldsGroup
font-size:0.8em;
font-family:arial;
margin-left:30pt;
margin-right:30pt;
color:white;
float:left;
background-color:RGB(74, 128, 193);

 Class CustomFieldsSubtitle
font-weight:800;

 Class CustomFieldName
font-style:italic;

 Class CustomField
font-weight:800;
background-color:RGB(123, 182, 225);

In such an example, custom fields are stored in a floating table with a blue background, written in white with arial font, with italic letters for field names and bold characters for field values.

Tasks
Start date2007/10/18
Due date2007/10/21
Percent finished100 %
Effective end date2007/10/18
CategoryV5.20