Home
last modified time | relevance | path

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

/template/strap/syntax/
Dmetadata.php78 …$content .= '<div style="' . Html::array2InlineStyle($referenceStyle) . '">' . $plugin->getLang('m…
/template/strap/ComboStrap/
DHtml.php219 public static function array2InlineStyle(array $styleProperties) function in ComboStrap\\Html
DTagAttributes.php456 return Html::array2InlineStyle($this->styleDeclaration);
/template/strap/ComboStrap/Xml/
DXmlElement.php273 $this->setAttribute("style", Html::array2InlineStyle($this->styleDeclaration));