CLEditor

CLEditor is a jQuery-based WYSIWYG editor. It turns a textarea control into a WYSIWYG document editor with a word processor-like interface.

Read more

Modules Tutorial Part 1

Redaxscript comes with a wide range of optional modules providing everything from a WYSIWYG editor to a sitemap generator, a contact form to image gallery. However, the way modules are integrated is very simple so writing your own custom module is not very difficult. You can even share your module with the community via the redaxscript-third-party repository on GitHub.

Read more

Modules Tutorial Part 2

In part 1 you learned how to create a basic module for Redaxscript. Part 2 explains Redaxscript's language system and uses it to provide a multi-lingual interface for your module.

Read more

Modules Tutorial Part 3

Building on part 1 and part 2, this tutorial adds custom styling to our module. Along the way we learn about the Redaxscript loader functions.

Read more

Modules Tutorial Part 4

In part 3 of this series we ended up with a multi-ingual, custom styled module. In this part we will add some Javascript to make the module interactive.

Read more