Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.tiles.advancedstatic
A tile that shows html text, allowing to add some defined styles, class and other option
https://github.com/collective/collective.tiles.advancedstatic
Last synced: 1 day ago
JSON representation
A tile that shows html text, allowing to add some defined styles, class and other option
- Host: GitHub
- URL: https://github.com/collective/collective.tiles.advancedstatic
- Owner: collective
- Created: 2016-08-19T15:15:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T16:30:02.000Z (4 months ago)
- Last Synced: 2024-11-02T17:36:37.575Z (10 days ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
Awesome Lists containing this project
- awesome-plone - collective.tiles.advancedstatic - A tile that shows html text (similar to the static text portlet), with some additional configuration like the possibility to add custom css classes. (Tiles)
README
==============================================================================
collective.tiles.advancedstatic
==============================================================================A tile that shows html text, allowing to add some defined styles, class and other option
Features
--------- Emulates the old text portlet with some extra fields
- Customizable footer label
- Customizable "read more" link
- Customizable header background image
- Customizable additional css classes
- Select a Preset style from list
- Mosaic-readyInstallation
------------Install collective.tiles.advancedstatic by adding it to your buildout::
[buildout]
...
eggs =
collective.tiles.advancedstaticand then running ``bin/buildout``
Usage
-----You can't use this tile without a tile manager (or maybe, you can if you create
new tiles manually in some specific context) like `Mosaic `_ or `redturtle.tiles.management `_Preset styles
-------------If you need to give users the
This is just select with a list of css classes with user-friendly names that will be appended to the tile container.To populate this list, you need to set a series of values in a registry entry: `Advanced static tiles: available CSS styles`
Each value is a string with css class name and human-friendly name separated by a "|" character, like this::tile-red|tile with red background
tile-blue-no-title|tile with blue background without titlewhere tile-red and tile-blue-no-title are css classes with some specific css rules in the theme.
Translations
------------This product has been translated into
- Italian
Contribute
----------- Issue Tracker: https://github.com/collective/collective.tiles.advancedstatic/issues
- Source Code: https://github.com/collective/collective.tiles.advancedstaticCredits
-------Developed with the support of:
* `Regione Emilia-Romagna`__
Regione Emilia-Romagna supports the `PloneGov initiative`__.
__ http://www.regione.emilia-romagna.it/
__ http://www.plonegov.it/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/License
-------The project is licensed under the GPLv2.