Commit ffedf367 authored by Sven Franck's avatar Sven Franck

app: added mini to controlgroup widget

parent 73c3f6f2
......@@ -970,6 +970,7 @@
* "property_dict": {
* "id": null,
* "class_list": null,
* "mini": null
* "theme": null,
* "direction": "horizontal",
* "label": {
......@@ -1040,7 +1041,8 @@
"type": "div",
"direct": {
"className": "ui-corner-all ui-controlgroup " +
(spec.class_list || "") + " ui-controlgroup-" + direction
(spec.class_list || "") + " ui-controlgroup-" + direction +
(spec.mini ? " ui-mini" : "")
},
"attributes": {
"data-role": "controlgroup",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment