Word Cloud: add full cycle Python + HTML + JS

This commit is contained in:
Vasyl Nakvasiuk
2013-04-08 15:48:30 +03:00
parent 5a36b7c332
commit dac9b5c038
6 changed files with 88 additions and 49 deletions

View File

@@ -3,6 +3,20 @@
class="${element_class}"
data-ajax-url="${ajax_url}"
>
<section id="input-cloud-section">
% for row in range(num_inputs):
<input class="input-cloud" type="text" size="40" />
% endfor
<section class="action">
<input class="save" type="button" value="Save" />
</section>
</section>
<section id="result-cloud-section" style="display: none;">
</section>
<!-- Hidden field to read configuration JSON from. -->
<div class="${element_class}_div" id="${element_id}_json" style="display: none;">${configuration_json}</div>
</section>