comparison Resources/CodeGeneration/testWasmIntegrated/testWasmIntegrated.html @ 500:329f229c2794 bgo-commands-codegen

Improvements to the integrated demo for TS <--> C++
author bgo-osimis
date Mon, 25 Feb 2019 06:35:21 +0100
parents baa9e1e932db
children 342f3e04bfa9
comparison
equal deleted inserted replaced
499:baa9e1e932db 500:329f229c2794
11 <!-- 11 <!--
12 <link href="testwasm_bootstrap.css" rel="stylesheet" /> 12 <link href="testwasm_bootstrap.css" rel="stylesheet" />
13 --> 13 -->
14 <body> 14 <body>
15 <div class="TestWasm-grid-container"> 15 <div class="TestWasm-grid-container">
16 <textarea id="TestWasm-SerializedInput" class="TestWasm-SerializedInput"> 16 <textarea id="TestWasm-SerializedInput" class="TestWasm-SerializedInput">Serialized data should be put here.</textarea>
17 Serialized data should be put here. 17 <textarea id="TestWasm-CppOutput" class="TestWasm-CppOutput">Free text and messages from C++ will appear here.</textarea>
18 </textarea> 18 <div class="TestWasm-ButtonContainer">
19 <textarea id="TestWasm-CppOutput" class="TestWasm-CppOutput"> 19 <div class="TestWasm-TriggerButton">
20 Free text and messages from C++ will appear here. 20 <button class="TestWasm-button" tool-selector="Trigger">Send message</button>
21 </textarea> 21 </div>
22 <div class="TestWasm-Trigger"> 22 <div class="TestWasm-ClearButton">
23 <button class="TestWasm-button TestWasm-hvcenter" tool-selector="Trigger">Send message</button> 23 <button class="TestWasm-button" tool-selector="Clear">Clear</button>
24 </div>
25 <div class="TestWasm-ShowSchemaButton">
26 <button class="TestWasm-button" tool-selector="ShowSchema">Show schema</button>
27 </div>
28 <!-- <button class="TestWasm-button TestWasm-hvcenter" tool-selector="Trigger">Send message</button>
29 <button class="TestWasm-button TestWasm-hvcenter" tool-selector="Clear">Clear</button>
30 <button class="TestWasm-button TestWasm-hvcenter" tool-selector="Show schema">Show schema</button> -->
24 </div> 31 </div>
32
25 <div class="TestWasm-Test1"> 33 <div class="TestWasm-Test1">
26 <button class="TestWasm-button" tool-selector="Test 1">Test 1</button> 34 <button class="TestWasm-button" tool-selector="Test 1">Test 1</button>
27 </div> 35 </div>
28 <div class="TestWasm-Test2"> 36 <div class="TestWasm-Test2">
29 <button class="TestWasm-button" tool-selector="Test 2">Test 2</button> 37 <button class="TestWasm-button" tool-selector="Test 2">Test 2</button>