Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
=== 4.5 Onwards ===
2
 
3
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
4
 
5
===
1 efrain 6
This files describes API changes in /lib/editor/tiny/* - TinyMCE editor,
7
information provided here is intended especially for developers.
8
 
9
=== 4.2 ===
10
 
11
* A list of placeholder selectors was created and can be accessed by placeholderSelectors options. The purpose of this list
12
  is to indicate the contents that are only shown in the editor and not to the users, by that way, we can decide to apply or
13
  not to apply rules, styles, etc... to these contents.
14
  Other Tiny plugins can register their placeholder elements to placeholderSelectors list
15
  by calling editor_tiny/options::registerPlaceholderSelectors.