diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-06-02 00:47:15 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-06-02 00:47:15 +0200 |
commit | 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 (patch) | |
tree | e26bb718fdfac0b1c7745d9d9c2b2c93e6ce51f6 /api/pl.treksoft.kvision.form/-form-control/index.html | |
parent | 7ada58635fcbbbef5a5a3c466ae688a4319cde31 (diff) | |
download | kvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.tar.gz kvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.tar.bz2 kvision-12d2bd198c9ff5cb197e50da2d024a2418b8ee36.zip |
Upgrade to 0.0.13
Diffstat (limited to 'api/pl.treksoft.kvision.form/-form-control/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.form/-form-control/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/pl.treksoft.kvision.form/-form-control/index.html b/api/pl.treksoft.kvision.form/-form-control/index.html index 8fe99e19..2881e185 100644 --- a/api/pl.treksoft.kvision.form/-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-form-control/index.html @@ -233,19 +233,19 @@ </tr> <tr> <td> -<p><a href="../-date-form-control/index.html">DateFormControl</a></p> +<p><a href="../-k-date-form-control/index.html">KDateFormControl</a></p> </td> <td> -<code><span class="keyword">interface </span><span class="identifier">DateFormControl</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">FormControl</span></a></code> +<code><span class="keyword">interface </span><span class="identifier">KDateFormControl</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">FormControl</span></a></code> <p>Base interface of a form control with a date value.</p> </td> </tr> <tr> <td> -<p><a href="../-files-form-control/index.html">FilesFormControl</a></p> +<p><a href="../-k-files-form-control/index.html">KFilesFormControl</a></p> </td> <td> -<code><span class="keyword">interface </span><span class="identifier">FilesFormControl</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">FormControl</span></a></code> +<code><span class="keyword">interface </span><span class="identifier">KFilesFormControl</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">FormControl</span></a></code> <p>Base interface of a form control with a list of files value.</p> </td> </tr> |