Searched refs:SetColor (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcktextcolorcommand.js | 55 FCKTextColorCommand.prototype.SetColor = function( color ) method in FCKTextColorCommand 90 command.SetColor( color ) ; 97 command.SetColor( '' ) ;
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Form.php | 872 $bg_c = $this->mpdf->SetColor($background_col, 'CodeOnly'); 877 $bc_c = $this->mpdf->SetColor($border_col, 'CodeOnly'); 1156 $bg_c = $this->mpdf->SetColor($background_col, 'CodeOnly'); 1161 $bc_c = $this->mpdf->SetColor($border_col, 'CodeOnly');
|
H A D | Mpdf.php | 3356 function SetColor($col, $type = '') 3382 $out = $this->SetColor($col, 'Draw'); 3398 $out = $this->SetColor($col, 'Fill'); 3415 $out = $this->SetColor($col, 'Text'); 7455 explode(" ", $this->SetColor($objattr['bgcolor'], 'CodeOnly')) 7464 explode(" ", $this->SetColor($objattr['color'], 'CodeOnly')) 3328 function SetColor($col, $type = '') global() function in Mpdf\\Mpdf
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 84 …SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
|
H A D | fckeditorcode_ie.js | 88 …SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 74 …SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
|
H A D | fckeditorcode_gecko.js | 73 …SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
|