Justify align

Atto ::: atto_justify
Maintained by CTE/ZL IFRN
Moodle Module for adding text functions in the Atto editor.

Justify align 2018041600

Moodle 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, 3.7, 3.8, 3.9, 3.10, 3.11, 4.0, 4.1, 4.2, 4.3, 4.4, 4.5
Released: Rāpare, 21 Pipiri 2018, 4:25 AM

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 > Atto Toolbar 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 atto

  • Here'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

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myeditorplugin") in the "lib/editor/atto/plugins" subdirectory.
  4. 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.

  1. Go to your Site administration ►Plugins ► Text editors ► Atto HTML editor ► Atto toolbar settings
  2. Add the new plugin to the desired position in the toolbar.