added autoresize option and updated documentation
This commit is contained in:
parent
e8a0bfe5be
commit
2edf130472
4 changed files with 25 additions and 14 deletions
|
@ -142,6 +142,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<dd>Gibt an, ob die Steuerelemente zur Auswahl von Farbe und Sprache und der Ein-/Ausschalter angezeigt werden sollen. Mögliche Werte sind <code>true</code> oder <code>false</code>.
|
||||
<br/>Typ: boolean
|
||||
<br/>Default: <code>true</code></dd>
|
||||
<dt><code>autoresize</code></dt>
|
||||
<dd>Gibt an, ob die Uhr ihre Grösse dynamisch anpassen soll, wenn das Elternelement seine Grösse ändert, oder ob sie immer die anfängliche Grösse behält. Mögliche Werte sind <code>true</code> oder <code>false</code>.
|
||||
<br/>Typ: boolean
|
||||
<br/>Default: <code>true</code></dd>
|
||||
</dl>
|
||||
<script type="text/javascript">
|
||||
(function($) {
|
||||
|
@ -150,7 +154,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
language: 'de_CH',
|
||||
theme: 'black',
|
||||
controls: false,
|
||||
force: true
|
||||
force: true,
|
||||
autoresize: false
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue