CsvToolTip lets you store ToolTips in a CSV file and dynamically load them replacing a macro.
Manage all of your ToolTips in one convenient place. No more republishing just to change a ToolTip.
Install like any other stack.
Only 3 settings:
Show Instructions in Preview check box does just that.
Write to Log File creates a log file to help debug issues normally un-checked.
path/filename: This is the path and filename (from Document Root) where you want to create the csv file, or where it already exists.
Thats it! Drag the stack onto a page where you want ToolTips from a CSV and publish.
CSV DETAILS:
The CSV file has only two columns:
key, replacement
key holds your macro. Example: {help}
replacement holds the ToolTip Text. Example: This is the toolTip for macro {help}
To add a tooltip on your page just replace the elements title with you macro.
Example:
<a href="#" title="{help}">Help</a>