Riferimenti per la classe tx_tstemplatestyler_modfunc1

Diagramma delle classi per tx_tstemplatestyler_modfunc1

Inheritance graph
[legenda]
Diagramma di collaborazione per tx_tstemplatestyler_modfunc1:

Collaboration graph
[legenda]
Lista di tutti i membri.

Membri pubblici

 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 ()
 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 ()
 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 ()

Attributi pubblici

 $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

Descrizione Dettagliata

Module extension (addition to function menu) 'CSS Styler' for the 'tstemplate_styler' extension. This module is a CSS style editor which reads configuration from the "editorcfg" field of templates and according sets up a hierarchy of classes etc to edit. It can edit both inline style set up in a TS template record as well as external files, both css and html files.

Autore:
Kasper Skårhøj <kasperYYYY@typo3.com>

Definizione alla linea 37 del file class.tx_tstemplatestyler_modfunc1.php.


Documentazione delle funzioni membro

tx_tstemplatestyler_modfunc1::cleanUpSelector selector  ) 
 

Returns a "clean" selector with equal distances between parts, element names in uppercase

Definizione alla linea 1150 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::cleanUpSelector selector  ) 
 

Returns a "clean" selector with equal distances between parts, element names in uppercase

Definizione alla linea 1150 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::cleanUpSelector selector  ) 
 

Returns a "clean" selector with equal distances between parts, element names in uppercase

Definizione alla linea 1150 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::ext_plusStyle  ) 
 

This returns the CSS codes which are set by default from plugins.

Definizione alla linea 1651 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k2.

tx_tstemplatestyler_modfunc1::ext_plusStyle  ) 
 

This returns the CSS codes which are set by default from plugins.

Definizione alla linea 1651 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k2.

tx_tstemplatestyler_modfunc1::ext_plusStyle  ) 
 

This returns the CSS codes which are set by default from plugins.

Definizione alla linea 1651 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k2.

tx_tstemplatestyler_modfunc1::formFieldName datObj,
attrib
 

Returns the formfield name for an object.

Definizione alla linea 1031 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::formFieldName datObj,
attrib
 

Returns the formfield name for an object.

Definizione alla linea 1031 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::formFieldName datObj,
attrib
 

Returns the formfield name for an object.

Definizione alla linea 1031 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getEarr eArr  ) 
 

Returns oArr.....

Definizione alla linea 571 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getEarr eArr  ) 
 

Returns oArr.....

Definizione alla linea 571 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getEarr eArr  ) 
 

Returns oArr.....

Definizione alla linea 571 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getFileName resource  ) 
 

Returns the resource relative to PATH_site

Definizione alla linea 1635 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::isFirstPartOfStr().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::getFileName resource  ) 
 

Returns the resource relative to PATH_site

Definizione alla linea 1635 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::isFirstPartOfStr().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::getFileName resource  ) 
 

Returns the resource relative to PATH_site

Definizione alla linea 1635 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::isFirstPartOfStr().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::getInputValue objRef  ) 
 

Returns information of the input value of $objRef

Definizione alla linea 617 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getInputValue objRef  ) 
 

Returns information of the input value of $objRef

Definizione alla linea 617 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::getInputValue objRef  ) 
 

Returns information of the input value of $objRef

Definizione alla linea 617 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::initialize_editor pageId,
template_uid = 0
 

Definizione alla linea 76 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::initialize_editor pageId,
template_uid = 0
 

Definizione alla linea 76 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::initialize_editor pageId,
template_uid = 0
 

Definizione alla linea 76 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Referenziato da main().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::insertNewSelector inSelector,
inValue,
prevPointer,
comment = ""
 

Inserts a new selector in a stylesheet.

Definizione alla linea 646 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::insertNewSelector inSelector,
inValue,
prevPointer,
comment = ""
 

Inserts a new selector in a stylesheet.

Definizione alla linea 646 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::insertNewSelector inSelector,
inValue,
prevPointer,
comment = ""
 

Inserts a new selector in a stylesheet.

Definizione alla linea 646 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::joinTSarrays conf,
old_conf
 

Joins two TypoScript arrays

Definizione alla linea 600 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::joinTSarrays conf,
old_conf
 

Joins two TypoScript arrays

Definizione alla linea 600 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::joinTSarrays conf,
old_conf
 

Joins two TypoScript arrays

Definizione alla linea 600 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::main  ) 
 

