comparison mpui.js @ 185:b4e8b8c1c3e3

Update notes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 23 Aug 2018 14:22:36 +0300
parents 43b41376aad0
children 28caa87348d3
comparison
equal deleted inserted replaced
184:43b41376aad0 185:b4e8b8c1c3e3
151 mobj = stCE("div"); 151 mobj = stCE("div");
152 mobj.innerHTML = 152 mobj.innerHTML =
153 "<p><b>Things of note:</b></p>"+ 153 "<p><b>Things of note:</b></p>"+
154 "<ul>"+ 154 "<ul>"+
155 "<li>All of Multipaint v1.8.2018 changes have been integrated, "+ 155 "<li>All of Multipaint v1.8.2018 changes have been integrated, "+
156 "but there are no UI widgets for changing the aspect ratio, "+ 156 "but there are no UI widgets for changing some settings, "+
157 "alternate palettes, etc. (yet.. might take time to implement these.)</li>"+ 157 "loading of alternate palettes, etc. (yet.. might take time to implement these.)</li>"+
158 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+ 158 "<li>Save ('S') and Load ('L') save to/load from <a href=\"https://en.wikipedia.org/wiki/Web_storage\">browser local storage</a> "+
159 "(there can be only one \"save\" per machine type, so be careful.)</li>"+ 159 "(there can be only one \"save\" per machine type, so be careful.)</li>"+
160 "<li>Each machine type has its own local storage save space.</li>"+ 160 "<li>Each machine type has its own local storage save space.</li>"+
161 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+ 161 "<li>Save as ('s') and Load from ('l') export and import Multipaint workfiles.</li>"+
162 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+ 162 "<li>When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+