added dependency info
This commit is contained in:
parent
a9bd12fec0
commit
2703d21168
1 changed files with 13 additions and 6 deletions
|
@ -43,13 +43,20 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
<h2 id="uhr-titel">Die Uhr</h2>
|
||||
<div id="uhr1"></div>
|
||||
<h3>Benötigte Bibliotheken</h3>
|
||||
<ul>
|
||||
<li><a href="http://jquery.com/download/">jQuery</a> (getestet mit Version 2.0.3)</li>
|
||||
<li><a href="http://jqueryui.com/download/">jQuery-UI</a> (getestet mit Version 1.10.3) mit folgenden Komponenten:
|
||||
<ul>
|
||||
<li>core</li>
|
||||
<li>widget</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="https://github.com/carhartl/jquery-cookie/releases">jQuery-cookie</a> (getestet mit Version 1.4.0)</li>
|
||||
</ul>
|
||||
<h3>Einbinden in HTML</h3>
|
||||
<h3>Konfiguration</h3>
|
||||
<p>Es existieren die folgenden Konfigurationsoptionen:</p>
|
||||
status: 'on',
|
||||
language: 'de_CH',
|
||||
theme: 'black',
|
||||
force: false,
|
||||
controls: true
|
||||
|
||||
<dl>
|
||||
<dt><tt>width</tt></dt>
|
||||
<dd>Die Breite der Uhr als CSS-String, z.B. <tt>'50%'</tt>, <tt>'120px'</tt> oder <tt>'2.8em'</tt>. Die Höhe passt sich automatisch der Breite an, so dass die Uhr immer Quadratisch ist.
|
||||
|
|
Loading…
Reference in a new issue