Libraries tagged by ViewHelpers
webandco/neos-base
4933 Downloads
web&co neos base package
mvccore/ext-view-helper-writebyjs
26 Downloads
MvcCore - Extension - View - Helper - WriteByJs - prevent sensitive content against spam bots and convert content into JS `document.write(String.fromCharCode(...));`.
mvccore/ext-view-helper-truncate
359 Downloads
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
mvccore/ext-view-helper-linebreaks
326 Downloads
MvcCore - Extension - View - Helper - Line Breaks - processing any visible text content for non-line breaking spaces.
mvccore/ext-view-helper-internationalized
430 Downloads
MvcCore - Extension - View - Helper - Internationalized - abstract class to process date, number or money formating by `Intl` extension or by locale formating conventions.
mvccore/ext-view-helper-formatnumber
355 Downloads
MvcCore - Extension - View - Helper - FormatNumber - format number by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/ext-view-helper-formatmoney
286 Downloads
MvcCore - Extension - View - Helper - FormatMoney - format money by `Intl` extension or by locale formating conventions or by explicit or default arguments.
mvccore/ext-view-helper-formatdate
360 Downloads
MvcCore - Extension - View - Helper - FormatDate - format given date or time by `Intl` extension or by `strftime()` as fallback.
mvccore/ext-view-helper-dataurl
59 Downloads
MvcCore - Extension - View - Helper - Data URL - get any file content by given relative or absolute path in data url format: `data:image/png;base64,iVBOR..`.
mvccore/ext-view-helper-assets
822 Downloads
MvcCore - Extension - View - Helper - Assets - to group, render, minify and cache javascript and css files, to prepare all application assets for final application packing.
mvccore/ext-view-helper-all
14 Downloads
MvcCore - Extension - View - Helper - All - all MvcCore View Helper extensins together.
lambelcebur/mvc-basic-tools
6 Downloads
Lam tools for controllers,views,helpers, plugins and more ...
jwtue/jw_watermark
19 Downloads
Watermark Extension for TYPO3, adding a ViewHelper that creates watermarks.
jop-software/typo3-conf-js
219 Downloads
TYPO3 view helper to load extension configuration in JavaScript
hn/intl
5 Downloads
This extension overrides the date view helper of typo3 and renders it using the php-intl functions.