Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
DConditionalLength.php151 $colsNumber = floor(GridTag::GRID_TOTAL_COLUMNS * $this->numerator / $this->denominator);
179 $totalColumns = GridTag::GRID_TOTAL_COLUMNS;
DGridTag.php74 public const GRID_TOTAL_COLUMNS = 12; define in ComboStrap\\GridTag