fckeditor updated to version 2.6

This commit is contained in:
Regis Houssin
2008-05-02 09:23:36 +00:00
parent 985d0f468f
commit 9e416ee936
278 changed files with 9384 additions and 3744 deletions

View File

@@ -1,6 +1,6 @@
"""
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2007 Frederico Caldeira Knabben
Copyright (C) 2003-2008 Frederico Caldeira Knabben
== BEGIN LICENSE ==
@@ -57,7 +57,7 @@ class FCKeditor(object):
def CreateHtml(self):
HtmlValue = escape(self.Value)
Html = "<div>"
Html = ""
if (self.IsCompatible()):
File = "fckeditor.html"
@@ -105,7 +105,6 @@ class FCKeditor(object):
HeightCSS,
HtmlValue
)
Html += "</div>"
return Html
def IsCompatible(self):
@@ -159,4 +158,3 @@ class FCKeditor(object):
else:
sParams += "%s=%s" % (k, v)
return sParams