معرفی شرکت ها


collective.powertoken.view-0.1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

View and content access add-ons for collective.powertoken support for Plone
ویژگی مقدار
سیستم عامل -
نام فایل collective.powertoken.view-0.1.0
نام collective.powertoken.view
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده RedTurtle Technology
ایمیل نویسنده sviluppoplone@redturtle.it
آدرس صفحه اصلی http://plone.org/products/collective.powertoken.core
آدرس اینترنتی https://pypi.org/project/collective.powertoken.view/
مجوز GPL
Introduction ============ A "view document" action implementation for `collective.powertoken`__ __ http://plone.org/products/collective.powertoken.core How to use ========== Add this product to your Plone installation, then you will be able to register Power Tokens that "view" document. >>> from collective.powertoken.core.interfaces import IPowerTokenUtility >>> utility = getUtility(IPowerTokenUtility) >>> token = utility.enablePowerToken(document, 'view.viewDocument') >>> results = utility.consumeAction(document, token) >>> print results <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ... ... </html> You will get the view output as result. Parameters ---------- ``view`` Call a different Zope view on the context, not the current or default ones. ``cmfcallable`` Call a CMF Template/skins resource on the context ``setToRequest`` A dict with additional values to set in the request. For example you can set ``disable_border``, or (only for Plone 4) ``disable_plone.leftcolumn`` and ``disable_plone.rightcolumn``. Both parameter are not mandatory. Providing none of theme will call the content default view. Use case ======== * You can view a document, regardless of it's review state and your roles in the site. * You can call a view on a context, overriding the user security permission. Authors ======= This product was developed by RedTurtle Technology team. .. image:: http://www.redturtle.it/redturtle_banner.png :alt: RedTurtle Technology Site :target: http://www.redturtle.it/ Changelog ========= 0.1.0 (2012-01-11) ------------------ * Initial release


نحوه نصب


نصب پکیج whl collective.powertoken.view-0.1.0:

    pip install collective.powertoken.view-0.1.0.whl


نصب پکیج tar.gz collective.powertoken.view-0.1.0:

    pip install collective.powertoken.view-0.1.0.tar.gz