Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/
Dfcktextcolorcommand.js58 FCKTextColorCommand.prototype.SetColor = function( color ) method in FCKTextColorCommand
91 this.Command.SetColor( '#' + this.Color ) ;
98 this.Command.SetColor( '' ) ;
106 …Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, this.Command.SetColor ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfcktextcolorcommand.js55 FCKTextColorCommand.prototype.SetColor = function( color ) method in FCKTextColorCommand
90 command.SetColor( color ) ;
97 command.SetColor( '' ) ;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
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');
DMpdf.php3356 function SetColor($col, $type = '') function in Mpdf\\Mpdf
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'))
/plugin/grensladawritezor/fckeditor/editor/js/
Dfckeditorcode_gecko.js68SetColor=function(A){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColo… method in FCKTextColorCommand
Dfckeditorcode_ie.js69SetColor=function(A){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColo… method in FCKTextColorCommand
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js88SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
Dfckeditorcode_gecko.js84SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js73SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
Dfckeditorcode_ie.js74SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand