X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/editor/atto
home
/
cbholdings
/
pasukulu
/
lib
/
editor
/
atto
/
📁
..
📄
adminlib.php
(8.17 KB)
📁
amd
📄
autosave-ajax.php
(8.05 KB)
📁
classes
📁
db
📁
lang
📄
lib.php
(7.01 KB)
📁
pix
📁
plugins
📄
readme_moodle.txt
(983 B)
📄
settings.php
(2.43 KB)
📁
tests
📄
thirdpartylibs.xml
(442 B)
📄
upgrade.txt
(1.39 KB)
📄
version.php
(1.16 KB)
📁
yui
Editing: readme_moodle.txt
Description of the import of libraries associated with the Atto editor. * Download the latest stable release from https://github.com/timdown/rangy/releases ("rangy-X.Z.Y" rather than the "Source code" version) * Delete all files in yui/src/rangy/js * Copy the content of the 'currentrelease/uncompressed' folder into yui/src/rangy/js * Patch out the AMD / module support from rangy (because we are loading it with YUI) To do this - change the code start of each js file except rangy-core.js to look like (just delete the other lines): (function(factory, root) { // No AMD or CommonJS support so we use the rangy property of root (probably the global variable) factory(root.rangy); })(function(rangy) { * rangy-core.js should look like this: (function(factory, root) { // No AMD or CommonJS support so we place Rangy in (probably) the global variable root.rangy = factory(); })(function() { * Run shifter against yui/src/rangy
Upload File
Create Folder