component css class
This commit is contained in:
parent
b30f1a71d2
commit
70740a965a
|
|
@ -3,7 +3,9 @@
|
||||||
{% put scripts %}
|
{% put scripts %}
|
||||||
<script>
|
<script>
|
||||||
$.request('{{__SELF__}}::onDisplay',{
|
$.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>
|
</script>
|
||||||
{% endput %}
|
{% endput %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue