root/afridex/plugins/Flutter/purifier_lib/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt @ 21

Revision 21, 465 bytes (checked in by admin, 18 years ago)
Line 
1Attr.IDPrefix
2TYPE: string
3VERSION: 1.2.0
4DEFAULT: ''
5--DESCRIPTION--
6String to prefix to IDs.  If you have no idea what IDs your pages may use,
7you may opt to simply add a prefix to all user-submitted ID attributes so
8that they are still usable, but will not conflict with core page IDs.
9Example: setting the directive to 'user_' will result in a user submitted
10'foo' to become 'user_foo'  Be sure to set %HTML.EnableAttrID to true
11before using this. 
Note: See TracBrowser for help on using the browser.