Definizione alla linea 98 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $BACK_PATH, $CLIENT, $GLOBALS, $LANG, $SOBE, $TCA, $TYPO3_CONF_VARS, t3lib_div::_GET(), t3lib_div::_GP(), exit, t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getModuleData(), height, initialize_editor(), makeCSSTree(), makeStyleCollectionSelector(), nowrap, parseStyleContent_begin(), prepareStyleContent(), printCollectionInfo(), readStylesheets(), style, table, td, e writeStyleContent().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::main  ) 
 

Definizione alla linea 98 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $BACK_PATH, $CLIENT, $GLOBALS, $LANG, $SOBE, $TCA, $TYPO3_CONF_VARS, t3lib_div::_GET(), t3lib_div::_GP(), exit, t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getModuleData(), height, initialize_editor(), makeCSSTree(), makeStyleCollectionSelector(), nowrap, parseStyleContent_begin(), prepareStyleContent(), printCollectionInfo(), readStylesheets(), style, table, td, e writeStyleContent().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::main  ) 
 

Definizione alla linea 98 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $BACK_PATH, $CLIENT, $GLOBALS, $LANG, $SOBE, $TCA, $TYPO3_CONF_VARS, t3lib_div::_GET(), t3lib_div::_GP(), exit, t3lib_BEfunc::getFuncCheck(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getModuleData(), height, initialize_editor(), makeCSSTree(), makeStyleCollectionSelector(), nowrap, parseStyleContent_begin(), prepareStyleContent(), printCollectionInfo(), readStylesheets(), style, table, td, e writeStyleContent().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::makeCSSTree existTemplate = 0,
editBranch = ""
 

This initializes the proces of rendering the style-editor tree. Finally it's prints all output rows.

Definizione alla linea 336 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeCSSTree existTemplate = 0,
editBranch = ""
 

This initializes the proces of rendering the style-editor tree. Finally it's prints all output rows.

Definizione alla linea 336 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeCSSTree existTemplate = 0,
editBranch = ""
 

This initializes the proces of rendering the style-editor tree. Finally it's prints all output rows.

Definizione alla linea 336 del file class.tx_tstemplatestyler_modfunc1.php.

Referenziato da main().

tx_tstemplatestyler_modfunc1::makeCSSTree_recursive eArr,
lines,
preHTML = "",
accSel = "",
datObj = "",
cc = 0,
openBranch = 1,
exampleStop = 0,
titlePath = ""
 

Traverses the editorObj hierarchy, generates the basis for the rows in the editor form, renders example code, matches existing selectors etc. Called recursively.

Definizione alla linea 453 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeCSSTree_recursive eArr,
lines,
preHTML = "",
accSel = "",
datObj = "",
cc = 0,
openBranch = 1,
exampleStop = 0,
titlePath = ""
 

Traverses the editorObj hierarchy, generates the basis for the rows in the editor form, renders example code, matches existing selectors etc. Called recursively.

Definizione alla linea 453 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeCSSTree_recursive eArr,
lines,
preHTML = "",
accSel = "",
datObj = "",
cc = 0,
openBranch = 1,
exampleStop = 0,
titlePath = ""
 

Traverses the editorObj hierarchy, generates the basis for the rows in the editor form, renders example code, matches existing selectors etc. Called recursively.

Definizione alla linea 453 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeStyleCollectionSelector  ) 
 

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.

Definizione alla linea 1448 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $k2.

tx_tstemplatestyler_modfunc1::makeStyleCollectionSelector  ) 
 

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.

Definizione alla linea 1448 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $k2.

tx_tstemplatestyler_modfunc1::makeStyleCollectionSelector  ) 
 

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.

Definizione alla linea 1448 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $k2.

Referenziato da main().

tx_tstemplatestyler_modfunc1::makeStyleDialog vArray  ) 
 

Style editor boxes

Definizione alla linea 706 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeStyleDialog vArray  ) 
 

Style editor boxes

Definizione alla linea 706 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::makeStyleDialog vArray  ) 
 

Style editor boxes

Definizione alla linea 706 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::matchEB editBranch,
datObjRef
 

Wrap example in dotted table

Definizione alla linea 675 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::matchEB editBranch,
datObjRef
 

Wrap example in dotted table

Definizione alla linea 675 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::matchEB editBranch,
datObjRef
 

Wrap example in dotted table

Definizione alla linea 675 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::mergeData currentData,
addData
 

Merging the inline-content into the TypoScript setup code (with the markers...)

Definizione alla linea 1391 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::mergeData currentData,
addData
 

Merging the inline-content into the TypoScript setup code (with the markers...)

Definizione alla linea 1391 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::mergeData currentData,
addData
 

Merging the inline-content into the TypoScript setup code (with the markers...)

Definizione alla linea 1391 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::modMenu  ) 
 

