diff options
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-grid-flow')
5 files changed, 103 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n-d-e-n-s-e.html b/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n-d-e-n-s-e.html new file mode 100644 index 00000000..0eb06ac1 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n-d-e-n-s-e.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridFlow.COLUMNDENSE - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">GridFlow</a> / <a href="./-c-o-l-u-m-n-d-e-n-s-e.html">COLUMNDENSE</a><br/> +<br/> +<h1>COLUMNDENSE</h1> +<a name="pl.treksoft.kvision.panel.GridFlow.COLUMNDENSE"></a> +<code><span class="identifier">COLUMNDENSE</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n.html b/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n.html new file mode 100644 index 00000000..e4a7ff3f --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-flow/-c-o-l-u-m-n.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridFlow.COLUMN - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">GridFlow</a> / <a href="./-c-o-l-u-m-n.html">COLUMN</a><br/> +<br/> +<h1>COLUMN</h1> +<a name="pl.treksoft.kvision.panel.GridFlow.COLUMN"></a> +<code><span class="identifier">COLUMN</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w-d-e-n-s-e.html b/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w-d-e-n-s-e.html new file mode 100644 index 00000000..515a5532 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w-d-e-n-s-e.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridFlow.ROWDENSE - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">GridFlow</a> / <a href="./-r-o-w-d-e-n-s-e.html">ROWDENSE</a><br/> +<br/> +<h1>ROWDENSE</h1> +<a name="pl.treksoft.kvision.panel.GridFlow.ROWDENSE"></a> +<code><span class="identifier">ROWDENSE</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w.html b/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w.html new file mode 100644 index 00000000..0be1329f --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-flow/-r-o-w.html @@ -0,0 +1,14 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridFlow.ROW - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="index.html">GridFlow</a> / <a href="./-r-o-w.html">ROW</a><br/> +<br/> +<h1>ROW</h1> +<a name="pl.treksoft.kvision.panel.GridFlow.ROW"></a> +<code><span class="identifier">ROW</span></code> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.panel/-grid-flow/index.html b/api/pl.treksoft.kvision.panel/-grid-flow/index.html new file mode 100644 index 00000000..58e3b1f8 --- /dev/null +++ b/api/pl.treksoft.kvision.panel/-grid-flow/index.html @@ -0,0 +1,47 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>GridFlow - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.panel</a> / <a href="./index.html">GridFlow</a><br/> +<br/> +<h1>GridFlow</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">GridFlow</span></code> +<p>CSS grid flow options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-r-o-w.html">ROW</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-l-u-m-n.html">COLUMN</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-o-w-d-e-n-s-e.html">ROWDENSE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-c-o-l-u-m-n-d-e-n-s-e.html">COLUMNDENSE</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |