Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DTagAttributes.php472 public function addComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
476 …LogUtility::msg("The value of the attribute ($attributeName) is empty. Use the nonEmpty function i…
479 $attLower = strtolower($attributeName);
488 if (in_array($attributeName, self::MULTIPLE_VALUES_ATTRIBUTES)) {
501 public function setComponentAttributeValue($attributeName, $attributeValue): TagAttributes argument
503 $attLower = strtolower($attributeName);
504 $actualValue = $this->getValue($attributeName);
511 public function addComponentAttributeValueIfNotEmpty($attributeName, $attributeValue) argument
514 $this->addComponentAttributeValue($attributeName, $attributeValue);
518 public function hasComponentAttribute($attributeName): bool argument
[all …]
H A DHorizontal.php32 static function processFlexAttribute(string $attributeName, $tagAttributes) argument
35 $value = $tagAttributes->getValueAndRemove($attributeName);
43 …LogUtility::warning("The $attributeName attribute is only meant to be used on the following compon…
48 …LogUtility::error("The $attributeName attribute value is not valid. Error: {$e->getMessage()}", se…
52 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
58 …LogUtility::error("The $attributeName attribute value ($valueWithoutBreakpoint) is not good. It sh…
62 if ($attributeName === self::HORIZONTAL_ATTRIBUTE) {
H A DCall.php711 function hasAttribute($attributeName): bool argument
714 if (isset($attributes[$attributeName])) {
717 if ($this->getType() == $attributeName) {
H A DDatabasePageRow.php949 function getParametrizedLookupQuery(string $attributeName): string argument
952 return "$select where $attributeName = ?";
/template/strap/ComboStrap/Xml/
H A DXmlElement.php121 public function removeAttribute($attributeName): XmlElement argument
123 $attr = $this->domElement->getAttributeNode($attributeName);
129 …throw new ExceptionRuntime("Not able to delete the attribute $attributeName of the node element {$…
402 public function getAttributeAsUrl(string $attributeName): Url argument
404 $value = $this->getAttribute($attributeName);
H A DXmlDocument.php678 * @param string $attributeName
683 public function removeAttributeValue(string $attributeName, DOMElement $nodeElement) argument
685 $attr = $nodeElement->getAttributeNode($attributeName);
691 …LogUtility::msg("Not able to delete the attribute $attributeName of the node element $nodeElement-…
/template/writr/
Dscript.js382 if (m.type === 'attributes' && m.attributeName === 'style') {
/template/mikio/assets/
H A Dmikio.js269 …if (mutation.type === 'attributes' && mutation.attributeName === 'style' && mutation.target && mut…
342 … if (mutation.type === 'attributes' && mutation.attributeName === 'href') {