mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2024-11-10 07:38:41 +00:00
4c502b25f2
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1537 48356398-32a2-884e-a903-53898d9a118a
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
Attr.DefaultTextDir
|
|
TYPE: string
|
|
DEFAULT: 'ltr'
|
|
--DESCRIPTION--
|
|
Defines the default text direction (ltr or rtl) of the document being
|
|
parsed. This generally is the same as the value of the dir attribute in
|
|
HTML, or ltr if that is not specified.
|
|
--ALLOWED--
|
|
'ltr', 'rtl'
|