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 : TasksGroup (task fields group) 

TaskFieldsGroup style class has 3 sub classes : TaskFieldsSubtitle manages associated subtitle style, TaskFieldName manages custom fields names style, and TaskField manages custom fields values style.

Example :

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

 Class TaskFieldsSubtitle
font-weight:800;

 Class TaskFieldName
font-style:italic;

 Class TaskField
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.

See also :
Tasks
Start date2006/11/11
Due date2006/11/04
Percent finished100 %
Effective end date2006/11/11
CategoryV5