Home
last modified time | relevance | path

Searched refs:bgcolor (Results 1 – 12 of 12) sorted by relevance

/webtrees/app/Report/
H A DReportBaseTextbox.php35 public string $bgcolor; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
80 * @param string $bgcolor Background color code in HTML
94 string $bgcolor, argument
105 $this->bgcolor = $bgcolor;
H A DReportBaseCell.php48 public string $bgcolor; variable in Fisharebest\\Webtrees\\Report\\ReportBaseCell
110 * @param string $bgcolor Background color code
126 string $bgcolor, argument
139 $this->bgcolor = $bgcolor;
H A DPdfRenderer.php409 * @param string $bgcolor Background color code
422 …Cell(float $width, float $height, string $border, string $align, string $bgcolor, string $style, i… argument
424 …return new ReportPdfCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $fi…
433 * @param string $bgcolor Background color code in HTML
449 string $bgcolor, argument
459 …return new ReportPdfTextBox($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck,…
H A DHtmlRenderer.php226 * @param string $bgcolor Background color code
239 …Cell(float $width, float $height, string $border, string $align, string $bgcolor, string $style, i… argument
241 …return new ReportHtmlCell($width, $height, $border, $align, $bgcolor, $style, $ln, $top, $left, $f…
250 * @param string $bgcolor Background color code in HTML
266 string $bgcolor, argument
276 …return new ReportHtmlTextbox($width, $height, $border, $bgcolor, $newline, $left, $top, $pagecheck…
H A DAbstractRenderer.php186 * @param string $bgcolor Background color code
204 string $bgcolor, argument
222 * @param string $bgcolor Background color code in HTML
238 string $bgcolor, argument
H A DReportHtmlCell.php81 if (!empty($this->bgcolor)) {
82 echo 'background-color:', $this->bgcolor, ';';
H A DReportPdfCell.php60 if (!empty($this->bgcolor)) {
62 if (preg_match('/#?(..)(..)(..)/', $this->bgcolor, $match)) {
H A DReportHtmlTextbox.php232 if ($this->fill && $this->bgcolor !== '') {
233 echo ' background-color:', $this->bgcolor, ';';
H A DReportParserGenerate.php544 $bgcolor = $attrs['bgcolor'] ?? '';
624 $bgcolor,
767 $bgcolor = '';
769 $bgcolor = $attrs['bgcolor'];
873 $bgcolor,
H A DReportPdfTextBox.php242 if (preg_match('/#?(..)(..)(..)/', $this->bgcolor, $match)) {
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/
H A Dcommon.js7 ….attributes.bgcolor){var b=CKEDITOR.tools.parseCssText(a.attributes.style);b["background-color"]||…
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/
H A Dflash.js23 …:"text",id:"bgcolor",requiredContent:"embed[bgcolor]",label:a.lang.flash.bgcolor,setup:b,commit:c},