Documentation TYPO3 par Ameos |
Public Member Functions | |
modMenu () | |
initialize_editor ($pageId, $template_uid=0) | |
main () | |
makeCSSTree ($existTemplate=0, $editBranch="") | |
makeCSSTree_recursive ($eArr, $lines, $preHTML="", $accSel="", $datObj="", $cc=0, $openBranch=1, $exampleStop=0, $titlePath="") | |
getEarr ($eArr) | |
joinTSarrays ($conf, $old_conf) | |
getInputValue ($objRef) | |
insertNewSelector ($inSelector, $inValue, $prevPointer, $comment="") | |
wrapExample ($str, $title) | |
matchEB ($editBranch, $datObjRef) | |
makeStyleDialog ($vArray) | |
formFieldName ($datObj, $attrib) | |
renderSelector ($name, $optValues, $value, $title, $onChange="") | |
styleCode ($v, $style="") | |
parseStyleSheet ($input, $fileref, $matchSel=array()) | |
styleAttributes ($data) | |
cleanUpSelector ($selector) | |
parseStyleContent_begin ($colParts) | |
parseStyleContent ($colParts, $path="") | |
prepareStyleContent ($colParts, $path="") | |
writeStyleContent ($colParts) | |
writeHTMLdocument ($document, $writeArray) | |
writeResourceFile ($absFileRef, $content) | |
writeStyle ($uid, $currentData, $addData) | |
prefixLines ($str, $indent) | |
mergeData ($currentData, $addData) | |
printAttributes ($arr, $forceOneLine=0) | |
makeStyleCollectionSelector () | |
readStylesheets ($collection) | |
parseHTMLdocument ($document) | |
printCollectionInfo ($colParts, $lines=array(), $pre="") | |
getFileName ($resource) | |
ext_plusStyle () | |
Public Attributes | |
$ext_cssMarker = "###CSS_EDITOR STYLE INFORMATION MARKER" | |
$HTMLcolorList = "aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,yellow,white" | |
$ext_makeStyleDialogFlag = 0 | |
$ext_compiledExamples = array() | |
$ext_compiledStylesheet = array() | |
$ext_depthKeysValues = array() | |
$ext_plusStyleParsed = array() | |
$ext_styleItems = array() | |
$ext_matchSelector = array() | |
$ext_collectionWithContent = array() | |
$ext_allwaysCleanUpWrittenStyles = 0 | |
$ext_oneLineMode = 1 | |
$ext_addComments = 0 |
Definition at line 37 of file class.tx_tstemplatestyler_modfunc1.php.
|
Returns a "clean" selector with equal distances between parts, element names in uppercase Definition at line 1150 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::trimExplode(). |
|
This returns the CSS codes which are set by default from plugins. Definition at line 1651 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Returns the formfield name for an object. Definition at line 1031 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Returns oArr..... Definition at line 571 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Returns the resource relative to PATH_site Definition at line 1635 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::isFirstPartOfStr(). |
|
Returns information of the input value of $objRef Definition at line 617 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Inserts a new selector in a stylesheet. Definition at line 646 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Joins two TypoScript arrays Definition at line 600 of file class.tx_tstemplatestyler_modfunc1.php. |
|
This initializes the proces of rendering the style-editor tree. Finally it's prints all output rows. Definition at line 336 of file class.tx_tstemplatestyler_modfunc1.php. Referenced by main(). |
|
Traverses the editorObj hierarchy, generates the basis for the rows in the editor form, renders example code, matches existing selectors etc. Called recursively. Definition at line 453 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Based on the parsed template (setup and editorcfg fields) the available style-sheet collections are returned in an array listing all resource-filenames, information etc from the configuration. Definition at line 1448 of file class.tx_tstemplatestyler_modfunc1.php. Referenced by main(). |
|
Style editor boxes Definition at line 706 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Wrap example in dotted table Definition at line 675 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Merging the inline-content into the TypoScript setup code (with the markers...) Definition at line 1391 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Reads <STYLE> section + <LINK>-stylesheets of an HTML-document Definition at line 1570 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::makeInstance(). |
|
This parses each content section in the collection array: Definition at line 1187 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Begin Definition at line 1169 of file class.tx_tstemplatestyler_modfunc1.php. Referenced by main(). |
|
Takes CSS content as input, parses it into an array Definition at line 1088 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::revExplode(). |
|
Prefix lines with $indent-string Definition at line 1380 of file class.tx_tstemplatestyler_modfunc1.php. |
|
This parses each content section in the collection array: Definition at line 1206 of file class.tx_tstemplatestyler_modfunc1.php. Referenced by main(). |
|
Prints an array of CSS attributes very nicely Definition at line 1429 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Prints information about a style collection Definition at line 1609 of file class.tx_tstemplatestyler_modfunc1.php. Referenced by main(). |
|
Takes a raw style-collection array as input, resolves all resource filenames, reads their content. Does not parse the stylesheets, just reads the content. Definition at line 1535 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::inList(). Referenced by main(). |
|
Renders a selector box Definition at line 1038 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::testInt(). |
|
Taking the content of {...} of a CSS stylesheet, explodes the attributes into an array with attributes/values being keys/values Definition at line 1135 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::trimExplode(). |
|
Returns the style-attribute for background color of an item. Definition at line 1059 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Wrap example in dotted table Definition at line 667 of file class.tx_tstemplatestyler_modfunc1.php. |
|
Writes <STYLE> section + <LINK>-stylesheets of an HTML-document Definition at line 1278 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::makeInstance(). |
|
Writing resource file. Definition at line 1333 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::isFirstPartOfStr(), and t3lib_div::writeFile(). |
|
Writing $addData into the special CSS_inlineStyle section in the current template record. Definition at line 1350 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::makeInstance(). |
|
Writes the stylesheet content back... Definition at line 1239 of file class.tx_tstemplatestyler_modfunc1.php. References t3lib_div::inList(). Referenced by main(). |