collective.js.tooltipster


Namecollective.js.tooltipster JSON
Version 1.8 PyPI version JSON
download
home_pagehttp://pypi.python.org/pypi/collective.js.tooltipster
SummaryPlone integration of tooltipster jquery plugin
upload_time2024-02-08 14:34:17
maintainer
docs_urlNone
authorGauthier BASTIEN
requires_python
licenseGPL
keywords python plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================
collective.js.tooltipster
=========================
   
Plone integration of Tooltipster jQuery plugin (https://www.heteroclito.fr/modules/tooltipster/)

Version 4.2.6

Themes
****** 

If you want to use additional themes, just import profile "collective.js.tooltipster Themes" in portal_setup.

Following themes are available :

- tooltipster-light
- tooltipster-noir
- tooltipster-punk
- tooltipster-shadow


Changelog
=========


1.8 (2024-02-08)
----------------

- Added `arrow` option in `tooltipster_helper`.
  [sgeulette]

1.7 (2022-03-22)
----------------

- Added new optional parameters for `tooltipster_helper` : `functionPosition_callback`,
  this let's manage tooltipster position manually.
  [gbastien]

1.6 (2022-02-14)
----------------

- Added `passInstanceToCallback` option to be able to pass the tooltipster
  instance to the `functionReady` callback.
  [gbastien]

1.5 (2022-01-03)
----------------

- Fixed default `zIndex` from `9995` to `11000` so it works correctly
  when displayed in an overlay.
  [gbastien]

1.4 (2019-09-12)
----------------

- Set `async:true` for ajax request when no `functionReady_callback` provided.
  [gbastien]
- By default, make `click/tap/mouseenter` open a `tooltipster` and
  `click/tap/mouseleave` close it. This makes it useable on mobile devices.
  [gbastien]

1.3 (2019-05-16)
----------------

- Set `async: false` for the JS ajax query so we are sure that content is loaded
  when `functionReady` is called.
  [gbastien]
- Set default `zIndex` to `9995` so it behaves correctly with
  `jQuery Tools` overlays.
  [gbastien]
- Take into account options `minWidth` and `maxWidth` when initializing
  the tooltipster.
  [gbastien]

1.2 (2018-04-20)
----------------

- Added new optional parameters for `tooltipster_helper` : `zIndex` and
  `functionReady_callback`, this last parameter is a JS function that will be
  called in the `tooltipster.functionReady` function.
  [gbastien]
- Display `...` instead `Loading...` when loading the tooltipster so it is
  compatible with every languages.
  [gbastien]
- Added new optional parameters for `tooltipster_helper` : `triggerOpen` and
  `triggerClose` to use together with `trigger: 'custom'`.  Added also
  optional parameter `close_other_tips` that if set to `true` will close every
  other opened tooltips.
  [gbastien]

1.1 (2018-02-20)
----------------

- In `tooltipster_helper`, set `updateAnimation` to `fade` by default,
  moreover parameter `speed` does not exist anymore, it is replaced by
  `animationDuration`.
  [gbastien]
- Bugfix upgrade to 2000 by re-applying the `cssregistry` step.
  [gbastien]


1.0 (2018-02-14)
----------------

- Moved to `tooltipster` 4.2.6.
  [gbastien]
- Added `tooltipster_helper` method to ease use of `tooltipster`.
  [gbastien]


0.1 (2016-09-22)
----------------

- Initial release.
  [gbastien]
            

Raw data

            {
    "_id": null,
    "home_page": "http://pypi.python.org/pypi/collective.js.tooltipster",
    "name": "collective.js.tooltipster",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Python Plone",
    "author": "Gauthier BASTIEN",
    "author_email": "gauthier.bastien@imio.be",
    "download_url": "https://files.pythonhosted.org/packages/dc/50/9b15a1db227ee60e082694a465490394d343b700b2d33bf0409a4cc6b8e4/collective.js.tooltipster-1.8.tar.gz",
    "platform": null,
    "description": "=========================\ncollective.js.tooltipster\n=========================\n   \nPlone integration of Tooltipster jQuery plugin (https://www.heteroclito.fr/modules/tooltipster/)\n\nVersion 4.2.6\n\nThemes\n****** \n\nIf you want to use additional themes, just import profile \"collective.js.tooltipster Themes\" in portal_setup.\n\nFollowing themes are available :\n\n- tooltipster-light\n- tooltipster-noir\n- tooltipster-punk\n- tooltipster-shadow\n\n\nChangelog\n=========\n\n\n1.8 (2024-02-08)\n----------------\n\n- Added `arrow` option in `tooltipster_helper`.\n  [sgeulette]\n\n1.7 (2022-03-22)\n----------------\n\n- Added new optional parameters for `tooltipster_helper` : `functionPosition_callback`,\n  this let's manage tooltipster position manually.\n  [gbastien]\n\n1.6 (2022-02-14)\n----------------\n\n- Added `passInstanceToCallback` option to be able to pass the tooltipster\n  instance to the `functionReady` callback.\n  [gbastien]\n\n1.5 (2022-01-03)\n----------------\n\n- Fixed default `zIndex` from `9995` to `11000` so it works correctly\n  when displayed in an overlay.\n  [gbastien]\n\n1.4 (2019-09-12)\n----------------\n\n- Set `async:true` for ajax request when no `functionReady_callback` provided.\n  [gbastien]\n- By default, make `click/tap/mouseenter` open a `tooltipster` and\n  `click/tap/mouseleave` close it. This makes it useable on mobile devices.\n  [gbastien]\n\n1.3 (2019-05-16)\n----------------\n\n- Set `async: false` for the JS ajax query so we are sure that content is loaded\n  when `functionReady` is called.\n  [gbastien]\n- Set default `zIndex` to `9995` so it behaves correctly with\n  `jQuery Tools` overlays.\n  [gbastien]\n- Take into account options `minWidth` and `maxWidth` when initializing\n  the tooltipster.\n  [gbastien]\n\n1.2 (2018-04-20)\n----------------\n\n- Added new optional parameters for `tooltipster_helper` : `zIndex` and\n  `functionReady_callback`, this last parameter is a JS function that will be\n  called in the `tooltipster.functionReady` function.\n  [gbastien]\n- Display `...` instead `Loading...` when loading the tooltipster so it is\n  compatible with every languages.\n  [gbastien]\n- Added new optional parameters for `tooltipster_helper` : `triggerOpen` and\n  `triggerClose` to use together with `trigger: 'custom'`.  Added also\n  optional parameter `close_other_tips` that if set to `true` will close every\n  other opened tooltips.\n  [gbastien]\n\n1.1 (2018-02-20)\n----------------\n\n- In `tooltipster_helper`, set `updateAnimation` to `fade` by default,\n  moreover parameter `speed` does not exist anymore, it is replaced by\n  `animationDuration`.\n  [gbastien]\n- Bugfix upgrade to 2000 by re-applying the `cssregistry` step.\n  [gbastien]\n\n\n1.0 (2018-02-14)\n----------------\n\n- Moved to `tooltipster` 4.2.6.\n  [gbastien]\n- Added `tooltipster_helper` method to ease use of `tooltipster`.\n  [gbastien]\n\n\n0.1 (2016-09-22)\n----------------\n\n- Initial release.\n  [gbastien]",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Plone integration of tooltipster jquery plugin",
    "version": "1.8",
    "project_urls": {
        "Homepage": "http://pypi.python.org/pypi/collective.js.tooltipster"
    },
    "split_keywords": [
        "python",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc509b15a1db227ee60e082694a465490394d343b700b2d33bf0409a4cc6b8e4",
                "md5": "2d7ff45fcb8886f711e910495d0314ca",
                "sha256": "bbcab75ad296b18c9b53e67ec72a162c666559e747e613083b827450f617433a"
            },
            "downloads": -1,
            "filename": "collective.js.tooltipster-1.8.tar.gz",
            "has_sig": false,
            "md5_digest": "2d7ff45fcb8886f711e910495d0314ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 29532,
            "upload_time": "2024-02-08T14:34:17",
            "upload_time_iso_8601": "2024-02-08T14:34:17.973511Z",
            "url": "https://files.pythonhosted.org/packages/dc/50/9b15a1db227ee60e082694a465490394d343b700b2d33bf0409a4cc6b8e4/collective.js.tooltipster-1.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 14:34:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "collective.js.tooltipster"
}
        
Elapsed time: 0.91511s