[Pkg-javascript-commits] [jquery-minicolors] 15/46: Added format/keywords to docs
David Prévot
taffit at moszumanska.debian.org
Sun Oct 25 17:18:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository jquery-minicolors.
commit b772835e34aac15043947720f2903df74417fb29
Author: Cory LaViska <cory at abeautifulsite.net>
Date: Thu Sep 17 15:00:21 2015 -0400
Added format/keywords to docs
---
index.html | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/index.html b/index.html
index 0976b70..5f743ed 100644
--- a/index.html
+++ b/index.html
@@ -396,8 +396,6 @@ $.minicolors.defaults = $.extend($.minicolors.defaults, {
are already initialized.
</p>
-
-
<dl>
<dt>animationSpeed</dt>
<dd>
@@ -452,6 +450,14 @@ $.minicolors.defaults = $.extend($.minicolors.defaults, {
</p>
</dd>
+ <dt>format</dt>
+ <dd>
+ <p>
+ The format miniColors should use. Valid options are <code>hex</code> and
+ <code>rgb</code>.
+ </p>
+ </dd>
+
<dt>hideSpeed & showSpeed</dt>
<dd>
<p>
@@ -466,6 +472,14 @@ $.minicolors.defaults = $.extend($.minicolors.defaults, {
</p>
</dd>
+ <dt>keywords</dt>
+ <dd>
+ <p>
+ A comma-separated list of keywords that the control should accept (e.g. inherit,
+ transparent, initial). By default, no keywords are allowed.
+ </p>
+ </dd>
+
<dt>letterCase</dt>
<dd>
<p>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git
More information about the Pkg-javascript-commits
mailing list