Download the PHP package discordier/justtextwidgets without Composer
On this page you can find all versions of the php package discordier/justtextwidgets. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download discordier/justtextwidgets
More information about discordier/justtextwidgets
Files in discordier/justtextwidgets
Package justtextwidgets
Short Description Hidden fields with text values and explanation texts
License LGPL-3.0-or-later
Homepage https://www.cyberspectrum.de
Informations about the package justtextwidgets
justtextwidgets
Possibility to add hidden fields with text values and explanation texts to the Contao DCA.
Various input types have been developed for use in the MultiColumWizard (MCW).
Examples for the implementation can be found in the project MetaModels.
There are four different inputType
which can be used in DCA:
- justtext
- justsmalltext
- justtextoption
- justexplanation
- justlongexplanation
justtext
With justtext
is intended for use in MCW and creates a label, text and hidden field -
label and text can be hidden with the MCW parameters hideHead
and hideBody
.
In MetaModels this is used in the table of "input/output combinations".
justsmalltext
justsmalltext
outputs a simple text and a hidden field.
justtextoption
With justtextoption
it is e.g. possible to output a text for each line in the MCW for each column.
In MetaModels this is used in the rendersettings for languages at "JumpTo page".
justexplanation
With justexplanation
a simple text can be output via the parameter content
and the option xlabel
.
justlongexplanation
With justlongexplanation
a complex html block can be output via the parameter html
to show different content in
your input mask.