12 lines
340 B
HTML
12 lines
340 B
HTML
|
|
<div id="{{__SELF__}}" class="{{__SELF__.property('css_class')}}"></div>
|
|
{% put scripts %}
|
|
<script>
|
|
$.request('{{__SELF__}}::onDisplay',{
|
|
data:{random:{{__SELF__.property('random')}}
|
|
{% if __SELF__.property('css_class') %},css_class:'{{__SELF__.property('css_class')}}' {% endif %}
|
|
}
|
|
});
|
|
</script>
|
|
{% endput %}
|