From 8e395cbe724236bebe52ee13413a1f8edfc38f5c Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Wed, 1 Aug 2012 05:51:59 -0700 Subject: [PATCH] added missing docs --- index.html | 12 ++++++++++++ select2-latest.html | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/index.html b/index.html index eb537ede..09615e19 100755 --- a/index.html +++ b/index.html @@ -1154,6 +1154,18 @@ $("#tags").select2({ they will be converted into an object that has an id and text attribute equal to the value of the string. + containerCssfunction/string + Inline css that will be added to select2's container + + containerCssClassfunction/string + Css class that will be added to select2's container tag + + dropdownCssfunction/string + Inline css that will be added to select2's dropdown container + + dropdownCssClassfunction/string + Css class that will be added to select2's dropdown container +
diff --git a/select2-latest.html b/select2-latest.html index 683f1487..93f90a20 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -1155,6 +1155,18 @@ $("#tags").select2({ they will be converted into an object that has an id and text attribute equal to the value of the string. + containerCssfunction/string + Inline css that will be added to select2's container + + containerCssClassfunction/string + Css class that will be added to select2's container tag + + dropdownCssfunction/string + Inline css that will be added to select2's dropdown container + + dropdownCssClassfunction/string + Css class that will be added to select2's dropdown container +