You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.2 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. ======================================
  5. Base for Vertical Resizing of Snippets
  6. ======================================
  7. This module extends the functionality of the website mail designer to support
  8. setting a fixed height in pixels to some elements.
  9. Installation
  10. ============
  11. This module is a technical dependency for other modules that want to inherit
  12. its features, so you don't need to install this manually unless you want to use
  13. its features directly (maybe by putting the class in a template element).
  14. When installed, any HTML element in the website mail designer that has the
  15. ``vertical_resizable`` will have a new option to ask the user to input its
  16. desired height in pixels.
  17. Usage
  18. =====
  19. When any module installs this one, just click on the desired element and choose
  20. the *Change Height* option to use it.
  21. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  22. :alt: Try me on Runbot
  23. :target: https://runbot.odoo-community.org/runbot/205/8.0
  24. Bug Tracker
  25. ===========
  26. Bugs are tracked on `GitHub Issues
  27. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  28. check there if your issue has already been reported. If you spotted it first,
  29. help us smashing it by providing a detailed and welcomed `feedback
  30. <https://github.com/OCA/
  31. social/issues/new?body=module:%20
  32. website_mail_snippet_vertical_resize_base%0Aversion:%20
  33. 8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * FontAwesome: `Icon <http://fontawesome.io/icon/arrows-v/>`_.
  39. Contributors
  40. ------------
  41. * Rafael Blasco <rafabn@antiun.com>
  42. * Jairo Llopis <yajo.sk8@gmail.com>
  43. Maintainer
  44. ----------
  45. .. image:: https://odoo-community.org/logo.png
  46. :alt: Odoo Community Association
  47. :target: https://odoo-community.org
  48. This module is maintained by the OCA.
  49. OCA, or the Odoo Community Association, is a nonprofit organization whose
  50. mission is to support the collaborative development of Odoo features and
  51. promote its widespread use.
  52. To contribute to this module, please visit https://odoo-community.org.