Select a language: |
This is some sample text. You are using FCKeditor.
' ; fckEditor.basePath = basePath ; if ( isDefined( "URL.Lang" ) ) { fckEditor.config["AutoDetectLanguage"] = false ; fckEditor.config["DefaultLanguage"] = HTMLEditFormat( URL.Lang ) ; } else { fckEeditor.config["AutoDetectLanguage"] = true ; fckEeditor.config["DefaultLanguage"] = 'en' ; } fckEditor.create() ; // create the editor.