Home
last modified time | relevance | path

Searched refs:array2InlineStyle (Results 1 – 4 of 4) sorted by relevance

/plugin/combo/syntax/
H A Dmetadata.php78 $content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('message_come_from') . PluginUtility::getDocumentationHyperLink("metadata:viewer", "ComboStrap Metadata Viewer") . '</div>';
/plugin/combo/ComboStrap/
H A DHtml.php219 public static function array2InlineStyle(array $styleProperties)
217 public static function array2InlineStyle(array $styleProperties) global() function in ComboStrap\\Html
H A DTagAttributes.php456 return Html::array2InlineStyle($this->styleDeclaration);
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));