Searched refs:sLabel (Results 1 – 8 of 8) sorted by relevance
| /plugin/grensladawritezor/fckeditor/editor/_source/classes/ |
| D | fcktoolbarfontformatcombo.js | 83 var sLabel = oNames[sTag] ; 86 this.NormalLabel = sLabel ; 88 …AddItem( sTag, '<div class="BaseFont"><' + sTag + '>' + sLabel + '</' + sTag + '></div>', sLabel )…
|
| /plugin/switchpanel/ |
| D | script.js | 6 this.showToolTip = function( oEvent, sLabel, sTitle, sText, sLink ){ argument 8 if( ( sLabel + sTitle ) != '' ){ 9 …sHtml += '<div class="switchpanel_tooltip_title">' + sLabel + ( sTitle != '' ? ' : ' : '' ) + sTit…
|
| /plugin/switchpanel/tpl/ |
| D | switchpanel.case.gbic.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|
| D | switchpanel.case.of.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|
| D | switchpanel.case.2of.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|
| D | switchpanel.case.close.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|
| D | switchpanel.case.serial.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|
| D | switchpanel.case.rj45.class.php | 9 $sLabel = str_replace( "\\", "\\'", isset( $oCase[ 'label' ] ) ? $oCase[ 'label' ] : '' ); 16 …$sSvg .= '<g onmousemove="window.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \…
|