API Tokens

Component type

module

Categories

Maintenance status

Development status

Downloads

10916

Component created

Component changed

The API Tokens module provides an input filter that allows to replace custom parametric tokens with rendered content. Each declared token binds to its handler function, that returns content, token will be replaced with. Token may contain parameters that will be passed to its handler function.

Wysiwyg Boxout

Component type

module

Maintenance status

Development status

Downloads

2788

Component created

Component changed

A Wysiwyg plugin that allows editors to add a block of text to the main body text.

When you click on the Wysiwyg button, a popup will be displayed and you can insert a Header and a Body. Click Insert and it will add a div that will format and display the box as you can see on the snapshot attached.

Trim word

Component type

module

Maintenance status

Development status

Component created

Component changed

Trim word allows you to set up trimmed and formatted text with a limit count. This is used on things like views, so you can trim and filter the word count to not include any unneeded formatting when displaying a summary of some content on node for example. It trims and strips the html and displays the max count while adding a ... to indicate the text has been trimmed.

TODO: Add the option to trim by actual word, so it doesn't break a word up, but instead keeps entire words.