Searched refs:backgroundColorHex (Results 1 – 1 of 1) sorted by relevance
200 $backgroundColorHex = get_param("backgroundColorHex", "bch", "transparent"); variable201 if (preg_match("/^[0123456789ABCDEF]{6}$/i", $backgroundColorHex)) {202 $backgroundColorHexCss = "#" . $backgroundColorHex;204 $backgroundColorHexCss = $backgroundColorHex;