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 +