From 4e7da5803d972a000ebc7c625fd5f0abd0a32370 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Fri, 16 Jul 2021 08:28:32 -0400 Subject: Delete broken Polish clientHeight page (#1545) --- files/pl/web/api/element/clientheight/index.html | 47 ------------------------ 1 file changed, 47 deletions(-) delete mode 100644 files/pl/web/api/element/clientheight/index.html (limited to 'files/pl/web/api') diff --git a/files/pl/web/api/element/clientheight/index.html b/files/pl/web/api/element/clientheight/index.html deleted file mode 100644 index 7014fd35f5..0000000000 --- a/files/pl/web/api/element/clientheight/index.html +++ /dev/null @@ -1,47 +0,0 @@ ---- -title: element.clientHeight -slug: Web/API/Element/clientHeight -tags: - - DOM - - Dokumentacja_Gecko_DOM - - Gecko - - Wszystkie_kategorie -translation_of: Web/API/Element/clientHeight ---- -

{{ ApiRef() }}

-

Podsumowanie

-

Zwraca wewnętrzną wysokość elementu w pikselach, włączając marginesy wewnętrzne ( - - padding - ), ale bez poziomego paska przewijania, obramowań i marginesów zewnętrznych ( - - margin - ).

-

clientHeight można wyliczyć jako (właśność height CSS) + (padding w CSS) - (wysokość poziomego paska przewijania (jeśli jest)).

-

Składnia i wartości

-
var h = element.clientHeight;
-
-

h to liczba całkowita reprezentująca clientHeight elementu w pikselach.

-

clientHeight jest tylko do odczytu.

-

Przykład

-
-
-

padding-top

-

Gentle, individualistic and very loyal, Birman cats fall between Siamese and Persian in character. If you admire cats that are non aggressive, that enjoy being with humans and tend to be on the quiet side, you may well find that Birman cats are just the felines for you.

-

Image:BirmanCat.jpgAll Birmans have colorpointed features, dark coloration of the face, ears, legs and tail.

-

Cat image and text coming from http://www.best-cat-art.com/

-

padding-bottom

-
- LeftTopRightBottommargin-topmargin-bottomborder-topborder-bottom
-

Grafika:clientHeight.png

-

Specyfikacja

-

Nie należy do żadnej ze specyfikacji W3C.

-

Uwagi

-

clientHeight jest niestandardową właściwością, wprowadzoną w modelu obiektowym przeglądarki Internet Explorer.

-

Dokumentacja

- -

{{ languages( { "en": "en/DOM/element.clientHeight", "fr": "fr/DOM/element.clientHeight", "ja": "ja/DOM/element.clientHeight", "zh-cn": "cn/DOM/element.clientHeight" } ) }}

-- cgit v1.2.3-54-g00ecf