moodle/lib/editor
Simey Lameze baa1e52530 MDL-75887 behat: Add ability to set value regardless of the editor
Prior to this commit, the behat_form_editor integration was hard-coded
to use Atto.

This change allows other editors to be used to set editor values, and
breaks that hard bond. Following this change, any editor is able to
define a behat_editor_[name].php file defining a function which meets
the following signature:

  set_editor_value(string $editorid, string $value): void

Each editor is responsible for checking whether its own API is available
and calling any relevant functions to force the editor to set the
content.

Please note: Behat is unable to determine the current editor in use on
the page automatically.
2022-10-12 06:44:09 +08:00
..
amd MDL-73915 js: Drop support for IE and android 2022-02-23 08:55:20 +08:00
atto MDL-75887 behat: Add ability to set value regardless of the editor 2022-10-12 06:44:09 +08:00
classes/privacy MDL-70763 core: export preferences for correct user. 2021-04-04 23:15:23 +01:00
tests MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
textarea MDL-75887 behat: Add ability to set value regardless of the editor 2022-10-12 06:44:09 +08:00
tinymce MDL-75111 phpunit: Move tests to use correct names and ns (take#4) 2022-08-26 16:34:20 +02:00
index.html