Color

Coloring The Fields

How to color the fields in the cBizOne

Under the Fields.XML

For a particular field give the following tag with the appropriate color code in it as shown in the screenshot.

 
<Control>
    <ID>UserField4</ID>
    <CType>TextBox</CType>
    <TabNumber>5</TabNumber>
    <Left>1980</Left>
    <Top>1155</Top>
    <Width>3165</Width>
    <Height>285</Height>
    <BackColor>1798819</BackColor>
    <ForeColor>16777215</ForeColor>

    <FontBold>True</FontBold>
</Control>

For the color codes please find the appropriate color code in the below link

Link: http://html-color-codes.com/

Convert the hexadecimal to decimal by following link.

Link: http://www.statman.info/conversions/hexadecimal.html