comparison src/examples/modified.html @ 14:0cb206904499

formats set default format
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 07 Aug 2022 14:58:42 -0600
parents 933a459aa182
children eaecca025287
comparison
equal deleted inserted replaced
13:8d32537e0ca7 14:0cb206904499
70 </form> 70 </form>
71 71
72 72
73 <script> 73 <script>
74 sceditor.create('#example', { 74 sceditor.create('#example', {
75 format: 'bbcode',
76 }); 75 });
77 76
78 77
79 var themeInput = document.getElementById('theme'); 78 var themeInput = document.getElementById('theme');
80 themeInput.onchange = function() { 79 themeInput.onchange = function() {