Work on GST.
This commit is contained in:
committed by
Alexander Kryklia
parent
643ac69a57
commit
0913e9ef69
@@ -430,6 +430,7 @@ courseware_only_js += [
|
||||
main_vendor_js = [
|
||||
'js/vendor/RequireJS.js',
|
||||
'js/vendor/json2.js',
|
||||
'js/vendor/RequireJS.js',
|
||||
'js/vendor/jquery.min.js',
|
||||
'js/vendor/jquery-ui.min.js',
|
||||
'js/vendor/jquery.cookie.js',
|
||||
|
||||
@@ -1,22 +1,12 @@
|
||||
<div align="center" id="${element_id}" class="${element_class}">
|
||||
<!-- xidden field to read configuration json from -->
|
||||
<div class="${element_class}" id="${element_id}_json" style="hidden"
|
||||
data-json="${configuration_json}"></div>
|
||||
|
||||
<!-- xidden field to read configuration json from -->
|
||||
<div class="${element_class}" id="${element_id}_json" style="hidden"
|
||||
data-json="${configuration_json}"></div>
|
||||
|
||||
<!-- xidden field to read configuration json from -->
|
||||
<div class="${element_class}" id="${element_id}_plot_code" style="hidden"
|
||||
data-plot="${plot_code}"></div>
|
||||
|
||||
<!-- main xml with marked places for sliders, number and plots -->
|
||||
${gst_html}
|
||||
<!-- xidden field to read configuration json from -->
|
||||
<div class="${element_class}" id="${element_id}_plot_code" style="hidden"
|
||||
data-plot="${plot_code}"></div>
|
||||
|
||||
<!-- main xml with marked places for sliders, number and plots -->
|
||||
${gst_html}
|
||||
</div>
|
||||
|
||||
|
||||
<script type="text/javascript" src="/static/js/graphical_slider_tool/main.js">
|
||||
// wil be invoked for every GST section
|
||||
// $(document).ready(function() {
|
||||
// console.log('Another GST applet is loaded')
|
||||
// });
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user