| Method Details |
getCombinedStyle
| protected array getCombinedStyle |
(TStyle $obj ) |
| Input |
| TStyle | $obj | control style |
| Output |
|
array
| all the style properties combined. |
| Exception |
|
getCssClassDiff
| protected string getCssClassDiff |
() |
| Output |
|
string
| changes to the CSS class name. |
| Exception |
|
getDifference
| public array getDifference |
() |
| Output |
|
array
| list of changes to the control style and CSS class name. |
| Exception |
|
getStyleDiff
| protected array getStyleDiff |
() |
| Output |
|
array
| list of changes to the control style. |
| Exception |
|
getStyleFromString
| protected void getStyleFromString |
(string $string , array 1 ) |
| Input |
| string | $string | CSS custom style string. |
| array | 1 | CSS style as name-value array. |
| Output |
| Exception |
|