|
TYPO3 API
SVNRelease
|


Public Member Functions | |
| init ($elRef= '', $recPid=0) | |
| setRelPath ($path) | |
| evalWriteFile ($pArr, $currentRecord) | |
| RTE_transform ($value, $specConf, $direction= 'rte', $thisConfig=array()) | |
| TS_images_db ($value) | |
| TS_images_rte ($value) | |
| TS_reglinks ($value, $direction) | |
| TS_links_db ($value) | |
| TS_links_rte ($value) | |
| TS_preserve_db ($value) | |
| TS_preserve_rte ($value) | |
| TS_transform_db ($value, $css=FALSE) | |
| transformStyledATags ($value) | |
| TS_transform_rte ($value, $css=0) | |
| TS_strip_db ($value) | |
| getURL ($url) | |
| HTMLcleaner_db ($content, $tagList= '') | |
| getKeepTags ($direction= 'rte', $tagList= '') | |
| divideIntoLines ($value, $count=5, $returnArray=FALSE) | |
| setDivTags ($value, $dT= 'p') | |
| internalizeFontTags ($value) | |
| siteUrl () | |
| rteImageStorageDir () | |
| removeTables ($value, $breakChar= '< br/>') | |
| defaultTStagMapping ($code, $direction= 'rte') | |
| getWHFromAttribs ($attribArray) | |
| urlInfoForLinkTags ($url) | |
| TS_AtagToAbs ($value, $dontSetRTEKEEP=FALSE) | |
Public Attributes | |
| $blockElementList = 'PRE,UL,OL,H1,H2,H3,H4,H5,H6,ADDRESS,DL,DD' | |
| $recPid = 0 | |
| $elRef = '' | |
| $relPath = '' | |
| $relBackPath = '' | |
| $tsConfig = array() | |
| $procOptions = '' | |
| $TS_transform_db_safecounter = 100 | |
| $rte_p = '' | |
| $getKeepTags_cache = array() | |
| $allowedClasses = array() | |
| $preserveTags = '' | |
Definition at line 91 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::defaultTStagMapping | ( | $ | code, |
| $ | direction = 'rte' |
||
| ) |
Default tag mapping for TS
| string | Input code to process |
| string | Direction To databsae (db) or from database to RTE (rte) |
Definition at line 1496 of file class.t3lib_parsehtml_proc.php.
References t3lib_parsehtml\mapTags().
Referenced by TS_transform_db().
| t3lib_parsehtml_proc::divideIntoLines | ( | $ | value, |
| $ | count = 5, |
||
| $ | returnArray = FALSE |
||
| ) |
This resolves the $value into parts based on
-sections and
-sections and
-tags. These are returned as lines separated by LF. This point is to resolve the HTML-code returned from RTE into ordinary lines so it's 'human-readable' The function ->setDivTags does the opposite. This function processes content to go into the database.
| string | Value to process. |
| integer | Recursion brake. Decremented on each recursion down to zero. Default is 5 (which equals the allowed nesting levels of p/div tags). |
| boolean | If true, an array with the lines is returned, otherwise a string of the processed input value. |
Definition at line 1221 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\compileTagAttribs(), t3lib_parsehtml\get_tag_attributes(), t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\getFirstTagName(), HTMLcleaner_db(), internalizeFontTags(), t3lib_parsehtml\removeFirstAndLastTag(), t3lib_parsehtml\splitIntoBlock(), and t3lib_div\trimExplode().
Referenced by TS_transform_db().
| t3lib_parsehtml_proc::evalWriteFile | ( | $ | pArr, |
| $ | currentRecord | ||
| ) |
Evaluate the environment for editing a staticFileEdit file. Called for almost all fields being saved in the database. Is called without an instance of the object: t3lib_parsehtml_proc::evalWriteFile()
| array | Parameters for the current field as found in types-config |
| array | Current record we are editing. |
Definition at line 155 of file class.t3lib_parsehtml_proc.php.
References $GLOBALS, and t3lib_div\validPathStr().
Referenced by t3lib_TCEmain\fillInFieldArray(), and t3lib_transferData\renderRecord_typesProc().
| t3lib_parsehtml_proc::getKeepTags | ( | $ | direction = 'rte', |
| $ | tagList = '' |
||
| ) |
Creates an array of configuration for the HTMLcleaner function based on whether content go TO or FROM the Rich Text Editor ($direction) Unless "tagList" is given, the function will cache the configuration for next time processing goes on. (In this class that is the case only if we are processing a bulletlist)
| string | The direction of the content being processed by the output configuration; "db" (content going into the database FROM the rte) or "rte" (content going into the form) |
| string | Comma list of tags to keep (overriding default which is to keep all + take notice of internal configuration) |
Definition at line 1090 of file class.t3lib_parsehtml_proc.php.
References t3lib_parsehtml\HTMLparserConfig(), and t3lib_div\trimExplode().
Referenced by HTMLcleaner_db(), and setDivTags().
| t3lib_parsehtml_proc::getURL | ( | $ | url | ) |
Reads the file or url $url and returns the content
| string | Filepath/URL to read |
Definition at line 1049 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::getWHFromAttribs | ( | $ | attribArray | ) |
Finds width and height from attrib-array If the width and height is found in the style-attribute, use that!
| array | Array of attributes from tag in which to search. More specifically the content of the key "style" is used to extract "width:xxx / height:xxx" information |
Definition at line 1519 of file class.t3lib_parsehtml_proc.php.
Referenced by TS_images_db().
| t3lib_parsehtml_proc::HTMLcleaner_db | ( | $ | content, |
| $ | tagList = '' |
||
| ) |
Function for cleaning content going into the database. Content is cleaned eg. by removing unallowed HTML and ds-HSC content It is basically calling HTMLcleaner from the parent class with some preset configuration specifically set up for cleaning content going from the RTE into the db
| string | Content to clean up |
| string | Comma list of tags to specifically allow. Default comes from getKeepTags and is "" |
Definition at line 1063 of file class.t3lib_parsehtml_proc.php.
References $content, getKeepTags(), and t3lib_parsehtml\HTMLcleaner().
Referenced by divideIntoLines(), and TS_transform_db().
| t3lib_parsehtml_proc::init | ( | $ | elRef = '', |
| $ | recPid = 0 |
||
| ) |
Initialize, setting element reference and record PID
| string | Element reference, eg "tt_content:bodytext" |
| integer | PID of the record (page id) |
Definition at line 119 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::internalizeFontTags | ( | $ | value | ) |
This splits the $value in font-tag chunks. If there are any
/
Definition at line 1406 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\getFirstTagName(), t3lib_parsehtml\removeFirstAndLastTag(), and t3lib_parsehtml\splitIntoBlock().
Referenced by divideIntoLines().
| t3lib_parsehtml_proc::removeTables | ( | $ | value, |
| $ | breakChar = '<br />' |
||
| ) |
Remove all tables from incoming code The function is trying to to this is some more or less respectfull way. The approach is to resolve each table cells content and implode it all by
chars. Thus at least the content is preserved in some way.
| string | Input value |
| string | Break character to use for linebreaks. |
Definition at line 1464 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\getAllParts(), and t3lib_parsehtml\splitIntoBlock().
Referenced by TS_transform_db().
| t3lib_parsehtml_proc::RTE_transform | ( | $ | value, |
| $ | specConf, | ||
| $ | direction = 'rte', |
||
| $ | thisConfig = array() |
||
| ) |
Transform value for RTE based on specConf in the direction specified by $direction (rte/db) This is the main function called from tcemain and transfer data classes
| string | Input value |
| array | Special configuration for a field; This is coming from the types-configuration of the field in the TCA. In the types-configuration you can setup features for the field rendering and in particular the RTE takes al its major configuration options from there! |
| string | Direction of the transformation. Two keywords are allowed; "db" or "rte". If "db" it means the transformation will clean up content coming from the Rich Text Editor and goes into the database. The other direction, "rte", is of course when content is coming from database and must be transformed to fit the RTE. |
| array | Parsed TypoScript content configuring the RTE, probably coming from Page TSconfig. |
Definition at line 208 of file class.t3lib_parsehtml_proc.php.
References $GLOBALS, $value, t3lib_BEfunc\getSpecConfParametersFromArray(), t3lib_div\getUserObj(), t3lib_parsehtml\HTMLcleaner(), t3lib_parsehtml\HTMLparserConfig(), t3lib_div\trimExplode(), TS_images_db(), TS_images_rte(), TS_links_db(), TS_links_rte(), TS_preserve_db(), TS_preserve_rte(), TS_reglinks(), TS_strip_db(), TS_transform_db(), and TS_transform_rte().
| t3lib_parsehtml_proc::rteImageStorageDir | ( | ) |
Return the storage folder of RTE image files. Default is $GLOBALS['TYPO3_CONF_VARS']['BE']['RTE_imageStorageDir'] unless something else is configured in the types configuration for the RTE.
Definition at line 1452 of file class.t3lib_parsehtml_proc.php.
References $GLOBALS.
Referenced by TS_images_db().
| t3lib_parsehtml_proc::setDivTags | ( | $ | value, |
| $ | dT = 'p' |
||
| ) |
Converts all lines into
/
-sections (unless the line is a div-section already) For processing of content going FROM database TO RTE.
| string | Value to convert |
| string | Tag to wrap with. Either "p" or "div" should it be. Lowercase preferably. |
Definition at line 1357 of file class.t3lib_parsehtml_proc.php.
References $value, getKeepTags(), and t3lib_parsehtml\HTMLcleaner().
Referenced by TS_transform_rte().
| t3lib_parsehtml_proc::setRelPath | ( | $ | path | ) |
Setting the ->relPath and ->relBackPath to proper values so absolute references to links and images can be converted to relative dittos. This is used when editing files with the RTE
| string | The relative path from PATH_site to the place where the file being edited is. Eg. "fileadmin/static". |
Definition at line 131 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::siteUrl | ( | ) |
Returns SiteURL based on thisScript.
Definition at line 1442 of file class.t3lib_parsehtml_proc.php.
References t3lib_div\getIndpEnv().
Referenced by TS_AtagToAbs(), TS_images_db(), TS_images_rte(), TS_links_db(), TS_links_rte(), TS_reglinks(), and urlInfoForLinkTags().
| t3lib_parsehtml_proc::transformStyledATags | ( | $ | value | ) |
Wraps a-tags that contain a style attribute with a span-tag
| string | Content input |
Definition at line 929 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_div\implodeAttributes(), t3lib_parsehtml\removeFirstAndLastTag(), and t3lib_parsehtml\splitIntoBlock().
Referenced by TS_transform_db().
| t3lib_parsehtml_proc::TS_AtagToAbs | ( | $ | value, |
| $ | dontSetRTEKEEP = FALSE |
||
| ) |
Converting -tags to absolute URLs (+ setting rtekeep attribute)
| string | Content input |
| boolean | If true, then the "rtekeep" attribute will not be set. |
Definition at line 1609 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_div\implodeAttributes(), t3lib_parsehtml\removeFirstAndLastTag(), siteUrl(), and t3lib_parsehtml\splitIntoBlock().
Referenced by TS_links_rte(), and TS_reglinks().
| t3lib_parsehtml_proc::TS_images_db | ( | $ | value | ) |
Transformation handler: 'ts_images' / direction: "db" Processing images inserted in the RTE. This is used when content goes from the RTE to the database. Images inserted in the RTE has an absolute URL applied to the src attribute. This URL is converted to a relative URL If it turns out that the URL is from another website than the current the image is read from that external URL and moved to the local server. Also "magic" images are processed here.
| string | The content from RTE going to Database |
Definition at line 366 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_div\getFileAbsFileName(), t3lib_div\getIndpEnv(), getWHFromAttribs(), t3lib_div\implodeAttributes(), t3lib_div\inList(), t3lib_div\isFirstPartOfStr(), t3lib_div\makeInstance(), rteImageStorageDir(), t3lib_div\shortMD5(), siteUrl(), t3lib_parsehtml\splitTags(), and t3lib_div\writeFile().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_images_rte | ( | $ | value | ) |
Transformation handler: 'ts_images' / direction: "rte" Processing images from database content going into the RTE. Processing includes converting the src attribute to an absolute URL.
| string | Content input |
Definition at line 525 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_div\getIndpEnv(), t3lib_div\implodeAttributes(), siteUrl(), and t3lib_parsehtml\splitTags().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_links_db | ( | $ | value | ) |
Transformation handler: 'ts_links' / direction: "db" Converting -tags to <link tags>="">
| string | Content input |
Definition at line 602 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_div\implodeAttributes(), t3lib_parsehtml\removeFirstAndLastTag(), siteUrl(), t3lib_parsehtml\splitIntoBlock(), and urlInfoForLinkTags().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_links_rte | ( | $ | value | ) |
Transformation handler: 'ts_links' / direction: "rte" Converting <link tags>=""> to -tags
| string | Content input |
Definition at line 660 of file class.t3lib_parsehtml_proc.php.
References $GLOBALS, $value, t3lib_parsehtml\getFirstTag(), t3lib_BEfunc\getRecord(), t3lib_BEfunc\getRecordsByField(), t3lib_div\inList(), t3lib_parsehtml\removeFirstAndLastTag(), siteUrl(), t3lib_parsehtml\splitIntoBlock(), t3lib_div\testInt(), t3lib_div\trimExplode(), TS_AtagToAbs(), and t3lib_div\unQuoteFilenames().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_preserve_db | ( | $ | value | ) |
Preserve special tags
| string | Content input |
Definition at line 749 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\getFirstTagName(), t3lib_parsehtml\removeFirstAndLastTag(), and t3lib_parsehtml\splitIntoBlock().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_preserve_rte | ( | $ | value | ) |
Preserve special tags
| string | Content input |
Definition at line 775 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\removeFirstAndLastTag(), and t3lib_parsehtml\splitIntoBlock().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_reglinks | ( | $ | value, |
| $ | direction | ||
| ) |
Transformation handler: 'ts_reglinks' / direction: "db"+"rte" depending on $direction variable. Converting -tags to/from abs/rel
| string | Content input |
| string | Direction of conversion; "rte" (from database to RTE) or "db" (from RTE to database) |
Definition at line 566 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_div\implodeAttributes(), t3lib_parsehtml\removeFirstAndLastTag(), siteUrl(), t3lib_parsehtml\splitIntoBlock(), and TS_AtagToAbs().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_strip_db | ( | $ | value | ) |
Transformation handler: 'ts_strip' / direction: "db" Removing all non-allowed tags
| string | Content input |
Definition at line 1030 of file class.t3lib_parsehtml_proc.php.
References $value.
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_transform_db | ( | $ | value, |
| $ | css = FALSE |
||
| ) |
Transformation handler: 'ts_transform' + 'css_transform' / direction: "db" Cleaning (->db) for standard content elements (ts)
| string | Content input |
| boolean | If true, the transformation was "css_transform", otherwise "ts_transform" |
Definition at line 798 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\cleanFontTags(), defaultTStagMapping(), divideIntoLines(), t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getAllParts(), t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\getFirstTagName(), HTMLcleaner_db(), t3lib_parsehtml\removeFirstAndLastTag(), removeTables(), t3lib_parsehtml\splitIntoBlock(), and transformStyledATags().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::TS_transform_rte | ( | $ | value, |
| $ | css = 0 |
||
| ) |
Transformation handler: 'ts_transform' + 'css_transform' / direction: "rte" Set (->rte) for standard content elements (ts)
| string | Content input |
| boolean | If true, the transformation was "css_transform", otherwise "ts_transform" |
Definition at line 955 of file class.t3lib_parsehtml_proc.php.
References $value, t3lib_parsehtml\get_tag_attributes_classic(), t3lib_parsehtml\getFirstTag(), t3lib_parsehtml\getFirstTagName(), t3lib_div\inList(), t3lib_div\intInRange(), t3lib_parsehtml\removeFirstAndLastTag(), setDivTags(), and t3lib_parsehtml\splitIntoBlock().
Referenced by RTE_transform().
| t3lib_parsehtml_proc::urlInfoForLinkTags | ( | $ | url | ) |
Parse -tag href and return status of email,external,file or page
| string | URL to analyse. |
Definition at line 1546 of file class.t3lib_parsehtml_proc.php.
References siteUrl().
Referenced by TS_links_db().
| t3lib_parsehtml_proc::$allowedClasses = array() |
Definition at line 108 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$blockElementList = 'PRE,UL,OL,H1,H2,H3,H4,H5,H6,ADDRESS,DL,DD' |
Definition at line 94 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$elRef = '' |
Definition at line 98 of file class.t3lib_parsehtml_proc.php.
Referenced by init().
| t3lib_parsehtml_proc::$getKeepTags_cache = array() |
Definition at line 107 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$preserveTags = '' |
Definition at line 109 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$procOptions = '' |
Definition at line 102 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$recPid = 0 |
Definition at line 97 of file class.t3lib_parsehtml_proc.php.
Referenced by init().
| t3lib_parsehtml_proc::$relBackPath = '' |
Definition at line 100 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$relPath = '' |
Definition at line 99 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$rte_p = '' |
Definition at line 106 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$TS_transform_db_safecounter = 100 |
Definition at line 105 of file class.t3lib_parsehtml_proc.php.
| t3lib_parsehtml_proc::$tsConfig = array() |
Definition at line 101 of file class.t3lib_parsehtml_proc.php.
1.7.5.1