yafowil.widget.array


Nameyafowil.widget.array JSON
Version 1.7 PyPI version JSON
download
home_pagehttp://github.com/conestack/yafowil.widget.array
SummaryArray Widget for YAFOWIL
upload_time2022-10-06 07:52:16
maintainer
docs_urlNone
authorYafowil Contributors
requires_python
licenseSimplified BSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is an **array widget** for for `YAFOWIL
<http://pypi.python.org/pypi/yafowil>`_ .

- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#array>`_
- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.array/index.html>`_

Source Code
===========

The sources are in a GIT DVCS with its main branches at
`github <http://github.com/conestack/yafowil.widget.array>`_.

We'd be happy to see many forks and pull-requests to make YAFOWIL even better.


Contributors
============

- Robert Niederreiter

- Georg Bernhard



Changes
=======

1.7 (2022-10-06)
----------------

- Introduce new method ``set_value_index`` to allow correct custom indexing
  in index hooks.
  [lenadax]


1.6.1 (2019-11-20)
------------------

- Use ``bdajax.register`` for registering binder function.
  [rnix]


1.6 (2019-07-31)
----------------

- Add additional JS hooks when array gets modified. Provided hooks are now
  ``before_add``, ``add``, ``remove``, ``before_up``, ``up``, ``before_down``,
  ``down`` and ``index``.
  [rnix]

- Add ``array_display_renderer``.
  [rnix]


1.5 (2018-07-16)
----------------

- Python 3 compatibility.
  [rnix]

- Convert doctests to unittests.
  [rnix]


1.4 (2016-09-09)
----------------

- Add dedicated CSS for ``plone5`` theme provided by ``yafowil.plone``.
  [rnix, 2016-06-28]

- Use ``yafowil.utils.entry_point`` decorator.
  [rnix, 2016-06-27]

- Minor bootstrap theme CSS changes.
  [rnix, 2016-06-27]


1.3.1 (2015-06-25)
------------------

- Resolve JSHint errors and warnings.
  [thet]

- Fix CSS for displaying icons in default theme.
  [marfago]


1.3 (2015-01-23)
----------------

- Fix ``mark_disabled`` function.
  [rnix]

- Adopt to ``yafowil.bootstrap`` 1.2.
  [rnix]


1.2.1
-----

- Do not hook ``array_display_proxy`` if ``display_proxy`` proerty set on
  widget attributes.
  [rnix, 2012-10-26]

- Use ``yafowil.utils.attr_value`` wherever possible.
  [rnix, 2012-10-25]


1.2
---

- Add ``array`` CSS class to array wrapper DOM element if not present (may
  happen if ``class`` property for array blueprint gets overwritten). Javascript
  depends on this CSS class.
  [rnix, 2012-07-25]

- Adopt resource providing.
  [rnix, 2012-06-12]

- Remove example app.
  [rnix, 2012-06-12]


1.1
---

- pass parent to array extractor explicit extract call (as compound extractor 
  does).
  [jensens, 2012-05-20]

- Handle ``required`` property in ``array`` blueprint.
  [rnix, 2012-04-19]

- Handle ``display`` mode and ``disabled`` property for leaf array children.
  [rnix, 2012-04-17]

- Introduce ``add``, ``remove``, ``sort`` and ``static`` properties for
  ``array`` blueprint.
  [rnix, 2012-04-13]


1.0
---

- Implement yafowil 1.3 entry_point registration
  [agitator, 2012-02-15]


0.9
---

- Make it work
  [rnix]


License
=======

