Searched refs:GridTag (Results 1 – 8 of 8) sorted by relevance
| /template/strap/ComboStrap/ |
| H A D | GridTag.php | 19 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 D | XmlTagProcessing.php | 70 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 D | ConditionalLength.php | 151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator); 179 $totalColumns = GridTag::GRID_TOTAL_COLUMNS;
|
| H A D | Spacing.php | 38 … the following padding instead ($expectedValue)", LogUtility::LVL_MSG_WARNING, GridTag::CANONICAL);
|
| H A D | Horizontal.php | 76 if ($logicalTag !== GridTag::TAG) {
|
| /template/strap/ComboStrap/TagAttribute/ |
| H A D | Vertical.php | 7 use ComboStrap\GridTag; alias 19 const COMPONENTS = [GridTag::TAG, ];
|
| H A D | Align.php | 11 use ComboStrap\GridTag; alias 174 if ($attributes->getLogicalTag() !== GridTag::TAG) {
|
| /template/strap/syntax/ |
| H A D | cell.php | 16 use ComboStrap\GridTag; alias 160 …Col) has been deprecated for box (You can use now any component in a grid or row).", GridTag::TAG);
|