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