Copyright (c) 2011-2021, BlueDynamics Alliance, Austria, Germany, Switzerland
Copyright (c) 2021, Yafowil Contributors
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice, this
  list of conditions and the following disclaimer in the documentation and/or
  other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/conestack/yafowil.widget.array",
    "name": "yafowil.widget.array",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Yafowil Contributors",
    "author_email": "dev@conestack.org",
    "download_url": "https://files.pythonhosted.org/packages/cf/9c/0e371473a6a3f4184eee9741eaa8b7819556b430ba12ba225baba70c0469/yafowil.widget.array-1.7.tar.gz",
    "platform": null,
    "description": "This is an **array widget** for for `YAFOWIL\n<http://pypi.python.org/pypi/yafowil>`_ .\n\n- `Documentation <http://docs.yafowil.info/en/latest/blueprints.html#array>`_\n- `DEMO - see it Live <http://demo.yafowil.info/++widget++yafowil.widget.array/index.html>`_\n\nSource Code\n===========\n\nThe sources are in a GIT DVCS with its main branches at\n`github <http://github.com/conestack/yafowil.widget.array>`_.\n\nWe'd be happy to see many forks and pull-requests to make YAFOWIL even better.\n\n\nContributors\n============\n\n- Robert Niederreiter\n\n- Georg Bernhard\n\n\n\nChanges\n=======\n\n1.7 (2022-10-06)\n----------------\n\n- Introduce new method ``set_value_index`` to allow correct custom indexing\n  in index hooks.\n  [lenadax]\n\n\n1.6.1 (2019-11-20)\n------------------\n\n- Use ``bdajax.register`` for registering binder function.\n  [rnix]\n\n\n1.6 (2019-07-31)\n----------------\n\n- Add additional JS hooks when array gets modified. Provided hooks are now\n  ``before_add``, ``add``, ``remove``, ``before_up``, ``up``, ``before_down``,\n  ``down`` and ``index``.\n  [rnix]\n\n- Add ``array_display_renderer``.\n  [rnix]\n\n\n1.5 (2018-07-16)\n----------------\n\n- Python 3 compatibility.\n  [rnix]\n\n- Convert doctests to unittests.\n  [rnix]\n\n\n1.4 (2016-09-09)\n----------------\n\n- Add dedicated CSS for ``plone5`` theme provided by ``yafowil.plone``.\n  [rnix, 2016-06-28]\n\n- Use ``yafowil.utils.entry_point`` decorator.\n  [rnix, 2016-06-27]\n\n- Minor bootstrap theme CSS changes.\n  [rnix, 2016-06-27]\n\n\n1.3.1 (2015-06-25)\n------------------\n\n- Resolve JSHint errors and warnings.\n  [thet]\n\n- Fix CSS for displaying icons in default theme.\n  [marfago]\n\n\n1.3 (2015-01-23)\n----------------\n\n- Fix ``mark_disabled`` function.\n  [rnix]\n\n- Adopt to ``yafowil.bootstrap`` 1.2.\n  [rnix]\n\n\n1.2.1\n-----\n\n- Do not hook ``array_display_proxy`` if ``display_proxy`` proerty set on\n  widget attributes.\n  [rnix, 2012-10-26]\n\n- Use ``yafowil.utils.attr_value`` wherever possible.\n  [rnix, 2012-10-25]\n\n\n1.2\n---\n\n- Add ``array`` CSS class to array wrapper DOM element if not present (may\n  happen if ``class`` property for array blueprint gets overwritten). Javascript\n  depends on this CSS class.\n  [rnix, 2012-07-25]\n\n- Adopt resource providing.\n  [rnix, 2012-06-12]\n\n- Remove example app.\n  [rnix, 2012-06-12]\n\n\n1.1\n---\n\n- pass parent to array extractor explicit extract call (as compound extractor \n  does).\n  [jensens, 2012-05-20]\n\n- Handle ``required`` property in ``array`` blueprint.\n  [rnix, 2012-04-19]\n\n- Handle ``display`` mode and ``disabled`` property for leaf array children.\n  [rnix, 2012-04-17]\n\n- Introduce ``add``, ``remove``, ``sort`` and ``static`` properties for\n  ``array`` blueprint.\n  [rnix, 2012-04-13]\n\n\n1.0\n---\n\n- Implement yafowil 1.3 entry_point registration\n  [agitator, 2012-02-15]\n\n\n0.9\n---\n\n- Make it work\n  [rnix]\n\n\nLicense\n=======\n\nCopyright (c) 2011-2021, BlueDynamics Alliance, Austria, Germany, Switzerland\nCopyright (c) 2021, Yafowil Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice, this\n  list of conditions and the following disclaimer in the documentation and/or\n  other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR\nANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES\n(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\nLOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND\nON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n",
    "bugtrack_url": null,
    "license": "Simplified BSD",
    "summary": "Array Widget for YAFOWIL",
    "version": "1.7",
    "project_urls": {
        "Homepage": "http://github.com/conestack/yafowil.widget.array"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "517a77f19fcb85cc0b86287ef4a1b13d6064143f0c6dcd35f940dd2810ecd7e4",
                "md5": "0c5bfe79860b0b87da098407804ae9d4",
                "sha256": "007aafefb36ea752772e316addb7028a8ea74ac97220d4997d1fd25424f853db"
            },
            "downloads": -1,
            "filename": "yafowil.widget.array-1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0c5bfe79860b0b87da098407804ae9d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 24923,
            "upload_time": "2022-10-06T07:52:13",
            "upload_time_iso_8601": "2022-10-06T07:52:13.797583Z",
            "url": "https://files.pythonhosted.org/packages/51/7a/77f19fcb85cc0b86287ef4a1b13d6064143f0c6dcd35f940dd2810ecd7e4/yafowil.widget.array-1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf9c0e371473a6a3f4184eee9741eaa8b7819556b430ba12ba225baba70c0469",
                "md5": "465d0f6f410db2c84dc7f4b29decf7c2",
                "sha256": "3a27eb7eab03809297f9b7f7c02ec4cccb796a1896dbad359d19cb0dbfcac523"
            },
            "downloads": -1,
            "filename": "yafowil.widget.array-1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "465d0f6f410db2c84dc7f4b29decf7c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24913,
            "upload_time": "2022-10-06T07:52:16",
            "upload_time_iso_8601": "2022-10-06T07:52:16.259793Z",
            "url": "https://files.pythonhosted.org/packages/cf/9c/0e371473a6a3f4184eee9741eaa8b7819556b430ba12ba225baba70c0469/yafowil.widget.array-1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-06 07:52:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "conestack",
    "github_project": "yafowil.widget.array",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "yafowil.widget.array"
}
        
Elapsed time: 0.06937s