Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
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/grensladawritezor/fckeditor/editor/_source/internals/
Dfck_ie.js266 var sText = clipboardData.getData("Text") ;
268 if ( sText && sText.length > 0 )
271 sText = FCKTools.HTMLEncode( sText ).replace( /\n/g, '<BR>' ) ;
274 this.InsertHtml( sText ) ;
/plugin/switchpanel/
Dscript.js6 this.showToolTip = function( oEvent, sLabel, sTitle, sText, sLink ){ argument
11 sHtml += '<div class="switchpanel_tooltip_text">' + sText + '</div>';
/plugin/switchpanel/tpl/
Dswitchpanel.case.gbic.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
Dswitchpanel.case.of.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
Dswitchpanel.case.2of.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
Dswitchpanel.case.close.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
Dswitchpanel.case.serial.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
Dswitchpanel.case.rj45.class.php11 $sText = str_replace( "\\", "\\'", $oCase[ 'options' ][ 'text' ] );
16 …ndow.oSwitchPanel.showToolTip(evt, \''.$sLabel.'\', \''.$sTitle.'\', \''.$sText.'\', \''.$sLink.'\…
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_select/
Dfck_select.js118 var sText = oOption.innerHTML ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_select/
Dfck_select.js118 var sText = HTMLDecode( oOption.innerHTML ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_select/
Dfck_select.js118 var sText = HTMLDecode( oOption.innerHTML ) ;
123 oOption = AddComboOption( combo, sText, sValue, null, iFinalIndex ) ;
/plugin/s5reloaded/ui/audio_support/
Dsoundmanager2.js271 this._writeDebug = function(sText) { argument
285 p.innerHTML = sText;
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js75875 …ommentEnding, this.sDTDCommentEnded, this.sDTDPI, this.sDTDPIEnding, this.sText, this.sEntity, thi…
76655 value: function sText() {