cirandas.net

ref: master

public/javascripts/tinymce/tests/manual/tests.js


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
{
	"title": "tinymce",
	"tests": [
		{"title": "Gecko caret", "url": "gecko_caret.html", "manual": true},
		{"title": "Noneditable", "url": "noneditable.html", "manual": true},
		{"title": "Removeformat", "url": "removeformat.html", "manual": true},
		{"title": "Resize", "url": "resize.html", "manual": true},
		{"title": "Visual blocks", "url": "visualblocks.html", "manual": true},
		{"title": "Custom theme", "url": "custom_theme.html", "manual": true},
		{"title": "Development", "url": "development.html", "manual": true},
		{"title": "Classic theme", "url": "classic.html", "manual": true},
		{"title": "Inline editing", "url": "inline.html", "manual": true}
	]
}