Ever needed to include a Stylesheet or some JavaScript code for a single page? And creating a new page subclass seemed to be overkill? Then this is your solution.
This simplistic widget allows you to include internal and external Stylesheets and JavaScript files on demand on a per-page basis. To avoid polluting your page with new text from the widget heading, you might want to modify your WidgetHolder template, for example as follows:
<div class="$ClassName"> $Content </div>
If you've got any questions or problems, don't hesitate to contact me.
Allows selection of an image (and displays that image within the cms) and a target page from the site tree, or any webpage, as a destination upon being clicked.
They're easier to create than modules. Start making your own widgets by reading our Guide to making your own widgets. Once you've created and checked your widget, submit it to this directory.