Hyphenate
Component ID
1512250
Component name
Hyphenate
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
What is Hyphenate
The Hyphenate module provides an input filter that integrates
the JavaScript library Hyphenator (http://code.google.com/p/hyphenator/).
The input text is wrapped in html tags with a configurable css class,
which defines the scope for the hyphenator.
Dependencies
Requirements
Instructions
- Copy the hyphenator library (http://code.google.com/p/hyphenator/) to your libraries directory. The path to the library should look like: /sites/all/libraries/hyphenator/Hyphenator.js
- Copy hyphenate directory to your modules directory.
- Enable the module at: /admin/build/modules.
- Enable the hyphenate filter in that input format you want the text to be hyphened.
- Configure the settings in the input format configure tab, by now the html tagname for the wrapper tag and the css class, further settings provided by the Hyphenator API will follow.
