python输入的原型字段

Products.PythonField的Python项目详细描述


pythonfield自述文件

An Archetype field that stores Python scripts.

Usage

  1. Install as usual in your Products directory.

  2. Add this line to your custom Archetype to import the field:

    from Products.PythonField import PythonField
    
  3. In your schema, add PythonField like this:

    BaseSchema + Schema(( ...
        PythonField('myField'),
        ...
    ))
    

更多信息

Visit http://plone.org/products/scriptablefields for documenttion, bug-reports, etc.

学分

Thanks to Sidnei da Silva for the TALESField product, which served as the base for this.

版权所有

Copyright (C) 2005-2007 BlueDynamics Alliance, Klein & Partner KEG, Innsbruck, Austria

安装

pythonfield可以作为一个鸡蛋或传统的zope来安装。 产品。

通过构建

只需将products.pythonfield添加到构建的“eggs”列表中 或ZOPE2安装部件:

鸡蛋=
… 产品.Python场 …

通过简易设置

只需为您正在使用的python使用easy_setup的副本 去管理佐佩。

传统Zope产品安装

复制或象征性地链接products.pythonfield/products/pythonfield 成为zope实例的products目录中的products/pythonfield。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
记录打印JAVA控制台客户端的SOAP消息   java camunda异常找不到id为空的任务任务   java如何将json文件转换为以下格式{“Description”:“Cmd是一个开源工具”,数据{“别名”:“xCmd”,“软件”:“xCmd”,“_raw”:“}   java在Hibernate期间清理连接池花费的时间太长   用Java实现基本FTP客户端的socket   Java生成文本文件格式的格式化报告   java hibernate createQuery vs get   TriggerBuilder<Trigger>类型中带有Schedule(ScheduleBuilder<SBT>)的java不适用于参数(可变触发器)   JavaSwing:GlassPane防止鼠标指针更改   java使用for循环创建上下三角形   maven“Java Home”在cmd中运行“mvn v”时不显示   java客户端无法联机连接到服务器   java面向对象程序设计问题   java如何按升序和降序对hashmap数据进行排序   java为什么JPanel从不调用reapint