diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 21:46:22 -0500 |
commit | a065e04d529da1d847b5062a12c46d916408bf32 (patch) | |
tree | fe0f8bcec1ff39a3c499a2708222dcf15224ff70 /files/ko/mozilla/tech/xul/splitter/index.html | |
parent | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (diff) | |
download | translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.gz translated-content-a065e04d529da1d847b5062a12c46d916408bf32.tar.bz2 translated-content-a065e04d529da1d847b5062a12c46d916408bf32.zip |
update based on https://github.com/mdn/yari/issues/2028
Diffstat (limited to 'files/ko/mozilla/tech/xul/splitter/index.html')
-rw-r--r-- | files/ko/mozilla/tech/xul/splitter/index.html | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/files/ko/mozilla/tech/xul/splitter/index.html b/files/ko/mozilla/tech/xul/splitter/index.html deleted file mode 100644 index 863f3c76db..0000000000 --- a/files/ko/mozilla/tech/xul/splitter/index.html +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: splitter -slug: Mozilla/Tech/XUL/splitter -translation_of: Archive/Mozilla/XUL/splitter ---- -<p><?xml version="1.0"?> <?xml-stylesheet href="<a class="external" rel="freelink">chrome://global/skin</a>" type="text/css"?></p> -<p><window title="XUL Splitters"</p> -<pre class="eval"> xmlns:html="<a class="external" href="http://www.w3.org/1999/xhtml" rel="freelink">http://www.w3.org/1999/xhtml</a>" - xmlns="<a class="external" href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" rel="freelink">http://www.mozilla.org/keymaster/gat...re.is.only.xul</a>"> -</pre> -<p><script> <![CDATA[</p> -<p>]]> </script></p> -<p><description><html:h1>XUL Splitters</html:h1></description></p> -<pre class="eval"><vbox flex="1" style="overflow: auto"> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="collapse before" /> - <groupbox flex="1"><label flex="1" value="Left side" /></groupbox> - <splitter collapse="before" ><grippy /></splitter> - <groupbox flex="1"><label flex="1" value="Right side" /></groupbox> - </groupbox> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="collapse after" /> - <groupbox flex="1"><label flex="1" value="Left side" /></groupbox> - <splitter collapse="after" ><grippy /></splitter> - <groupbox flex="1"><label flex="1" value="Right side" /></groupbox> - </groupbox> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="no collapse" /> - <groupbox flex="1"><label flex="1" value="Left side" /></groupbox> - <splitter collapse="none" /> - <groupbox flex="1"><label flex="1" value="Right side" /></groupbox> - </groupbox> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="resize the closest widgets on both sides" /> - <groupbox flex="1"><description>Left most side</description></groupbox> - <groupbox flex="1"><description>Middle Left side</description></groupbox> - <groupbox flex="1"><description>Closest Left side</description></groupbox> - <splitter collapse="none" resizebefore="closest" resizeafter="closest" /> - <groupbox flex="1"><description>Closest Right side</description></groupbox> - <groupbox flex="1"><description>Middle Right side</description></groupbox> - <groupbox flex="1"><description>Right most side</description></groupbox> - </groupbox> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="resize the farthest widgets on both sides" /> - <groupbox flex="1"><description>Left most side</description></groupbox> - <groupbox flex="1"><description>Middle Left side</description></groupbox> - <groupbox flex="1"><description>Closest Left side</description></groupbox> - <splitter collapse="none" resizebefore="farthest" resizeafter="farthest" /> - <groupbox flex="1"><description>Closest Right side</description></groupbox> - <groupbox flex="1"><description>Middle Right side</description></groupbox> - <groupbox flex="1"><description>Right most side</description></groupbox> - </groupbox> -</pre> -<p> </p> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="grow the widgets on the right side" /> - <groupbox flex="1"><description>Left side</description></groupbox> - <splitter collapse="none" resizebefore="grow" resizeafter="grow" /> - <groupbox flex="1"><description>Closest Right side</description></groupbox> - <groupbox flex="1"><description>Middle Right side</description></groupbox> - <groupbox flex="1"><description>Right most side</description></groupbox> - </groupbox> -</pre> -<pre class="eval"> <groupbox orient="horizontal" flex="1"> - <caption label="double splitters" /> - <groupbox flex="1"><label flex="1" value="Left side" /></groupbox> - <splitter collapse="before" ><grippy /></splitter> - <groupbox flex="1"><label flex="1" value="Middle" /></groupbox> - <splitter collapse="after" ><grippy /></splitter> - <groupbox flex="1"><label flex="1" value="Right side" /></groupbox> - </groupbox> -</pre> -<p></vbox></p> -<p></window></p> |