Definizione alla linea 58 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $LANG.

tx_tstemplatestyler_modfunc1::modMenu  ) 
 

Definizione alla linea 58 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $LANG.

tx_tstemplatestyler_modfunc1::modMenu  ) 
 

Definizione alla linea 58 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $LANG.

tx_tstemplatestyler_modfunc1::parseHTMLdocument document  ) 
 

Reads <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1570 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::parseHTMLdocument document  ) 
 

Reads <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1570 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::parseHTMLdocument document  ) 
 

Reads <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1570 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::parseStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1187 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::parseStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1187 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::parseStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1187 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::parseStyleContent_begin colParts  ) 
 

Begin

Definizione alla linea 1169 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::parseStyleContent_begin colParts  ) 
 

Begin

Definizione alla linea 1169 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::parseStyleContent_begin colParts  ) 
 

Begin

Definizione alla linea 1169 del file class.tx_tstemplatestyler_modfunc1.php.

Referenziato da main().

tx_tstemplatestyler_modfunc1::parseStyleSheet input,
fileref,
matchSel = array()
 

Takes CSS content as input, parses it into an array

Definizione alla linea 1088 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::revExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::parseStyleSheet input,
fileref,
matchSel = array()
 

Takes CSS content as input, parses it into an array

Definizione alla linea 1088 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::revExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::parseStyleSheet input,
fileref,
matchSel = array()
 

Takes CSS content as input, parses it into an array

Definizione alla linea 1088 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $parts, e t3lib_div::revExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::prefixLines str,
indent
 

Prefix lines with $indent-string

Definizione alla linea 1380 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::prefixLines str,
indent
 

Prefix lines with $indent-string

Definizione alla linea 1380 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::prefixLines str,
indent
 

Prefix lines with $indent-string

Definizione alla linea 1380 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $lines.

tx_tstemplatestyler_modfunc1::prepareStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1206 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $parts.

tx_tstemplatestyler_modfunc1::prepareStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1206 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $parts.

tx_tstemplatestyler_modfunc1::prepareStyleContent colParts,
path = ""
 

This parses each content section in the collection array:

Definizione alla linea 1206 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, e $parts.

Referenziato da main().

tx_tstemplatestyler_modfunc1::printAttributes arr,
forceOneLine = 0
 

Prints an array of CSS attributes very nicely

Definizione alla linea 1429 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::printAttributes arr,
forceOneLine = 0
 

Prints an array of CSS attributes very nicely

Definizione alla linea 1429 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::printAttributes arr,
forceOneLine = 0
 

Prints an array of CSS attributes very nicely

Definizione alla linea 1429 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k.

tx_tstemplatestyler_modfunc1::printCollectionInfo colParts,
lines = array(),
pre = ""
 

Prints information about a style collection

Definizione alla linea 1609 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $lines, nowrap, e td.

tx_tstemplatestyler_modfunc1::printCollectionInfo colParts,
lines = array(),
pre = ""
 

Prints information about a style collection

Definizione alla linea 1609 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $lines, nowrap, e td.

tx_tstemplatestyler_modfunc1::printCollectionInfo colParts,
lines = array(),
pre = ""
 

Prints information about a style collection

Definizione alla linea 1609 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $lines, nowrap, e td.

Referenziato da main().

tx_tstemplatestyler_modfunc1::readStylesheets collection  ) 
 

Takes a raw style-collection array as input, resolves all resource filenames, reads their content. Does not parse the stylesheets, just reads the content.

Definizione alla linea 1535 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::readStylesheets collection  ) 
 

Takes a raw style-collection array as input, resolves all resource filenames, reads their content. Does not parse the stylesheets, just reads the content.

Definizione alla linea 1535 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::readStylesheets collection  ) 
 

Takes a raw style-collection array as input, resolves all resource filenames, reads their content. Does not parse the stylesheets, just reads the content.

Definizione alla linea 1535 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Referenziato da main().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::renderSelector name,
optValues,
value,
title,
onChange = ""
 

Renders a selector box

Definizione alla linea 1038 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $value, select, e t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::renderSelector name,
optValues,
value,
title,
onChange = ""
 

Renders a selector box

Definizione alla linea 1038 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $value, select, e t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::renderSelector name,
optValues,
value,
title,
onChange = ""
 

Renders a selector box

Definizione alla linea 1038 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, $value, select, e t3lib_div::testInt().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::styleAttributes data  ) 
 

Taking the content of {...} of a CSS stylesheet, explodes the attributes into an array with attributes/values being keys/values

