Hi, I am struggling to make my CSS parameters work, after plenty of RTFM.
I have set these parameters for the button (component) labelled “Click Me”:
{… previous parameters work fine, sintax is fine, but CSS does nothing },
“cssCode” : {
“label” : “Styles”,
“type” : “group”,
“params” : {
“margin-top” : { “type” : “size”, “initial” : “0” },
“margin-bottom” : { “type” : “size”, “initial” : “0” },
“margin-left” : {… same },
“margin-right” : {… same }
}}}
This is waiting at the element’s Customize (CSS)
$el {
margin-top: {{dc:p:margin-top}};
margin-bottom: {{dc:p:margin-bottom}};
margin-left: {{dc:p:margin-left}};
margin-right: {{dc:p:margin-right}};
}
What am I doing wrong?
Thanks for your attention and helpful advise.