{ "info": { "author": "Radim Novotny", "author_email": "novotny.radim@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Plone :: 4.0", "Framework :: Plone :: 4.1", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Introduction\n============\n\nSimple package which makes fancybox available in portal_javascript. This package\ndoes not change nor define any view or templates. It basically does nothing from\nthe user point of view. It is usable for template developers to avoid several\nfancybox libraries registered from different products.\n\nProblems\n--------\n\nPlease note, Plone often generates image URLs without extension suffix, eg.\nhttp://host/portal/news/news-item/image_preview returns correct image to the\nbrowser with correct content type set, but Fancybox does not handle such URLs\ncorrectly. Fancybox competitor, Thickbox, works fine in this situation.\n\nFrom FancyBox FAQ::\n\n 6. I`m using custom urls for images (for example,\n index.php?action=dlattach;topic=3.0;attach=9;image) and FancyBox shows source\n of image. Why?\n \n FancyBox gueses content type from url but sometimes it can be wrong. The\n solution is to force your type, like so - $(\".selector\").fancybox({'type' :\n 'image'});\n\nUsage\n-----\n\nFancybox requires custom invocation of the library. You must write custom\njavascript which binds fancybox code to particular tag. Define your own JS file,\nregister it (portal_javascripts, javascript_head_slot) and use jQuery syntax to\nbind fancybox to the tags::\n\n jq(function() {\n jq(\"a.fancybox\").fancybox();\n });\n\nMore detailed configuration may be passed as arguments of fancybox() function.\nPlease read http://fancybox.net/howto chapter 4 - `Fire plugin using jQuery\nselector` and Available options.\n\nChangelog\n=========\n\n1.3.4.1 (2012-01-04)\n--------------------\n\n- rename from collective.fancybox.\n [toutpt]", "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.js.fancybox", "keywords": "fancybox plone jquery", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.js.fancybox", "package_url": "https://pypi.org/project/collective.js.fancybox/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.js.fancybox/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/collective.js.fancybox" }, "release_url": "https://pypi.org/project/collective.js.fancybox/1.3.4.1/", "requires_dist": null, "requires_python": null, "summary": "Fancybox libraries for Plone", "version": "1.3.4.1" }, "last_serial": 787878, "releases": { "1.3.4.1": [ { "comment_text": "", "digests": { "md5": "b09ac4211dedcffd19067d285ca401db", "sha256": "591bd4bff4c7cfbbc3b15b9298fc43e94d61ca715ca3bbc5a8d0eec8bcd2d84a" }, "downloads": -1, "filename": "collective.js.fancybox-1.3.4.1.tar.gz", "has_sig": false, "md5_digest": "b09ac4211dedcffd19067d285ca401db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56711, "upload_time": "2012-01-04T21:24:10", "url": "https://files.pythonhosted.org/packages/7d/89/48a73d8887a1f66c0060f631710085494f2630209e770f5c84526c6b5ee4/collective.js.fancybox-1.3.4.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b09ac4211dedcffd19067d285ca401db", "sha256": "591bd4bff4c7cfbbc3b15b9298fc43e94d61ca715ca3bbc5a8d0eec8bcd2d84a" }, "downloads": -1, "filename": "collective.js.fancybox-1.3.4.1.tar.gz", "has_sig": false, "md5_digest": "b09ac4211dedcffd19067d285ca401db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 56711, "upload_time": "2012-01-04T21:24:10", "url": "https://files.pythonhosted.org/packages/7d/89/48a73d8887a1f66c0060f631710085494f2630209e770f5c84526c6b5ee4/collective.js.fancybox-1.3.4.1.tar.gz" } ] }