{ "info": { "author": "Davide Moro", "author_email": "davide.moro@redomino.com", "bugtrack_url": null, "classifiers": [ "Framework :: Plone", "Framework :: Zope2", "Framework :: Zope3", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "collective.kss.inlinejs\n=======================\n\nIf you want to use external js libraries with kss you may have to write a kss plugin (for example create a jQuery porting of some features).\nWhen it makes sense you can also use this package and put simple inline javascript code that will be executed.\n\nYou can call javascript code from the inlinejs kss command set or configure properly a kss configuration file.\n\n\nExample usage\n-------------\n\nFrom python code:\n\nelement = ksscore.getHtmlIdSelector('selector')\ninline = self.getCommandSet(\"inlinejs\")\ninline.execJs(element, \"alert('TEST'); alert(node.id); jQuery(...)\")\n\nFrom a kss configuration file:\n\nimg:click {\n action-client: inlinejs-effect;\n inlinejs-effect-code: 'alert(node.id); alert(\"done\"); jQuery(...)';\n inlinejs-effect-debug: '1';\n }\n\nTODO\n----\n\n* Tests coverage\n\n\nAuthor\n======\n\n- Davide Moro ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.redomino.com", "keywords": "kss plugin", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "collective.kss.inlinejs", "package_url": "https://pypi.org/project/collective.kss.inlinejs/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/collective.kss.inlinejs/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.redomino.com" }, "release_url": "https://pypi.org/project/collective.kss.inlinejs/1.0/", "requires_dist": null, "requires_python": null, "summary": "Plugin that allows you to put javascript code evaluated by kss", "version": "1.0" }, "last_serial": 787918, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b596cc34fce347d766a13382cda76627", "sha256": "9c155c0771f2df9eec988eb9c2bec2f495f01a913fe30dfb15721d50ec0852ca" }, "downloads": -1, "filename": "collective.kss.inlinejs-1.0-py2.4.egg", "has_sig": false, "md5_digest": "b596cc34fce347d766a13382cda76627", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 10971, "upload_time": "2009-06-17T14:16:42", "url": "https://files.pythonhosted.org/packages/14/82/9fb9d9146785b8c68ca609509f046a35d92b7ab92f3e509aca8182a210da/collective.kss.inlinejs-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "451a16d5168d1cfc3d6403dd66f63bee", "sha256": "dcd7dd7760fa6274ff8875772b714817b484766e8b389540e21037f502f351c8" }, "downloads": -1, "filename": "collective.kss.inlinejs-1.0.tar.gz", "has_sig": false, "md5_digest": "451a16d5168d1cfc3d6403dd66f63bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4771, "upload_time": "2009-06-17T14:16:41", "url": "https://files.pythonhosted.org/packages/da/2f/a540e03d936f57a7b3fc9f61c0cce3837c55e549db19591f5927d42e70b4/collective.kss.inlinejs-1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b596cc34fce347d766a13382cda76627", "sha256": "9c155c0771f2df9eec988eb9c2bec2f495f01a913fe30dfb15721d50ec0852ca" }, "downloads": -1, "filename": "collective.kss.inlinejs-1.0-py2.4.egg", "has_sig": false, "md5_digest": "b596cc34fce347d766a13382cda76627", "packagetype": "bdist_egg", "python_version": "2.4", "requires_python": null, "size": 10971, "upload_time": "2009-06-17T14:16:42", "url": "https://files.pythonhosted.org/packages/14/82/9fb9d9146785b8c68ca609509f046a35d92b7ab92f3e509aca8182a210da/collective.kss.inlinejs-1.0-py2.4.egg" }, { "comment_text": "", "digests": { "md5": "451a16d5168d1cfc3d6403dd66f63bee", "sha256": "dcd7dd7760fa6274ff8875772b714817b484766e8b389540e21037f502f351c8" }, "downloads": -1, "filename": "collective.kss.inlinejs-1.0.tar.gz", "has_sig": false, "md5_digest": "451a16d5168d1cfc3d6403dd66f63bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4771, "upload_time": "2009-06-17T14:16:41", "url": "https://files.pythonhosted.org/packages/da/2f/a540e03d936f57a7b3fc9f61c0cce3837c55e549db19591f5927d42e70b4/collective.kss.inlinejs-1.0.tar.gz" } ] }