tinybutstrong icon indicating copy to clipboard operation
tinybutstrong copied to clipboard

Apply enlarge to CSS-compatible comments

Open peterschade opened this issue 5 years ago • 2 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,'/*' ,'*/');
		}
	}

peterschade avatar Mar 19 '19 11:03 peterschade

Is that a feature to enlarge a TBS field up to the comment block that we have in CSS or Javascript ?

Skrol29 avatar Mar 19 '19 17:03 Skrol29

Yes

peterschade avatar Mar 19 '19 18:03 peterschade