~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/vendors/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Attr.IDPrefix
2
 
TYPE: string
3
 
VERSION: 1.2.0
4
 
DEFAULT: ''
5
 
--DESCRIPTION--
6
 
String to prefix to IDs.  If you have no idea what IDs your pages may use,
7
 
you may opt to simply add a prefix to all user-submitted ID attributes so
8
 
that they are still usable, but will not conflict with core page IDs.
9
 
Example: 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
11
 
before using this.  
 
1
Attr.IDPrefix
 
2
TYPE: string
 
3
VERSION: 1.2.0
 
4
DEFAULT: ''
 
5
--DESCRIPTION--
 
6
String to prefix to IDs.  If you have no idea what IDs your pages may use,
 
7
you may opt to simply add a prefix to all user-submitted ID attributes so
 
8
that they are still usable, but will not conflict with core page IDs.
 
9
Example: 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
 
11
before using this.
 
12
--# vim: et sw=4 sts=4