Searched refs:sLink (Results 1 – 9 of 9) sorted by relevance
/plugin/switchpanel/ |
H A D | script.js | 6 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 D | switchpanel.case.gbic.class.php | 12 …$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 D | switchpanel.case.of.class.php | 12 …$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 D | switchpanel.case.2of.class.php | 12 …$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 D | switchpanel.case.close.class.php | 12 …$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 D | switchpanel.case.serial.class.php | 12 …$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 D | switchpanel.case.rj45.class.php | 12 …$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 D | fckeditor.js | 147 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan… 148 if (this.ToolbarSet) sLink += '&Toolbar=' + this.ToolbarSet ; 150 …return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width +…
|
/plugin/fckg/fckeditor/ |
H A D | fckeditor.js | 176 …var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.Instan… 178 sLink += '&Toolbar=' + this.ToolbarSet ; 181 '___Frame" src="' + sLink +
|