Searched refs:SetColor (Results 1 – 10 of 10) sorted by relevance
| /plugin/grensladawritezor/fckeditor/editor/_source/commandclasses/ |
| D | fcktextcolorcommand.js | 58 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/ |
| 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/ |
| 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');
|
| D | Mpdf.php | 3356 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/ |
| D | fckeditorcode_gecko.js | 68 …SetColor=function(A){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColo… method in FCKTextColorCommand
|
| D | fckeditorcode_ie.js | 69 …SetColor=function(A){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColo… method in FCKTextColorCommand
|
| /plugin/fckg/fckeditor/editor/js/ |
| D | fckeditorcode_ie.js | 88 …SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
|
| D | fckeditorcode_gecko.js | 84 …SetColor=function(A){FCKUndo.SaveUndoStep();var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColo… method in FCKTextColorCommand
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 73 …SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
|
| D | fckeditorcode_ie.js | 74 …SetColor=function(A){var B=FCKStyles.GetStyle('_FCK_'+(this.Type=='ForeColor'?'Color':'BackColor')… method in FCKTextColorCommand
|