Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DGridTag.php19 class GridTag class
37 …[self::TYPE_MAX_CHILDREN, GridTag::TYPE_WIDTH_SPECIFIED, GridTag::TYPE_AUTO_VALUE_DEPRECATED, Grid…
66 public const TAG = GridTag::GRID_TAG;
75 public const TAGS = [GridTag::TAG, GridTag::ROW_TAG];
77 public const CANONICAL = GridTag::TAG;
233 $maxLineAttributeValue = $openingCall->getAttribute(GridTag::MAX_CHILDREN_ATTRIBUTE);
241 …alue ($maxCellsValue) is not a valid length value. Error: {$e->getMessage()}", GridTag::CANONICAL);
246 …rror("The max-cells attribute value ($maxCellsValue) should be less than 12.", GridTag::CANONICAL);
250 $openingCall->removeAttribute(GridTag::MAX_CHILDREN_ATTRIBUTE);
251 $type = GridTag::TYPE_MAX_CHILDREN;
[all …]
H A DXmlTagProcessing.php70 case GridTag::LOGICAL_TAG:
71 $renderer->doc .= GridTag::renderExitXhtml($tagAttributes);
210 case GridTag::LOGICAL_TAG:
211 $renderer->doc .= GridTag::renderEnterXhtml($tagAttributes);
341 case GridTag::ROW_TAG:
342 case GridTag::GRID_TAG:
343 $logicalTag = GridTag::LOGICAL_TAG;
344 $knownTypes = GridTag::KNOWN_TYPES;
461 case GridTag::LOGICAL_TAG:
462 GridTag::processEnter($tagAttributes, $handler, $match);
[all …]
H A DConditionalLength.php151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator);
179 $totalColumns = GridTag::GRID_TOTAL_COLUMNS;
H A DSpacing.php38 … the following padding instead ($expectedValue)", LogUtility::LVL_MSG_WARNING, GridTag::CANONICAL);
H A DHorizontal.php76 if ($logicalTag !== GridTag::TAG) {
/template/strap/ComboStrap/TagAttribute/
H A DVertical.php7 use ComboStrap\GridTag; alias
19 const COMPONENTS = [GridTag::TAG, ];
H A DAlign.php11 use ComboStrap\GridTag; alias
174 if ($attributes->getLogicalTag() !== GridTag::TAG) {
/template/strap/syntax/
H A Dcell.php16 use ComboStrap\GridTag; alias
160 …Col) has been deprecated for box (You can use now any component in a grid or row).", GridTag::TAG);