[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/htmlpurifier/library/HTMLPurifier/Printer/ -> ConfigForm.php (summary)

(no description)

File Size: 368 lines (13 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 4 classes

HTMLPurifier_Printer_ConfigForm:: (6 methods):
  __construct()
  setTextareaDimensions()
  getCSS()
  getJavaScript()
  render()
  renderNamespace()

HTMLPurifier_Printer_ConfigForm_NullDecorator:: (2 methods):
  __construct()
  render()

HTMLPurifier_Printer_ConfigForm_default:: (1 method):
  render()

HTMLPurifier_Printer_ConfigForm_bool:: (1 method):
  render()


Class: HTMLPurifier_Printer_ConfigForm  - X-Ref


__construct($name, $doc_url = null, $compress = false)   X-Ref

param: $name Form element name for directives to be stuffed into
param: $doc_url String documentation URL, will have fragment tagged on
param: $compress Integer max length before compressing a directive name, set to false to turn off

setTextareaDimensions($cols = null, $rows = null)   X-Ref
Sets default column and row size for textareas in sub-printers

param: $cols Integer columns of textarea, null to use default
param: $rows Integer rows of textarea, null to use default

getCSS()   X-Ref
Retrieves styling, in case it is not accessible by webserver


getJavaScript()   X-Ref
Retrieves JavaScript, in case it is not accessible by webserver


render($config, $allowed = true, $render_controls = true)   X-Ref
Returns HTML output for a configuration form

param: $config Configuration object of current form state, or an array
param: $allowed Optional namespace(s) and directives to restrict form to.

renderNamespace($ns, $directives)   X-Ref
Renders a single namespace

param: $ns String namespace name
param: $directive Associative array of directives to values

Class: HTMLPurifier_Printer_ConfigForm_NullDecorator  - X-Ref

Printer decorator for directives that accept null

__construct($obj)   X-Ref

param: $obj Printer to decorate

render($ns, $directive, $value, $name, $config)   X-Ref
No description

Class: HTMLPurifier_Printer_ConfigForm_default  - X-Ref

Swiss-army knife configuration form field printer

render($ns, $directive, $value, $name, $config)   X-Ref
No description

Class: HTMLPurifier_Printer_ConfigForm_bool  - X-Ref

Bool form field printer

render($ns, $directive, $value, $name, $config)   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1