commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-old / civicrm / packages / IDS / vendors / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Attr.IDPrefix.txt
CommitLineData
7f254ad8
AE
1Attr.IDPrefix\r
2TYPE: string\r
3VERSION: 1.2.0\r
4DEFAULT: ''\r
5--DESCRIPTION--\r
6String to prefix to IDs. If you have no idea what IDs your pages may use,\r
7you may opt to simply add a prefix to all user-submitted ID attributes so\r
8that they are still usable, but will not conflict with core page IDs.\r
9Example: setting the directive to 'user_' will result in a user submitted\r
10'foo' to become 'user_foo' Be sure to set %HTML.EnableAttrID to true\r
11before using this.\r
12--# vim: et sw=4 sts=4\r