You are here: Home Plone products Products.PFGSelectionStringField

Products.PFGSelectionStringField (1.0)

1
by Olha Pelishok last modified 2011-09-28
0.0
0.0
0.0
0.0
Released on 2011-09-24 by Taito Horiuchi for Plone 3.3, Plone 4.1 under GPL - GNU General Public License available for All platforms.
Software development stage: stable
Products.PFGSelectionStringField is a field type for Products.PloneFormGen.
Products.PFGSelectionStringField

Products.PFGSelectionStringField adds selection field with string field next to it to PloneFormGen.

This is useful when you need some comment with the selected option.

Tested with

  • Plone-4.1b2 and Plone-3.3.5
  • Products.PloneFormGen-1.6.0

Installation

Use zc.buildout and the plone.recipe.zope2instance recipe to manage packages:

  • Add Products.PFGSelectionStringField to the list of eggs to install, e.g.:

    [buildout]
    eggs =
    Products.PFGSelectionStringField
  • Re-run buildout, e.g. with:

    ./bin/buildout
Document Actions
Powered by Plone