Index: srcgen-binding.xml =================================================================== --- srcgen-binding.xml (Revision 6757) +++ srcgen-binding.xml (Arbeitskopie) @@ -71,20 +71,26 @@

The binding element is the root element and contains the binding - information. The attribute defaultBindingType controls - the Class creation type. -

- - - - - Be careful when using defaultBindingType attribute as it - will override the binding type specified in the - castorbuilder.properties file. - - + information.

+ + + + Name + Description + Default + Required? + + + defaultBindingType + Controls the class creation mode + for details on the available modes. Please note that the mode + specified in this attribute will override the binding type specified + in the castorbuilder.properties file. + element + No + + +
Index: style/exolab.xsl =================================================================== --- style/exolab.xsl (Revision 6757) +++ style/exolab.xsl (Arbeitskopie) @@ -970,7 +970,7 @@ - + @@ -981,7 +981,9 @@ - + + + @@ -993,9 +995,6 @@ #DDDDDD - Index: style/default.css =================================================================== --- style/default.css (Revision 6757) +++ style/default.css (Arbeitskopie) @@ -139,14 +139,24 @@ .newsTitle { font-size: 12px; font-family: "Tahoma", "Helvetica", "Arial", "sans-serif"; - line-height: 16px; color: #222222; + line-height: 16px; + color: #222222; font-weight: bold; } .newsSummary { font-size: 11px; font-family: "Tahoma", "Helvetica", "Arial", "sans-serif"; - line-height: 14px; color: #222222; + line-height: 14px; + color: #222222; } +.cheader { + font-family: "Tahoma", "Helvetica", "Arial", "sans-serif"; + font-size: 12px; + background: #7270c2; + color: black + font-weight: bold +} +