Definizione alla linea 1135 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $data, $k, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::styleAttributes data  ) 
 

Taking the content of {...} of a CSS stylesheet, explodes the attributes into an array with attributes/values being keys/values

Definizione alla linea 1135 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $data, $k, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::styleAttributes data  ) 
 

Taking the content of {...} of a CSS stylesheet, explodes the attributes into an array with attributes/values being keys/values

Definizione alla linea 1135 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $data, $k, e t3lib_div::trimExplode().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::styleCode v,
style = ""
 

Returns the style-attribute for background color of an item.

Definizione alla linea 1059 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::styleCode v,
style = ""
 

Returns the style-attribute for background color of an item.

Definizione alla linea 1059 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::styleCode v,
style = ""
 

Returns the style-attribute for background color of an item.

Definizione alla linea 1059 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::wrapExample str,
title
 

Wrap example in dotted table

Definizione alla linea 667 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::wrapExample str,
title
 

Wrap example in dotted table

Definizione alla linea 667 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::wrapExample str,
title
 

Wrap example in dotted table

Definizione alla linea 667 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::writeHTMLdocument document,
writeArray
 

Writes <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1278 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, debug(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeHTMLdocument document,
writeArray
 

Writes <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1278 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, debug(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeHTMLdocument document,
writeArray
 

Writes <STYLE> section + <LINK>-stylesheets of an HTML-document

Definizione alla linea 1278 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, $file, $k, $k2, debug(), e t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeResourceFile absFileRef,
content
 

Writing resource file.

Definizione alla linea 1333 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, debug(), t3lib_div::isFirstPartOfStr(), e t3lib_div::writeFile().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeResourceFile absFileRef,
content
 

Writing resource file.

Definizione alla linea 1333 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, debug(), t3lib_div::isFirstPartOfStr(), e t3lib_div::writeFile().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeResourceFile absFileRef,
content
 

Writing resource file.

Definizione alla linea 1333 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $content, debug(), t3lib_div::isFirstPartOfStr(), e t3lib_div::writeFile().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyle uid,
currentData,
addData
 

Writing $addData into the special CSS_inlineStyle section in the current template record.

Definizione alla linea 1350 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyle uid,
currentData,
addData
 

Writing $addData into the special CSS_inlineStyle section in the current template record.

Definizione alla linea 1350 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyle uid,
currentData,
addData
 

Writing $addData into the special CSS_inlineStyle section in the current template record.

Definizione alla linea 1350 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti t3lib_div::makeInstance().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyleContent colParts  ) 
 

Writes the stylesheet content back...

Definizione alla linea 1239 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyleContent colParts  ) 
 

Writes the stylesheet content back...

Definizione alla linea 1239 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Questo è il grafo delle chiamate per questa funzione:

tx_tstemplatestyler_modfunc1::writeStyleContent colParts  ) 
 

Writes the stylesheet content back...

Definizione alla linea 1239 del file class.tx_tstemplatestyler_modfunc1.php.

Riferimenti $k, debug(), e t3lib_div::inList().

Referenziato da main().

Questo è il grafo delle chiamate per questa funzione:


Documentazione dei dati membri

tx_tstemplatestyler_modfunc1::$ext_addComments = 0
 

Definizione alla linea 55 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_allwaysCleanUpWrittenStyles = 0
 

Definizione alla linea 53 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_collectionWithContent = array()
 

Definizione alla linea 51 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_compiledExamples = array()
 

Definizione alla linea 42 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_compiledStylesheet = array()
 

Definizione alla linea 43 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_cssMarker = "###CSS_EDITOR STYLE INFORMATION MARKER"
 

Definizione alla linea 38 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_depthKeysValues = array()
 

Definizione alla linea 45 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_makeStyleDialogFlag = 0
 

Definizione alla linea 41 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_matchSelector = array()
 

Definizione alla linea 50 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_oneLineMode = 1
 

Definizione alla linea 54 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_plusStyleParsed = array()
 

Definizione alla linea 48 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$ext_styleItems = array()
 

Definizione alla linea 49 del file class.tx_tstemplatestyler_modfunc1.php.

tx_tstemplatestyler_modfunc1::$HTMLcolorList = "aqua,black,blue,fuchsia,gray,green,lime,maroon,navy,olive,purple,red,silver,teal,yellow,white"
 

Definizione alla linea 39 del file class.tx_tstemplatestyler_modfunc1.php.


La documentazione per questa classe è stata generata a partire dai seguenti file:
Generato il Thu Jan 19 15:46:43 2006 per TYPO3 versione 3.8.1 da  doxygen 1.4.6