diff options
Diffstat (limited to 'files/pl/web/api/document/execcommand/index.html')
-rw-r--r-- | files/pl/web/api/document/execcommand/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/pl/web/api/document/execcommand/index.html b/files/pl/web/api/document/execcommand/index.html index 0718107051..300719a226 100644 --- a/files/pl/web/api/document/execcommand/index.html +++ b/files/pl/web/api/document/execcommand/index.html @@ -11,7 +11,7 @@ tags: - edytor translation_of: Web/API/Document/execCommand --- -<div></div> + <div>Kiedy dokument HTML jest przełączony w tryb <code>designMode</code>, obiekt dokumentu udostępnia metodę <code>execCommand</code>, która pozwala uruchomić komendy manipulujące edytowalnym obszarem. Większość poleceń wpływa na zaznaczony obszar (pogrubienie, kursywa itd.), podczas gdy inne wstawiają nowe elementy (dodawanie linku) lub wpływają na całą linię (wcięcia). Przy użyciu <code>contentEditable</code>, wywołanie <code>execCommand()</code> wpływa na aktywny edytowalny element.</div> |