[Frontend] Final styling on properties form in Inspector

open #638
Added custom radio button control and modified
PlotOptionsController / plotOptionsStructure
accordingly; spacing, borders, etc. are
all as finally intended;
This commit is contained in:
Charles Hacskaylo
2016-02-02 16:41:48 -08:00
committed by Henry
parent 371669fbce
commit f2903f4030
6 changed files with 320 additions and 285 deletions

View File

@ -68,6 +68,10 @@ define([
"key": "checkbox",
"templateUrl": "templates/controls/checkbox.html"
},
{
"key": "radio",
"templateUrl": "templates/controls/radio.html"
},
{
"key": "datetime",
"templateUrl": "templates/controls/datetime.html"