comparison mpui.js @ 100:51014de89824

PRG export works now.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Jul 2018 03:19:00 +0300
parents 3d68411c320c
children 0d0b384bac0f
comparison
equal deleted inserted replaced
99:cd6450dceec2 100:51014de89824
108 mobj = stCE("div"); 108 mobj = stCE("div");
109 mobj.innerHTML = 109 mobj.innerHTML =
110 "<p><b>Things of note:</b></p>"+ 110 "<p><b>Things of note:</b></p>"+
111 "<ul>"+ 111 "<ul>"+
112 "<li>'Save' does not work yet. <b>'Save as' does.</b></li>"+ 112 "<li>'Save' does not work yet. <b>'Save as' does.</b></li>"+
113 "<li>Source code / PRG export does not work.</li>"+ 113 "<li>Source code export does not work.</li>"+
114 "<li>PNG/JPEG import/export does not work.</li>"+ 114 "<li>PNG/JPEG import/export does not work.</li>"+
115 "<li> .. and there may be bugs.</li>"+ 115 "<li> .. and there may be bugs.</li>"+
116 "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+ 116 "<li> .. though I've also fixed few bugs that exist in original Multipaint.</li>"+
117 "</ul>"+ 117 "</ul>"+
118 "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+ 118 "<p><b>NOTICE!</b> When loading/importing, you click on the load icon (or press key) and a HTML file selector button will appear "+