معرفی شرکت ها


collective.js.cycle2-1.0b2


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Integration of Cycle2 jQuery plugin in Plone.
ویژگی مقدار
سیستم عامل -
نام فایل collective.js.cycle2-1.0b2
نام collective.js.cycle2
نسخه کتابخانه 1.0b2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Simples Consultoria
ایمیل نویسنده produtos@simplesconsultoria.com.br
آدرس صفحه اصلی https://github.com/collective/collective.js.cycle2
آدرس اینترنتی https://pypi.org/project/collective.js.cycle2/
مجوز -
******************** collective.js.cycle2 ******************** .. contents:: Table of Contents Life, the Universe, and Everything ================================== `Cycle2 <http://jquery.malsup.com/cycle2/>`_ is a versatile slideshow plugin for jQuery built around ease-of-use. It supports a declarative initialization style that allows full customization without any scripting. Simply include the plugin, declare your markup, and Cycle2 does the rest. This package adds a browser resource to use Cycle2 and its plugins on a Plone site. Mostly Harmless =============== .. image:: http://img.shields.io/pypi/v/collective.js.cycle2.svg :target: https://pypi.python.org/pypi/collective.js.cycle2 .. image:: https://img.shields.io/travis/collective/collective.js.cycle2/master.svg :target: http://travis-ci.org/collective/collective.js.cycle2 .. image:: https://img.shields.io/coveralls/collective/collective.js.cycle2/master.svg :target: https://coveralls.io/r/collective/collective.js.cycle2 Got an idea? Found a bug? Let us know by `opening a support ticket <https://github.com/collective/collective.js.cycle2/issues>`_. Don't Panic =========== Installation ------------ To enable this package in a buildout-based installation: #. Edit your buildout.cfg and add add the following to it: .. code-block:: ini [buildout] ... eggs = collective.js.cycle2 After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system. Usage ----- If your page template inherits from ``main_template``, just include the resources on it by usign the following syntax: .. code-block:: xml <metal:block fill-slot="javascript_head_slot"> <script tal:attributes="src string:$portal_url/++resource++collective.js.cycle2/jquery.cycle2.min.js"></script> </metal:block> Alternatively you can add them into your site's JavaScript Registry directly or by using GenericSetup: .. code-block:: xml <?xml version="1.0"?> <object name="portal_javascripts"> <javascript cacheable="True" compression="none" cookable="True" enabled="True" id="++resource++collective.js.cycle2/jquery.cycle2.min.js" /> </object> Plugins ------- The package also includes the code for the following plugins: * Transition * Carousel * Flip * IE-Fade * ScrollVert * Shuffle * Tile * Functional * Caption2 * Center * Swipe * YouTube Check Cycle2 `download page <http://jquery.malsup.com/cycle2/download/>`_ for more information. Utility ======= The ``utils.js`` script has an utility that: * fix the player size according with the width of the container and the aspect ratio * vertically center images * sync the player, description and thumbnails when click in other picture or next/prev buttons Usage ----- To use the utility, you need to add the script in the same way you add Cycle2 resources: If your page template inherits from ``main_template``, just include the script on it by usign the following syntax: .. code-block:: xml <metal:block fill-slot="javascript_head_slot"> <script tal:attributes="src string:$portal_url/++resource++collective.js.cycle2/utils.min.js"></script> </metal:block> Alternatively you can add it directly into your site's JavaScript Registry or by using GenericSetup: .. code-block:: xml <?xml version="1.0"?> <object name="portal_javascripts"> <javascript cacheable="True" compression="none" cookable="True" enabled="True" id="++resource++collective.js.cycle2/utils.min.js" /> </object> And in your script you should call the utility object passing the gallery element: .. code-block:: javascript $(window).load(function() { var i, len, ref, slideshow; ref = $('.slideshow-container'); for (i = 0, len = ref.length; i < len; i++) { slideshow = ref[i]; new cycle2SlideShow(slideshow); } }); The script is currently used in `sc.photogallery <https://github.com/simplesconsultoria/sc.photogallery>`_ and `collective.nitf <https://github.com/collective/collective.nitf>`_. Not entirely unlike =================== `collective.js.galleria <https://pypi.python.org/pypi/collective.js.galleria>`_ Galleria is a JavaScript image gallery framework built on top of the jQuery library. The aim is to simplify the process of creating professional image galleries for the web and mobile devices. Share and Enjoy =============== ``collective.js.cycle2`` would not have been possible without the contribution of the following people: - Héctor Velarde - Rodrigo Ferreira de Souza - Mike Alsup (`Cycle2`_) You can find an updated list of package contributors on `GitHub`_. Development sponsored by `Simples Consultoria`_. .. _`Cycle2`: http://jquery.malsup.com/cycle2/ .. _`GitHub`: https://github.com/collective/collective.js.cycle2/contributors .. _`Simples Consultoria`: http://www.simplesconsultoria.com.br/ Changelog ========= There's a frood who really knows where his towel is. 1.0b2 (2016-07-20) ------------------ - Fade in slideshows to avoid showing them before Cycle2 is loaded. [rodfersou] - Add `utils.js` script; this script can be used by third party add-ons to easily create responsive slideshows. [rodfersou] 1.0b1 (2015-05-27) ------------------ - Remove browser layer and JS resource registry registrations. Include all Cycle2 and plugins code as browser resources (closes `#1`_). [rodfersou] 1.0a1 (2014-10-20) ------------------ - Initial release. .. _`#1`: https://github.com/collective/collective.js.cycle2/issues/1


نحوه نصب


نصب پکیج whl collective.js.cycle2-1.0b2:

    pip install collective.js.cycle2-1.0b2.whl


نصب پکیج tar.gz collective.js.cycle2-1.0b2:

    pip install collective.js.cycle2-1.0b2.tar.gz