Framework:DefineStyle: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|DefineStyle]] | |||
[[Category:Functions - client-side|DefineStyle]] | [[Category:Functions - client-side|DefineStyle]] | ||
[[de:Framework:DefineStyle]] | [[de:Framework:DefineStyle]] | ||
Revision as of 15:33, 23 May 2012
Function
DefineStyle(<Expression>,<Font>,<Size>,<Style>,<Color>,<Value>);
| Parameter | Description |
| Expression | Name of the style |
| Font | Name of the font |
| Size | Size of the font |
| Style | Bold, italic, underline(BCU) |
| Color | Color of the font |
| Value | Color of the styles, can be also a variable |
Result
Defines a style with font and backcolor.
Example
DefineStyle(style1,Microsoft Sans Serif,10,B,FFFFFF,Summen);