component css class
This commit is contained in:
parent
70740a965a
commit
91082558fb
|
|
@ -4,7 +4,7 @@
|
|||
<script>
|
||||
$.request('{{__SELF__}}::onDisplay',{
|
||||
data:{random:{{__SELF__.property('random')}}
|
||||
{% if __SELF__.property('css_class') %},css_class:{{__SELF__.property('css_class')}} {% endif %}
|
||||
{% if __SELF__.property('css_class') %},css_class:'{{__SELF__.property('css_class')}}' {% endif %}
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue