资源简介

PHP程序开发参考手册(光盘源码),有需要的可以下载

资源截图

代码片段和文件信息

“““
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2008 Frederico Caldeira Knabben

== BEGIN LICENSE ==

Licensed under the terms of any of the following licenses at your
choice:

 - GNU General Public License Version 2 or later (the “GPL“)
   http://www.gnu.org/licenses/gpl.html

 - GNU Lesser General Public License Version 2.1 or later (the “LGPL“)
   http://www.gnu.org/licenses/lgpl.html

 - Mozilla Public License Version 1.1 or later (the “MPL“)
   http://www.mozilla.org/MPL/MPL-1.1.html

== END LICENSE ==

This is the integration file for Python.
“““

import cgi
import os
import re
import string

def escape(text replace=string.replace):
    “““Converts the special characters ‘<‘ ‘>‘ and ‘&‘.

    RFC 1866 specifies that these characters be represented
    in HTML as < > and & respectively. In Python
    1.5 we use the new string.replace() function for speed.
    “““
    text = replace(text ‘&‘ ‘&‘) # must be done 1st
    text = replace(text ‘<‘ ‘<‘)
    text = replace(text ‘>‘ ‘>‘)
    text = replace(text ‘“‘ ‘"‘)
    text = replace(text “‘“ ‘‘‘)
    return text

# The FCKeditor class
class FCKeditor(object):
def __init__(self instanceName):
self.InstanceName = instanceName
self.basePath = ‘/fckeditor/‘
self.Width = ‘100%‘
self.Height = ‘200‘
self.ToolbarSet = ‘Default‘
self.Value = ‘‘;

self.Config = {}

def Create(self):
return self.CreateHtml()

def CreateHtml(self):
HtmlValue = escape(self.Value)
Html = ““

if (self.IsCompatible()):
File = “fckeditor.html“
link = “%seditor/%s?InstanceName=%s“ % (
self.basePath
File
self.InstanceName

if (self.ToolbarSet is not None):
link += “&Toolbar=%s“ % self.ToolbarSet

# Render the linked hidden field
Html += “yle=\“display:none\“ />“ % (
self.InstanceName
self.InstanceName
HtmlValue


# Render the configurations hidden field
Html += “yle=\“display:none\“ />“ % (
self.InstanceName
self.GetConfigFieldString()


# Render the editor iframe
Html += “rame id=\“%s\__frame\“ src=\“%s\“ width=\“%s\“ height=\“%s\“ frameborder=\“0\“ scrolling=\“no\“>rame>“ % (
self.InstanceName
link
self.Width
self.Height

else:
if (self.Width.find(“%%“) < 0):
WidthCSS = “%spx“ % self.Width
else:
WidthCSS = self.Width
if (self.Height.find(“%%“) < 0):
HeightCSS = “%spx“ % self.Height
else:
HeightCSS = self.Height

Html += “yle=\“width: %s; height: %s;\“ wrap=\“virtual\“>%s“ % (
self.InstanceName
WidthCSS
HeightCSS
HtmlValue

return Html

def IsCom

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        644  2011-03-24 10:59  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\css\in.css

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\css

     文件        905  2011-03-24 10:59  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\index.php

     文件       2063  2010-09-18 15:42  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\pic\an_03.gif

     文件       2063  2010-09-18 16:21  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\pic\an_05.gif

     文件      25335  2010-11-25 11:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\pic\login.jpg

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01\pic

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01\01

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1\01

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.1

     文件      29600  2010-11-25 14:41  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10\07\01\images\bg3.jpg

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10\07\01\images

     文件       1843  2010-11-25 14:55  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10\07\01\index.php

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10\07\01

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10\07

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.10

     文件      12188  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_01.gif

     文件       1240  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_02.gif

     文件       3550  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_03.gif

     文件        955  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_04.gif

     文件        895  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_05.gif

     文件       2897  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_06.gif

     文件       3133  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_07.gif

     文件        890  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_08.gif

     文件        699  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_09.gif

     文件        758  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\dl_10.gif

     文件         43  2010-11-27 14:20  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images\分隔符.gif

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\images

     文件       2959  2011-03-16 16:24  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02\index.php

     目录          0  2013-06-09 10:23  PHP程序开发参考手册(光盘源码)\mingrisoft\01\1.2\02

............此处省略3835个文件信息

评论

共有 条评论