Moodle Plugins directory: Justify align: Versions: 2018041600 | Moodle.org
Justify align
Justify align 2018041600
moodle_atto_justify
Moodle Module for adding text functions in the Atto editor.
Instalação
``` git clone https://github.com/CoticEaDIFRN/moodle_atto_justify.git justify
- Put the plugin folder in /lib/editor/atto/plugins in the moodle directory;
**or**
- Download the moodle_atto_justify.zip directly
- O Moodle irar guiá-lo na instalação; ```
Go to Site
Administration
>Plugins
>Text Editors
> AttoToolbar Settings
and you should see the Justify align module, added to your list of installed modules;Now you need to add the name of the justify module configuration, to the menu structure, at the bottom of the page in:
Toolbar Configuration.
When you see:
align = align.
Change to:
align = align, justify. (justify is the name of the configuration module)
- Lastly, make sure that the Justify text icon is on the edit toolbar for atto.
Development
o add new functions to the module you need to add them to the
button.js
file located at:/lib/editor/atto/plugins/justify/yui/src/button/js
Once you have made the changes, it is necessary that you run the
shifter
to update the attoHere's how to install the shifter.
After the installation run "sudo shifter" inside the directory: yui/src/button
Make sure the new icon is on the edit toolbar for atto.
Version information
- Version build number
- 2018041600
- Maturity
- Stable version
- MD5 Sum
- 1a2b52f7383817c6317436c261c72fa4
- Supported software
- PHP 5.3, PHP 5.2, PHP 5.1, PHP 5.4, PHP 5.5, Moodle 2.7, PHP 5.6, Moodle 2.8, Moodle 2.9, Moodle 3.0, PHP 7.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, PHP 7.1, Moodle 3.4, PHP 7.2, Moodle 3.5, Moodle 3.6, Moodle 3.7, PHP 7.3, PHP 7.4, Moodle 3.8, Moodle 3.9, Moodle 3.10, Moodle 3.11, PHP 8.0, Moodle 4.0, PHP 8.1, Moodle 4.1, Moodle 4.2, PHP 8.2, Moodle 4.3, Moodle 4.4, Moodle 4.5
- Latest release for Moodle 2.7
- Latest release for Moodle 2.8
- Latest release for Moodle 2.9
- Latest release for Moodle 3.0
- Latest release for Moodle 3.1
- Latest release for Moodle 3.2
- Latest release for Moodle 3.3
- Latest release for Moodle 3.4
- Latest release for Moodle 3.5
- Latest release for Moodle 3.6
- Latest release for Moodle 3.7
- Latest release for Moodle 3.8
- Latest release for Moodle 3.9
- Latest release for Moodle 3.10
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
Default installation instructions for plugins of the type Atto
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder (eg "myeditorplugin") in the "lib/editor/atto/plugins" subdirectory.
- Visit http://yoursite.com/admin to finish installation of the plugin.
To make the newly installed plugin available, you need to edit the Atto toolbar configuration so that the new plugin appears in the toolbar.
- Go to your Site administration ►Plugins ► Text editors ► Atto HTML editor ► Atto toolbar settings
- Add the new plugin to the desired position in the toolbar.