diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-position/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/-position/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-position/index.html b/api/pl.treksoft.kvision.core/-position/index.html new file mode 100644 index 00000000..2d5be57e --- /dev/null +++ b/api/pl.treksoft.kvision.core/-position/index.html @@ -0,0 +1,54 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>Position - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="./index.html">Position</a><br/> +<br/> +<h1>Position</h1> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Position</span></code> +<p>Definitions of CSS position options.</p> +<h3>Enum Values</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-s-t-a-t-i-c.html">STATIC</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-r-e-l-a-t-i-v-e.html">RELATIVE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-f-i-x-e-d.html">FIXED</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-a-b-s-o-l-u-t-e.html">ABSOLUTE</a></p> +</td> +<td> +</td> +</tr> +<tr> +<td> +<p><a href="-s-t-i-c-k-y.html">STICKY</a></p> +</td> +<td> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |