Sha256: c9a7b4cfdd4a0afe6cc9d909e83aa1ec4e1ac0555dc20bd5209b0a2c69722a88
Contents?: true
Size: 642 Bytes
Versions: 1
Compression:
Stored size: 642 Bytes
Contents
<small>Example:</small> <pre style="font-size: 10px; padding-bottom: 20px; padding-top: 20px; background-color: #eee !important; border: lightgray thin; "> <%= render_idecoder(theme: "vibrant_ink", mode: "<%= @mode %>" height: "100px", width: "90%", copy: false) %> </pre> Selected language: <%= select_tag "mode", options_for_select(@modes, @mode) %> <br /><br /> <hr> <div style="margin: 20px;"> <%= render_idecoder(theme: "vibrant_ink", mode: @mode, height: "100px", width: "90%", copy: false) %> </div> <script> $("#mode").on("change", function () { window.location = "/idecoder?mode="+$("#mode").val(); }); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
idecoder-0.1.2 | app/views/idecoder/runners/test.html.erb |