|
The Shareware version is full featured. The notice "Edited with unlicensed shareware" will be embedded on the page in all editblocks while running as shareware. The licensed version will not add that notice and will automatically remove the notice from pages containing it.
Shareware Download
Download Now! |
Need Help?
Request Help! |
Download, install and use a full featured contentEditable Toolbar! The download zip contains a readme.txt file with full, step-by-step instructions for installing and setting-up users on your server. View the readme.txt. The zip also contains a Perl script you can run to find the server path variables you'll need to complete installation (env.cgi). The Toolbar's button icons are included in the zip.
During the installation you'll establish an Admin password for the Toolbar. That password is used to control what pages can be edited by users of the Toolbar and what buttons are available to each user. You'll then setup the first user and test the installation. When you have the Shareware installation running on your server, then purchase a license to convert the installation to a fully licensed installation.
The installation contains 4 text files: a small cgi script that runs the Toolbar a library file containing the Toolbar's subroutines an external javascript file and a user configuration file that stores each user's password, editing privilages, image folder location, and list of toolbar buttons to display.
The readme.txt file contains the line of JavaScript code to paste to web pages, code that makes any web page contentEditable by adding the login prompt to the page.
Once you've completed installation you will need to create contentEditable areas on your web pages. To do that, enclose the area's content in a SPAN or DIV tag, give the tag an editblock attribute with a unique value, and include the attribute and value in a comment directly following the SPAN or DIV tag pair's close tag. Examples:
- <span editblock="head">State Capitol</span><!-- editblock="head" -->
- <div editblock="body">Santa Fe</div><!-- editblock="body" -->
(Full instructions are included in the readme.txt file)
|