Home
last modified time | relevance | path

Searched refs:sText (Results 1 – 12 of 12) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_ie.js274 var sText = null ;
276 sText = clipboardData.getData("Text") ;
278 sText = forceText ;
280 if ( sText && sText.length > 0 )
283 sText = FCKTools.HTMLEncode( sText ) ;
284 sText = FCKTools.ProcessLineBreaks( window, FCKConfig, sText ) ;
287 this.InsertHtml( sText ) ;
/plugin/switchpanel/
H A Dscript.js6 this.showToolTip = function( oEvent, sLabel, sTitle, sText, sLink ){ argument
11 sHtml += '<div class="switchpanel_tooltip_text">' + sText + '</div>';
/plugin/switchpanel/tpl/
H A Dswitchpanel.case.gbic.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
H A Dswitchpanel.case.of.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
H A Dswitchpanel.case.2of.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
H A Dswitchpanel.case.close.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
H A Dswitchpanel.case.serial.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
H A Dswitchpanel.case.rj45.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js118 var sText = HTMLDecode( oOption.innerHTML ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
H A Dfck_select.js118 var sText = HTMLDecode( oOption.innerHTML ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js271 this._writeDebug = function(sText) { argument
285 p.innerHTML = sText;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js75875 …ommentEnding, this.sDTDCommentEnded, this.sDTDPI, this.sDTDPIEnding, this.sText, this.sEntity, thi…
76655 value: function sText() {