Delete types

This commit is contained in:
2021-09-13 20:31:56 +06:00
parent f0fa97a2ff
commit e1a4f954fd
80 changed files with 692 additions and 641 deletions

View File

@ -4,8 +4,8 @@
<title>Full featured example</title>
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
tinyMCE.init({
// General options
mode : "textareas",
@ -92,7 +92,7 @@
</div>
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}

View File

@ -4,8 +4,8 @@
<title>Custom formats example</title>
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
tinyMCE.init({
// General options
mode : "textareas",
@ -102,7 +102,7 @@
<input type="reset" name="reset" value="Reset" />
</div>
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}

View File

@ -4,8 +4,8 @@
<title>Full featured example</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
function openKCFinder(field_name, url, type, win)
{
@ -113,7 +113,7 @@ function openKCFinder(field_name, url, type, win)
</div>
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}

View File

@ -4,8 +4,8 @@
<title>Simple theme example</title>
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
tinyMCE.init({
mode : "textareas",
theme : "simple"
@ -38,7 +38,7 @@
<input type="submit" name="save" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}

View File

@ -4,8 +4,8 @@
<title>Skin support example</title>
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
// Default skin
tinyMCE.init({
// General options
@ -207,7 +207,7 @@
<input type="submit" name="save" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}

View File

@ -4,8 +4,8 @@
<title>Word processor example</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- TinyMCE -->
<script type="text/javascript" src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script type="text/javascript">
<script src="../jscripts/tiny_mce/tiny_mce.js"></script>
<script>
tinyMCE.init({
// General options
mode : "textareas",
@ -63,7 +63,7 @@
<input type="submit" name="save" value="Submit" />
<input type="reset" name="reset" value="Reset" />
</form>
<script type="text/javascript">
<script>
if (document.location.protocol == 'file:') {
alert("The examples might not work properly on the local file system due to security settings in your browser. Please use a real webserver.");
}