/plugin/fckg/fckeditor/ |
H A D | fckeditor.js | 37 this.BasePath = FCKeditor.BasePath ; 50 FCKeditor.BasePath = '/fckeditor/' ; 55 FCKeditor.MinHeight = 200 ; 60 FCKeditor.MinWidth = 750 ; 62 FCKeditor.prototype.Version = '2.6.4.1' ; 63 FCKeditor.prototype.VersionBuild = '23187' ; 65 FCKeditor.prototype.Create = function() 70 FCKeditor.prototype.CreateHtml = function() 107 FCKeditor.prototype.ReplaceTextarea = function() 153 FCKeditor.prototype._GetConfigHtml = function() [all …]
|
/plugin/wysiwyg/fckeditor/ |
H A D | fckeditor.js | 29 var FCKeditor = function( instanceName, width, height, toolbarSet, value ) class 47 FCKeditor.prototype.Version = '2.5 Beta' ; 48 FCKeditor.prototype.VersionBuild = '16842' ; 50 FCKeditor.prototype.Create = function() 55 FCKeditor.prototype.CreateHtml = function() 84 FCKeditor.prototype.ReplaceTextarea = function() 111 FCKeditor.prototype._InsertHtmlBefore = function( html, element ) 124 FCKeditor.prototype._GetConfigHtml = function() 136 FCKeditor.prototype._GetIFrameHtml = function() 153 FCKeditor.prototype._IsCompatibleBrowser = function() [all …]
|
/plugin/wysiwyg/fckeditor/_samples/afp/ |
H A D | sample01.afp | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 27 <title>FCKeditor - AFP Sample 1</title> 33 <h1>FCKeditor - AFP - Sample 1</h1> 34 This sample displays a normal HTML form with an FCKeditor with full features enabled. 42 lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.] 44 oFCKeditor = CREATEOBJECT("FCKeditor")
|
H A D | sample03.afp | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 21 * This page is a basic Sample for FCKeditor integration in the AFP script language (www.afpages.de) 27 <title>FCKeditor - AFP Sample 3</title> 47 <h1>FCKeditor - AFP - Sample 3</h1> 69 oFCKeditor = CREATEOBJECT("FCKeditor") 79 lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
|
H A D | sample04.afp | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 21 * This page is a basic Sample for FCKeditor integration in the AFP script language (www.afpages.de) 27 <title>FCKeditor - AFP Sample 4</title> 52 <h1>FCKeditor - AFP - Sample 4</h1> 75 oFCKeditor = CREATEOBJECT("FCKeditor") 86 lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
|
H A D | sample02.afp | 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 21 * This page is a basic Sample for FCKeditor integration in the AFP script language (www.afpages.de) 27 <title>FCKeditor - AFP Sample 2</title> 62 <h1>FCKeditor - AFP - Sample 2</h1> 82 oFCKeditor = CREATEOBJECT("FCKeditor") 101 lcText=lcText+[<a href='http://www.fckeditor.net/'>FCKeditor</a>.]
|
/plugin/wysiwyg/fckeditor/_samples/cfm/ |
H A D | sample01.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 29 <title>FCKeditor - Sample</title> 35 <h1>FCKeditor - ColdFusion - Sample 1</h1> 37 This sample displays a normal HTML form with a FCKeditor with full features enabled. 43 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples ---> 50 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample01_mx.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 29 <title>FCKeditor - Sample</title> 35 <h1>FCKeditor - ColdFusion Component (CFC) - Sample 1</h1> 37 This sample displays a normal HTML form with a FCKeditor with full features enabled. 49 // Calculate basepath for FCKeditor. It's in the folder right above _samples 54 …trong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
|
H A D | sample03.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 49 <h1>FCKeditor - ColdFusion - Sample 3</h1> 75 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples ---> 82 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample02.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 29 <title>FCKeditor - Sample</title> 64 <h1>FCKeditor - ColdFusion - Sample 2</h1> 91 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples ---> 98 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample04.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 54 <h1>FCKeditor - ColdFusion - Sample 4</h1> 75 <!--- Calculate basepath for FCKeditor. It's in the folder right above _samples ---> 87 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample04_mx.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 54 <h1>FCKeditor - ColdFusion Component (CFC) - Sample 4</h1> 81 // Calculate basepath for FCKeditor. It's in the folder right above _samples 86 …trong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
|
H A D | sample03_mx.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 49 <h1>FCKeditor - ColdFusion Component (CFC) - Sample 3</h1> 75 // Calculate basepath for FCKeditor. It's in the folder right above _samples 80 …trong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
|
H A D | sample02_mx.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 29 <title>FCKeditor - Sample</title> 64 <h1>FCKeditor - ColdFusion Component (CFC) - Sample 2</h1> 88 // Calculate basepath for FCKeditor. It's in the folder right above _samples 93 …trong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>' ;
|
/plugin/wysiwyg/fckeditor/_samples/lasso/ |
H A D | sample01.lasso | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 34 <h1>FCKeditor - Lasso - Sample 1</h1> 35 This sample displays a normal HTML form with an FCKeditor with full features 46 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample03.lasso | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 49 <h1>FCKeditor - Lasso - Sample 3</h1> 74 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample02.lasso | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 64 <h1>FCKeditor - Lasso - Sample 2</h1> 100 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sample04.lasso | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Sample</title> 54 <h1>FCKeditor - Lasso - Sample 4</h1> 80 …<strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</p>'
|
H A D | sampleposteddata.lasso | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Samples - Posted Data</title> 34 <h1>FCKeditor - Samples - Posted Data</h1>
|
/plugin/wysiwyg/fckeditor/_samples/asp/ |
H A D | sample01.asp | 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 30 <title>FCKeditor - Sample</title> 37 FCKeditor - ASP - Sample 1 40 This sample displays a normal HTML form with an FCKeditor with full features enabled. 53 Set oFCKeditor = New FCKeditor 55 …e <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
|
H A D | sample03.asp | 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 30 <title>FCKeditor - Sample</title> 51 <h1>FCKeditor - ASP - Sample 3</h1> 78 Set oFCKeditor = New FCKeditor 85 …e <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
|
H A D | sample04.asp | 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 30 <title>FCKeditor - Sample</title> 56 <h1>FCKeditor - ASP - Sample 4</h1> 84 Set oFCKeditor = New FCKeditor 91 …e <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
|
H A D | sample02.asp | 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 30 <title>FCKeditor - Sample</title> 65 <h1>FCKeditor - ASP - Sample 2</h1> 90 Set oFCKeditor = New FCKeditor 101 …e <strong>sample text</strong>. You are using <a href=""http://www.fckeditor.net/"">FCKeditor</a>."
|
H A D | sampleposteddata.asp | 4 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 28 <title>FCKeditor - Samples - Posted Data</title> 34 <h1>FCKeditor - Samples - Posted Data</h1>
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | config.cfm | 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 34 // Use this to force the server path if FCKeditor is not running directly off 35 // the root of the application or the FCKeditor directory in the URL is a virtual directory 149 <cfif isDefined("application.FCKeditor") and isStruct(application.FCKeditor)> 152 <cfset variables.FCKeditor = duplicate(application.FCKeditor)> 155 <cfelseif isDefined("server.FCKeditor") and isStruct(server.FCKeditor)> 158 <cfset variables.FCKeditor = duplicate(server.FCKeditor)> 167 <cfif isDefined("FCKeditor")> 180 structCopyKeys(FCKeditor, config);
|