123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="google" value="notranslate">
- <title>Blockly Demo:</title>
- <link rel="stylesheet" href="style.css">
- <script src="/storage.js"></script>
- <script src="../../blockly_compressed.js"></script>
- <script src="../../blocks_compressed.js"></script>
- <script src="../../javascript_compressed.js"></script>
- <script src="../../python_compressed.js"></script>
- <script src="../../php_compressed.js"></script>
- <script src="../../lua_compressed.js"></script>
- <script src="../../dart_compressed.js"></script>
- <script src="code.js"></script>
- </head>
- <body>
- <table width="100%" height="100%">
- <tr>
- <td>
- <h1><a href="https://developers.google.com/blockly/">Blockly</a>‏ >
- <a href="../index.html">Demos</a>‏ >
- <span id="title">...</span>
- </h1>
- </td>
- <td class="farSide">
- <select id="languageMenu"></select>
- </td>
- </tr>
- <tr>
- <td colspan=2>
- <table width="100%">
- <tr id="tabRow" height="1em">
- <td id="tab_blocks" class="tabon">...</td>
- <td class="tabmin"> </td>
- <td id="tab_javascript" class="taboff">JavaScript</td>
- <td class="tabmin"> </td>
- <td id="tab_python" class="taboff">Python</td>
- <td class="tabmin"> </td>
- <td id="tab_php" class="taboff">PHP</td>
- <td class="tabmin"> </td>
- <td id="tab_lua" class="taboff">Lua</td>
- <td class="tabmin"> </td>
- <td id="tab_dart" class="taboff">Dart</td>
- <td class="tabmin"> </td>
- <td id="tab_xml" class="taboff">XML</td>
- <td class="tabmax">
- <button id="trashButton" class="notext" title="...">
- <img src='../../media/1x1.gif' class="trash icon21">
- </button>
- <button id="linkButton" class="notext" title="...">
- <img src='../../media/1x1.gif' class="link icon21">
- </button>
- <button id="runButton" class="notext primary" title="...">
- <img src='../../media/1x1.gif' class="run icon21">
- </button>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- <tr>
- <td height="99%" colspan=2 id="content_area">
- </td>
- </tr>
- </table>
- <div id="content_blocks" class="content"></div>
- <pre id="content_javascript" class="content"></pre>
- <pre id="content_python" class="content"></pre>
- <pre id="content_php" class="content"></pre>
- <pre id="content_lua" class="content"></pre>
- <pre id="content_dart" class="content"></pre>
- <textarea id="content_xml" class="content" wrap="off"></textarea>
- <xml id="toolbox" style="display: none">
- <category name="{catLogic}" colour="210">
- <block type="controls_if"></block>
- <block type="logic_compare"></block>
- <block type="logic_operation"></block>
- <block type="logic_negate"></block>
- <block type="logic_boolean"></block>
- <block type="logic_null"></block>
- <block type="logic_ternary"></block>
- </category>
- <category name="{catLoops}" colour="120">
- <block type="controls_repeat_ext">
- <value name="TIMES">
- <shadow type="math_number">
- <field name="NUM">10</field>
- </shadow>
- </value>
- </block>
- <block type="controls_whileUntil"></block>
- <block type="controls_for">
- <value name="FROM">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- <value name="TO">
- <shadow type="math_number">
- <field name="NUM">10</field>
- </shadow>
- </value>
- <value name="BY">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- </block>
- <block type="controls_forEach"></block>
- <block type="controls_flow_statements"></block>
- </category>
- <category name="{catMath}" colour="230">
- <block type="math_number"></block>
- <block type="math_arithmetic">
- <value name="A">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- <value name="B">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- </block>
- <block type="math_single">
- <value name="NUM">
- <shadow type="math_number">
- <field name="NUM">9</field>
- </shadow>
- </value>
- </block>
- <block type="math_trig">
- <value name="NUM">
- <shadow type="math_number">
- <field name="NUM">45</field>
- </shadow>
- </value>
- </block>
- <block type="math_constant"></block>
- <block type="math_number_property">
- <value name="NUMBER_TO_CHECK">
- <shadow type="math_number">
- <field name="NUM">0</field>
- </shadow>
- </value>
- </block>
- <block type="math_round">
- <value name="NUM">
- <shadow type="math_number">
- <field name="NUM">3.1</field>
- </shadow>
- </value>
- </block>
- <block type="math_on_list"></block>
- <block type="math_modulo">
- <value name="DIVIDEND">
- <shadow type="math_number">
- <field name="NUM">64</field>
- </shadow>
- </value>
- <value name="DIVISOR">
- <shadow type="math_number">
- <field name="NUM">10</field>
- </shadow>
- </value>
- </block>
- <block type="math_constrain">
- <value name="VALUE">
- <shadow type="math_number">
- <field name="NUM">50</field>
- </shadow>
- </value>
- <value name="LOW">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- <value name="HIGH">
- <shadow type="math_number">
- <field name="NUM">100</field>
- </shadow>
- </value>
- </block>
- <block type="math_random_int">
- <value name="FROM">
- <shadow type="math_number">
- <field name="NUM">1</field>
- </shadow>
- </value>
- <value name="TO">
- <shadow type="math_number">
- <field name="NUM">100</field>
- </shadow>
- </value>
- </block>
- <block type="math_random_float"></block>
- </category>
- <category name="{catText}" colour="160">
- <block type="text"></block>
- <block type="text_join"></block>
- <block type="text_append">
- <value name="TEXT">
- <shadow type="text"></shadow>
- </value>
- </block>
- <block type="text_length">
- <value name="VALUE">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- <block type="text_isEmpty">
- <value name="VALUE">
- <shadow type="text">
- <field name="TEXT"></field>
- </shadow>
- </value>
- </block>
- <block type="text_indexOf">
- <value name="VALUE">
- <block type="variables_get">
- <field name="VAR">{textVariable}</field>
- </block>
- </value>
- <value name="FIND">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- <block type="text_charAt">
- <value name="VALUE">
- <block type="variables_get">
- <field name="VAR">{textVariable}</field>
- </block>
- </value>
- </block>
- <block type="text_getSubstring">
- <value name="STRING">
- <block type="variables_get">
- <field name="VAR">{textVariable}</field>
- </block>
- </value>
- </block>
- <block type="text_changeCase">
- <value name="TEXT">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- <block type="text_trim">
- <value name="TEXT">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- <block type="text_print">
- <value name="TEXT">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- <block type="text_prompt_ext">
- <value name="TEXT">
- <shadow type="text">
- <field name="TEXT">abc</field>
- </shadow>
- </value>
- </block>
- </category>
- <category name="{catLists}" colour="260">
- <block type="lists_create_with">
- <mutation items="0"></mutation>
- </block>
- <block type="lists_create_with"></block>
- <block type="lists_repeat">
- <value name="NUM">
- <shadow type="math_number">
- <field name="NUM">5</field>
- </shadow>
- </value>
- </block>
- <block type="lists_length"></block>
- <block type="lists_isEmpty"></block>
- <block type="lists_indexOf">
- <value name="VALUE">
- <block type="variables_get">
- <field name="VAR">{listVariable}</field>
- </block>
- </value>
- </block>
- <block type="lists_getIndex">
- <value name="VALUE">
- <block type="variables_get">
- <field name="VAR">{listVariable}</field>
- </block>
- </value>
- </block>
- <block type="lists_setIndex">
- <value name="LIST">
- <block type="variables_get">
- <field name="VAR">{listVariable}</field>
- </block>
- </value>
- </block>
- <block type="lists_getSublist">
- <value name="LIST">
- <block type="variables_get">
- <field name="VAR">{listVariable}</field>
- </block>
- </value>
- </block>
- <block type="lists_split">
- <value name="DELIM">
- <shadow type="text">
- <field name="TEXT">,</field>
- </shadow>
- </value>
- </block>
- <block type="lists_sort"></block>
- </category>
- <category name="{catColour}" colour="20">
- <block type="colour_picker"></block>
- <block type="colour_random"></block>
- <block type="colour_rgb">
- <value name="RED">
- <shadow type="math_number">
- <field name="NUM">100</field>
- </shadow>
- </value>
- <value name="GREEN">
- <shadow type="math_number">
- <field name="NUM">50</field>
- </shadow>
- </value>
- <value name="BLUE">
- <shadow type="math_number">
- <field name="NUM">0</field>
- </shadow>
- </value>
- </block>
- <block type="colour_blend">
- <value name="COLOUR1">
- <shadow type="colour_picker">
- <field name="COLOUR">#ff0000</field>
- </shadow>
- </value>
- <value name="COLOUR2">
- <shadow type="colour_picker">
- <field name="COLOUR">#3333ff</field>
- </shadow>
- </value>
- <value name="RATIO">
- <shadow type="math_number">
- <field name="NUM">0.5</field>
- </shadow>
- </value>
- </block>
- </category>
- <sep></sep>
- <category name="{catVariables}" colour="330" custom="VARIABLE"></category>
- <category name="{catFunctions}" colour="290" custom="PROCEDURE"></category>
- </xml>
- </body>
- </html>
|