Home
last modified time | relevance | path

Searched refs:SetColor (Results 1 – 7 of 7) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktextcolorcommand.js55 FCKTextColorCommand.prototype.SetColor = function( color ) method in FCKTextColorCommand
90 command.SetColor( color ) ;
97 command.SetColor( '' ) ;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php872 $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 DMpdf.php3356 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 Dfckeditorcode_gecko.js84SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
H A Dfckeditorcode_ie.js88SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js74SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
H A Dfckeditorcode_gecko.js73SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand