CmfStyle Class |
Namespace: Aras.Modules.CMF.Public
Aras.Modules.CMF.Public.CmfStyle = function(); Type.createClass( 'Aras.Modules.CMF.Public.CmfStyle');
The CmfStyle type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | backgroundColor |
Hex format and only in format: "#aBcdeF" is only supported.
|
![]() ![]() | fontFamily |
Get/Set font-family.
|
![]() ![]() | fontSize |
Integer values (not decimal) are only supported. In Pixels.
|
![]() ![]() | fontStyle |
"normal" and "italic" values are only supported.
|
![]() ![]() | fontWeight |
"normal" and "bold" values are only supported.
|
![]() ![]() | textAlign |
"left", "right" and "center" values are only supported.
|
![]() ![]() | textColor |
Hex format and only in format: "#aBcdeF" is only supported.
|
![]() ![]() | textDecoration |
"none" and "underline" values are only supported.
|