tinybutstrong
tinybutstrong copied to clipboard
Apply enlarge to CSS-compatible comments
Something like this:
if ( $ReadPrm && ( isset($Loc->PrmLst['enlargeCSS']) ) ) {
$Loc->PosBeg0 = $Loc->PosBeg;
$Loc->PosEnd0 = $Loc->PosEnd;
$enlarge = (isset($Loc->PrmLst['enlargeCSS'])) ? $Loc->PrmLst['enlargeCSS'] : false;
if (($enlarge===true) || ($enlarge==='')) {
$Loc->Enlarged = self::f_Loc_EnlargeToStr($Txt,$Loc,'/*' ,'*/');
}
}
Is that a feature to enlarge a TBS field up to the comment block that we have in CSS or Javascript ?
Yes