Home
last modified time | relevance | path

Searched refs:sLink (Results 1 – 9 of 9) sorted by relevance

/plugin/switchpanel/
H A Dscript.js6 this.showToolTip = function( oEvent, sLabel, sTitle, sText, sLink ){ argument
12 if( sLink != '' ){
13 sHtml += '<div class="switchpanel_tooltip_link">' + sLink + '</div>';
/plugin/switchpanel/tpl/
H A Dswitchpanel.case.gbic.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
H A Dswitchpanel.case.of.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
H A Dswitchpanel.case.2of.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
H A Dswitchpanel.case.close.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
H A Dswitchpanel.case.serial.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
H A Dswitchpanel.case.rj45.class.php12 …$sLink = str_replace( "\\", "\\'", isset( $oCase[ 'options' ][ 'link' ] ) ? $oCase[ 'options' ][ '…
14 $sLink = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'textlink' ] );
16 …l.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\')" onmouseout="…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js147 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
148 if (this.ToolbarSet) sLink += '&amp;Toolbar=' + this.ToolbarSet ;
150 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
/plugin/fckg/fckeditor/
H A Dfckeditor.js176 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan…
178 sLink += '&amp;Toolbar=' + this.ToolbarSet ;
181 '___Frame" src="' + sLink +