Mon Aug 26 14:20:28 CST 2019 Source Update...

This commit is contained in:
2019-08-26 14:20:28 +08:00
parent 3fa4fb1ee2
commit 48fe258e2e
20 changed files with 517 additions and 169 deletions

View File

@@ -896,6 +896,10 @@
background-color: #e6eefe;
}
.trim
{
margin: 2px;
}
</style>
@@ -921,7 +925,7 @@
<select size="45" id="idProjectList" style="width:100%;height:375px;" onchange="SetCurrentProject()" onclick="SetCurrentProject()">
</select>
Smarts, start:<INPUT type="number" id="idSmartStart" style="width:98%;" onchange="FillSmart()" value="8">
<select size="45" id="idSmartList" style="width:100%;height:380px;" onchange="SetCurrentSmart()" onclick="SetCurrentSmart()">
<select size="45" id="idSmartList" style="width:100%;height:361px;" onchange="SetCurrentSmart()" onclick="SetCurrentSmart()">
</select>
</DIV>
@@ -929,7 +933,7 @@
<DIV>
<DIV>
Name:<INPUT type="string" id="idName" style="width: 20%;" value="">
Accounts:<INPUT type="number" id="idAccountLength" style="width: 5%;" value="1">
Accounts:<INPUT type="number" id="idAccountLength" min=1 max=50 style="width: 5%;" value="1">
<INPUT type="button" onclick="SendToBlockchain()" class="bt btdoit" style="width: 150px; " id="idBtSendSmart" value="Send to blockchain">
<select size="1" id="idUser" class="" style="width: 300px" onchange="SaveValues()">
<option value="">loading</option>
@@ -964,19 +968,17 @@
</select>
</DIV>
<BR>
Smart (JS):
<button class="bt trim" onclick="TrimRows('idCode');">TRIM ROWS</button>
<textarea id="idCode" style="width: 99%;height: 95%;" rows="19" cols="98" autofocus>
</textarea>
State format:
<textarea id="idStateFormat" style="width: 99%;height: 95%;" rows="2" cols="98" autofocus>
</textarea>
</DIV>
<DIV style="float: left;">UI (HTML):</DIV><DIV id="idRefHTML" style="float: left;">----</DIV>
<button class="bt trim" onclick="TrimRows('idHTML');">TRIM ROWS</button>
<textarea rows="15" cols="98" id="idHTML" style="width: 99%;">
</textarea>
</DIV>
@@ -1016,6 +1018,7 @@
<option value="application/javascript">javascript</option>
<option value="text/css">css</option>
<option value="text/plain">text</option>
<option value="application/json">json</option>
</select>
<button class="bt btdoit" onclick="TrimRows('idText');CalclTextLength()">TRIM ROWS</button>