Home
last modified time | relevance | path

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

/webtrees/app/Report/
H A DHtmlRenderer.php80 public float $maxY = 0; variable in Fisharebest\\Webtrees\\Report\\HtmlRenderer
187 $this->maxY = 0;
199 … echo '<script>document.getElementById("bodydiv").style.height="', $this->maxY, 'pt";</script>';
204 $this->maxY = 0;
215 … echo '<script>document.getElementById("footerdiv").style.height="', $this->maxY, 'pt";</script>';
382 $this->maxY += 10;
385 if ($this->maxY < $this->Y) {
387 $this->maxY = $this->Y;
390 $this->Y = $this->maxY;
403 if ($this->maxY < $y) {
[all …]