Home
last modified time | relevance | path

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

/plugin/mikioplugin/syntax/
H A Dcore.php437 * @param $inclAttr include class="" in the return string
441 public function buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null)
478 if ($inclAttr) { $s = ' classes="' . $s . '"';
491 * @param $inclAttr include style="" in the return string
494 public function buildStyle($list, $inclAttr = false)
545 if ($s != '' && $inclAttr) {
399 buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null) global() argument
452 buildStyle($list, $inclAttr = false) global() argument