Class HTMLPurifier_Printer_ConfigForm
- HTMLPurifier_Printer
- HTMLPurifier_Printer_ConfigForm
public
|
|
public
|
#
setTextareaDimensions( mixed $cols = null, mixed $rows = null )
Sets default column and row size for textareas in sub-printers |
public static
|
|
public static
|
|
public
string
|
#
render(
Returns HTML output for a configuration form |
protected
string
|
element(),
elementEmpty(),
end(),
escape(),
getClass(),
listify(),
prepareGenerator(),
row(),
start(),
text()
|
protected
array
|
$fields | array() |
#
Printers for specific fields. |
protected
mixed
|
$docURL |
|
#
Documentation URL, can have fragment tagged on end. |
protected
mixed
|
$name |
|
#
Name of form element to stuff config in. |
protected
boolean
|
$compress | false |
#
Whether or not to compress directive names, clipping them off after a certain amount of letters. False to disable or integer letters before clipping. |
$config,
$generator
|