![]() |
TYPO3
7.6
|
Public Member Functions | |
buildJavascriptConfiguration () | |
![]() | |
main (array $configuration) | |
buildJavascriptConfiguration () | |
getExtensionKey () | |
addsButtons () | |
getPluginButtons () | |
getPluginLabels () | |
getConvertToolbarForHtmlAreaArray () | |
requiresClassesConfiguration () | |
getRequiredPlugins () | |
setToolbar (array $toolbar) | |
Protected Member Functions | |
compareLabels ($a, $b) | |
parseSchema ($string, &$schema) | |
![]() | |
cleanList ($str) | |
getPageConfigLabel ($string) | |
isFrontend () | |
isFrontendEditActive () | |
getFullFileName ($filename) | |
writeTemporaryFile ($label, $fileExtension= 'js', $contents= '') | |
getLanguageService () | |
Protected Attributes | |
$pluginName = 'MicrodataSchema' | |
$pluginButtons = 'showmicrodata' | |
$convertToolbarForHtmlAreaArray | |
![]() | |
$extensionKey = 'rtehtmlarea' | |
$pluginName | |
$relativePathToSkin = '' | |
$toolbar | |
$pluginButtons = '' | |
$pluginLabels = '' | |
$pluginAddsButtons = true | |
$convertToolbarForHtmlAreaArray = array() | |
$requiresClassesConfiguration = false | |
$requiredPlugins = '' | |
$configuration | |
Microdata Schema extension for htmlArea RTE
Definition at line 23 of file MicroDataSchema.php.
buildJavascriptConfiguration | ( | ) |
Return JS configuration of the htmlArea plugins registered by the extension
Definition at line 53 of file MicroDataSchema.php.
References GeneralUtility\getFileAbsFileName(), RteHtmlAreaApi\getFullFileName(), RteHtmlAreaApi\getLanguageService(), GeneralUtility\getUrl(), MicroDataSchema\parseSchema(), and RteHtmlAreaApi\writeTemporaryFile().
|
protected |
Compare the labels of two schema types or properties for localized sort purposes
array | $a,: | first type/property definition array |
array | $b,: | second type/property definition array |
Definition at line 94 of file MicroDataSchema.php.
|
protected |
Convert the xml rdf schema into an array
string | $string | XML rdf schema to convert into an array |
array | $schema,: | reference to the array to be filled |
Definition at line 106 of file MicroDataSchema.php.
References elseif.
Referenced by MicroDataSchema\buildJavascriptConfiguration().
|
protected |
Definition at line 44 of file MicroDataSchema.php.
|
protected |
Definition at line 37 of file MicroDataSchema.php.
|
protected |
Definition at line 30 of file MicroDataSchema.php.