API - XOOPS 2.5.11 Beta 2
By monxoops.fr
HTMLPurifier_HTMLModule_Scripting Class Reference
Inheritance diagram for HTMLPurifier_HTMLModule_Scripting:
Collaboration diagram for HTMLPurifier_HTMLModule_Scripting:

Public Member Functions

 setup ($config)
 
- Public Member Functions inherited from HTMLPurifier_HTMLModule
 getChildDef ($def)
 
 addElement ($element, $type, $contents, $attr_includes=array(), $attr=array())
 
 addBlankElement ($element)
 
 addElementToContentSet ($element, $type)
 
 parseContents ($contents)
 
 mergeInAttrIncludes (&$attr, $attr_includes)
 
 makeLookup ($list)
 
 setup ($config)
 

Data Fields

 $name = 'Scripting'
 
 $elements = array('script', 'noscript')
 
 $content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript')
 
 $safe = false
 
- Data Fields inherited from HTMLPurifier_HTMLModule
 $name
 
 $elements = array()
 
 $info = array()
 
 $content_sets = array()
 
 $attr_collections = array()
 
 $info_tag_transform = array()
 
 $info_attr_transform_pre = array()
 
 $info_attr_transform_post = array()
 
 $info_injector = array()
 
 $defines_child_def = false
 
 $safe = true
 

Detailed Description

XHTML 1.1 Scripting module, defines elements that are used to contain information pertaining to executable scripts or the lack of support for executable scripts.

Note
This module does not contain inline scripting elements

Member Function Documentation

◆ setup()

setup (   $config)
Parameters
HTMLPurifier_Config$config

Reimplemented from HTMLPurifier_HTMLModule.

Field Documentation

◆ $content_sets

$content_sets = array('Block' => 'script | noscript', 'Inline' => 'script | noscript')

@type array

◆ $elements

$elements = array('script', 'noscript')

@type array

◆ $name

$name = 'Scripting'

@type string

◆ $safe

$safe = false

@type bool


The documentation for this class was generated from the following file: