-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_To_Do.txt
More file actions
39 lines (24 loc) · 1.07 KB
/
_To_Do.txt
File metadata and controls
39 lines (24 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
============ 2017-05-09 ============
EasyRad Editor:
The following MRRT elements are still not available in the WYSIWYG mode of TinyMCE:
SPAN
HEADER
SELECT
OPTION
INPUT (all execpt type="textarea", which is replaced by TEXTAREA in the editor)
TEXTAREA
Corresponding plugins have to be programmed.
A starting point could be the form editor plugin for TinyMCE "JMForm plugin for TinyMCE".
Link: https://sourceforge.net/projects/jmforms/
In its latest version 2.0.2 the plugin is still not compatible with TinyMCE and
needs an update!
Additionally TinyMCE has to extended to allow edting of element attribute values
according to MRRT specification.
============ 2017-05-03 ============
EasyRad Editor:
The MRRT file format does not allow <textarea> elements. The functionality is
defined by <input type="textarea"> elements, which are NOT part of HTML 5.
To allow editing of a MRRT file, these elments may be replaced on the fly when
reading and witing a MRRT file.
This could be done in setupTemplateEditor(doc) and function updateTemplateDoc(),
both defined in /edit/js/index.js.