From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/de/archive/mozilla/xul/separator/index.html | 123 ---------------------- 1 file changed, 123 deletions(-) delete mode 100644 files/de/archive/mozilla/xul/separator/index.html (limited to 'files/de/archive/mozilla/xul/separator') diff --git a/files/de/archive/mozilla/xul/separator/index.html b/files/de/archive/mozilla/xul/separator/index.html deleted file mode 100644 index d01d1d589c..0000000000 --- a/files/de/archive/mozilla/xul/separator/index.html +++ /dev/null @@ -1,123 +0,0 @@ ---- -title: separator -slug: Archive/Mozilla/XUL/separator -tags: - - XUL Elemente - - XUL Referenz -translation_of: Archive/Mozilla/XUL/separator ---- -
- « XUL Referenz Startseite [ - Beispiele | - Attribute | - Eigenschaften | - Methoden | - Verwandte Themen ] -
-

Erstellt eine trennende Lücke zwischen Elementen. Dieser Typ ist dazu gedacht unterschiedliche Teile eines Dialogs aufzuteilen. Es wird kein sichtbarer Trennbalken dargestellt, aber ein kleiner Leerraum frei gelassen. Die Funktionsweise ist identisch zum spacer Element außer, dass standardmäßig eine kleine Größe eingestellt ist (normalerweise 1.5 em).

-
Attribute
orient
-
-
Styleklassen
groove, groove-thin, thin
-
-

Beispiele

-
<separator class="groove-thin"/>
-
-

Attribute

-
- - -
-
orient
-
Type: one of the values below
-
Used to specify whether the separator is a horizontal or vertical separator. Note that the values are the reverse of what seems more likely.
-
-
-
horizontal
-
The separator separates vertically placed elements.
-
vertical
-
The separator separates horizontally placed elements.
-
-
-
- - -
- - - - - -

Geerbt von XUL-Element
-align, -allowevents, -allownegativeassertions, -class, -coalesceduplicatearcs, -collapsed, -container, -containment, -context, -contextmenu, -datasources, -dir, -empty, -equalsize, -flags, -flex, -height, -hidden, -id, -insertafter, -insertbefore, -left, -maxheight, -maxwidth, -menu, -minheight, -minwidth, -mousethrough, -observes, -ordinal, -orient, -pack, -persist, -popup, -position, -preference-editable, -querytype, -ref, -removeelement, -sortDirection, -sortResource, -sortResource2, -statustext, -style, -template, -tooltip, -tooltiptext, -top, -uri, -wait-cursor, -width

-
-

Eigenschaften

- -

Geerbte Eigenschaften
align, , allowEvents, , boxObject, builder, , , , className, , , , , collapsed, contextMenu, controllers, database, datasources, dir, , , flex, height, hidden, id, , , left, , maxHeight, maxWidth, menu, minHeight, minWidth, , , , , , , observes, ordinal, orient, , pack, , persist, , , , ref, resource, , , , , statusText, style, ,, tooltip, tooltipText, top, width

-

Methoden

- -

Geerbte Methoden
element.addEventListener(), node.appendChild(), blur, click, node.cloneNode(), node.compareDocumentPosition(), element.dispatchEvent(), doCommand, focus, element.getAttribute(), element.getAttributeNode(), element.getAttributeNodeNS(), element.getAttributeNS(), element.getBoundingClientRect(), element.getClientRects(), getElementsByAttribute, getElementsByAttributeNS, element.getElementsByClassName(), element.getElementsByTagName(), element.getElementsByTagNameNS(), node.getFeature(), node.getUserData(), element.hasAttribute(), element.hasAttributeNS(), nodes.hasAttributes(), nodes.hasChildNodes(), node.insertBefore(), node.isDefaultNamespace(), node.isEqualNode(), node.isSameNode(), node.isSupported(), node.lookupNamespaceURI(), node.lookupPrefix(), node.normalize(), element.querySelector(), element.querySelectorAll(), element.removeAttribute(), element.removeAttributeNode(), element.removeAttributeNS(), node.removeChild(), element.removeEventListener(), node.replaceChild(), element.setAttribute(), element.setAttributeNode(), element.setAttributeNodeNS(), element.setAttributeNS(), node.setUserData()

-

Styleklassen

-

Folgende Klassen können benutzt werden, um den Stil des Elements zu bestimmen. Statt den Stil des Elements direkt zu ändern, sollten diese Klassen zu Hilfe genommen werden, da sie sich natürlicher in das vom Benutzer gewählte Theme der Benutzeroberfläche einfügen.

-
-
groove
-
A grooved separator.
-
-
groove-thin
-
A thin grooved separator.
-
-
thin
-
A thinner separator, which is usually 0.5 ems.
-
-

Verwandte Themen

-
Elemente
spacer, splitter, menuseparator, toolbarseparator, treeseparator.
-
-- cgit v1.2.3-54-g00ecf