Searched refs:oFCKeditor (Results 1 – 14 of 14) sorted by relevance
88 $oFCKeditor = new FCKeditor('FCKeditor1') ; variable89 $oFCKeditor->BasePath = $sBasePath ;93 $oFCKeditor->Config['AutoDetectLanguage'] = false ;94 $oFCKeditor->Config['DefaultLanguage'] = $_GET['Lang'] ;98 $oFCKeditor->Config['AutoDetectLanguage'] = true ;99 $oFCKeditor->Config['DefaultLanguage'] = 'en' ;102 $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…103 $oFCKeditor->Create() ;
76 $oFCKeditor = new FCKeditor('FCKeditor1') ; variable77 $oFCKeditor->BasePath = $sBasePath ;80 $oFCKeditor->ToolbarSet = htmlspecialchars($_GET['Toolbar']);82 $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…83 $oFCKeditor->Create() ;
82 $oFCKeditor = new FCKeditor('FCKeditor1') ; variable83 $oFCKeditor->BasePath = $sBasePath ;86 …$oFCKeditor->Config['SkinPath'] = $sBasePath . 'editor/skins/' . htmlspecialchars($_GET['Skin']) .…88 $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://w…89 $oFCKeditor->Create() ;
48 $oFCKeditor = new FCKeditor('FCKeditor1') ; variable49 $oFCKeditor->BasePath = $sBasePath ;50 $oFCKeditor->Value = '<p>This is some <strong>sample text</strong>. You are using <a href="http://…51 $oFCKeditor->Create() ;
82 oFCKeditor = CREATEOBJECT("FCKeditor")83 oFCKeditor.fckeditor("FCKeditor1")90 oFCKeditor.aconfig[1,2]="true"91 oFCKeditor.aconfig[2,1]="DefaultLanguage"92 oFCKeditor.aconfig[2,2]="en"95 oFCKeditor.aconfig[1,2]="false"96 oFCKeditor.aconfig[2,1]="DefaultLanguage"97 oFCKeditor.aconfig[2,2]=lcLanguage103 oFCKeditor.BasePath = sBasePath104 oFCKeditor.cValue = lcText[all …]
75 oFCKeditor = CREATEOBJECT("FCKeditor")76 oFCKeditor.fckeditor("FCKeditor1")79 lcSkin=oFCKeditor.StripAttacks(lcSkin) && Remove special escape characters81 oFCKeditor.aconfig[1,1]="SkinPath"82 …oFCKeditor.aconfig[1,2]="/fckeditor/editor/skins/"+lcSkin+"/" && <-- Change this to your local path88 oFCKeditor.BasePath = sBasePath89 oFCKeditor.cValue = lcText91 ? oFCKeditor.Create()
69 oFCKeditor = CREATEOBJECT("FCKeditor")70 oFCKeditor.fckeditor("FCKeditor1")73 lcToolbar=oFCKeditor.StripAttacks(lcToolbar) && Remove special escape characters75 oFCKeditor.ToolbarSet=lcToolbar81 oFCKeditor.BasePath = sBasePath82 oFCKeditor.cValue = lcText84 ? oFCKeditor.Create()
44 oFCKeditor = CREATEOBJECT("FCKeditor")45 oFCKeditor.fckeditor("FCKeditor1")46 oFCKeditor.BasePath = sBasePath47 oFCKeditor.cValue = lcText49 ? oFCKeditor.Create()
107 $oFCKeditor = new FCKeditor($name) ;108 $oFCKeditor->BasePath = DOKU_BASE."lib/plugins/wysiwyg/fckeditor/";109 $oFCKeditor->Value = $html;110 $oFCKeditor->ToolbarSet = 'dokuwiki';111 $oFCKeditor->Height = '150';112 return $oFCKeditor->CreateHtml() ;
58 oFCKeditor = fckeditor.FCKeditor('FCKeditor1') variable59 oFCKeditor.BasePath = sBasePath60 …oFCKeditor.Value = """<p>This is some <strong>sample text</strong>. You are using <a href="http://…61 print oFCKeditor.Create()
84 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.89 Dim oFCKeditor variable90 Set oFCKeditor = New FCKeditor91 oFCKeditor.BasePath = sBasePath94 oFCKeditor.Config("AutoDetectLanguage") = True95 oFCKeditor.Config("DefaultLanguage") = "en"97 oFCKeditor.Config("AutoDetectLanguage") = False98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")101 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…102 oFCKeditor.Create "FCKeditor1"
72 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.77 Dim oFCKeditor variable78 Set oFCKeditor = New FCKeditor79 oFCKeditor.BasePath = sBasePath82 oFCKeditor.ToolbarSet = Server.HTMLEncode( Request.QueryString("Toolbar") )85 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…86 oFCKeditor.Create "FCKeditor1"
78 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.83 Dim oFCKeditor variable84 Set oFCKeditor = New FCKeditor85 oFCKeditor.BasePath = sBasePath88 …oFCKeditor.Config("SkinPath") = sBasePath + "editor/skins/" & Server.HTMLEncode( Request.QueryStri…91 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…92 oFCKeditor.Create "FCKeditor1"
47 ' oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.52 Dim oFCKeditor variable53 Set oFCKeditor = New FCKeditor54 oFCKeditor.BasePath = sBasePath55 oFCKeditor.Value = "<p>This is some <strong>sample text</strong>. You are using <a href=""http://ww…56 oFCKeditor.Create "FCKeditor1"