Home
last modified time | relevance | path

Searched refs:iWidthSvg (Results 1 – 3 of 3) sorted by path

/plugin/switchpanel/
H A Dscript.js21 var iWidthSvg = jQuery( oEvent.target ).closest( 'svg' ).attr( 'width' ).replace( 'px', '' );
22 var iCoef = iPosPopup / iWidthSvg;
H A Dsyntax.php315 $iWidthSvg = $iWidthGroup +
362 …" xmlns:xlink="http://www.w3.org/1999/xlink" height="'.$iHeightSvg.'px" width="'.$iWidthSvg.'px">'.
364 …'<rect fill="'.$opt[ 'switchColor' ].'" height="'.$iHeightSvg.'px" width="'.$iWidthSvg.'px" x="0" …
393 …switchpanel_screw_none::getSvg( ( $iWidthSvg - $opt[ 'elementSeparatorWidth' ] - $opt[ 'screwWidth…
443 $sSvg .= switchpanel_text_none::getSvg( $oElement, $iIndexX, $iIndexY, $opt, $iWidthSvg );
466 $heightInCm = $widthInCm * ($iHeightSvg/$iWidthSvg);
/plugin/switchpanel/tpl/
H A Dswitchpanel.text.none.class.php3 public static function getSvg( $oText, $iX, $iY, $opt, $iWidthSvg ){ argument
41 …yleBack.'" fill="'.$sTextBgColor.'" x="'.$iX.'" y="'.$iY.'" width="'.( $iWidthSvg - ( $iX * 2 ) ).…