{ "info": { "author": "Johan Beyers", "author_email": "jbeyers@juizi.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nThis product adds a z3c.form widget (called an Addable Choice Widget) that provides a\ntext input in which the user can enter a new value, but also a dropdown in\nwhich previously added values are shown.\n\nThe user therefore has the choice to use a value previously given, or to give a\nnew value.\n\nWhen this widget is used for the first time, the dropdown will of course be\nempty, as there won't be any previously added values.\n\n\nHow to use:\n-----------\n\n::\n\n from plone.directives import form\n from collective.z3cform.addablechoice.widget import AddableChoiceFieldWidget\n\n\n class IMyType(form.Schema):\n \"\"\" \"\"\"\n product_name = schema.TextLine(\n title=_(u'label_product_name', default=u'Product Name'),\n )\n form.widget(product_name=AddableChoiceFieldWidget)\n\nChangelog\n=========\n\n0.6 (2013-03-18)\n----------------\n\n- Fixed RST rendering errors. [jcbrand]\n\n\n0.5 (2013-03-18)\n----------------\n\n- Fail gracefully when there is no index or now values to choose from.\n [jcbrand]\n\n\n0.4 (2012-08-02)\n----------------\n\n- Explicitly check if request value is list/tuple. [jcbrand]\n\n\n0.3 (2012-03-22)\n----------------\n\n- Edit MANIFEST.in to include profiles dir. [jcbrand]\n\n\n0.2 (2012-03-21)\n----------------\n\n- Add MANIFEST.in to explicitly add docs dir. [jcbrand]\n\n\n0.1 (2012-03-21)\n----------------\n\n- Created [jbeyers]\n- Initial release [jcbrand]", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/collective.z3cform.addablechoice", "keywords": "syslab choice widget z3cform", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.z3cform.addablechoice", "package_url": "https://pypi.org/project/collective.z3cform.addablechoice/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.z3cform.addablechoice/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.z3cform.addablechoice" }, "release_url": "https://pypi.org/project/collective.z3cform.addablechoice/0.6/", "requires_dist": null, "requires_python": null, "summary": "Adds a choice widget with text field to z3cform.", "version": "0.6" }, "last_serial": 788285, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "978e90135fa96ec44a6afb3fd4e901c2", "sha256": "1755c39994e434e61b2c74aba1179ae6afd7c0fdc3c932e208c46798c3db1e9d" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.1.zip", "has_sig": false, "md5_digest": "978e90135fa96ec44a6afb3fd4e901c2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8245, "upload_time": "2012-03-21T17:48:46", "url": "https://files.pythonhosted.org/packages/67/57/90bc6294ba0e64b44df77196db4fb667608867acbf1e9e3dd4490d330bf4/collective.z3cform.addablechoice-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "811c45054e6b8db1cbda6829979dd96c", "sha256": "c21ef2cb21e03ec7b732bc939db788c2b1681a59c90c5bec91dd493c01fcf4a2" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.2.zip", "has_sig": false, "md5_digest": "811c45054e6b8db1cbda6829979dd96c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8868, "upload_time": "2012-03-21T18:15:24", "url": "https://files.pythonhosted.org/packages/4a/54/a479b5e68d3fa27eeea9a4fe714bdc2ab6d3b82b062c468c03cf51f40dd9/collective.z3cform.addablechoice-0.2.zip" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "1b2dccf885aad581386f504bba7a4120", "sha256": "c90e8f5f8d50c978975858baf41b8fe8d9920706ac1cb26081eee9d7f9891e02" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.3.zip", "has_sig": false, "md5_digest": "1b2dccf885aad581386f504bba7a4120", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13425, "upload_time": "2012-03-22T13:07:09", "url": "https://files.pythonhosted.org/packages/db/d2/73f3b4a8921666c11f8a366ff62843e39ac9e5cfeb60cccfdfa3f90f6b06/collective.z3cform.addablechoice-0.3.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "2817b390ba3e6031d6780ff480c23471", "sha256": "b46b580c68337b2e421f17eec4de21cbbb396adc69942b2eed3176db2f677653" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.5.zip", "has_sig": false, "md5_digest": "2817b390ba3e6031d6780ff480c23471", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14377, "upload_time": "2013-03-18T08:16:43", "url": "https://files.pythonhosted.org/packages/8e/1d/7438d221e492ad9079bc411212410fb03826814136996dc42d520555d0c6/collective.z3cform.addablechoice-0.5.zip" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "91b01bb555433094a6896da4ae5552ed", "sha256": "1d0ea523383d7ef434c2dd04011f2f76f37fe96d8a218365666d1c4e5b8ecb2f" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.6.zip", "has_sig": false, "md5_digest": "91b01bb555433094a6896da4ae5552ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14457, "upload_time": "2013-03-18T08:23:12", "url": "https://files.pythonhosted.org/packages/26/b4/dd4cf8526a40bd2ca748a55f214384ce24aae08abf92fa7638c9a54362bb/collective.z3cform.addablechoice-0.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "91b01bb555433094a6896da4ae5552ed", "sha256": "1d0ea523383d7ef434c2dd04011f2f76f37fe96d8a218365666d1c4e5b8ecb2f" }, "downloads": -1, "filename": "collective.z3cform.addablechoice-0.6.zip", "has_sig": false, "md5_digest": "91b01bb555433094a6896da4ae5552ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14457, "upload_time": "2013-03-18T08:23:12", "url": "https://files.pythonhosted.org/packages/26/b4/dd4cf8526a40bd2ca748a55f214384ce24aae08abf92fa7638c9a54362bb/collective.z3cform.addablechoice-0.6.zip" } ] }