Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminal42/contao-form_control
There's a way to adjust the templating of your form fields now
https://github.com/terminal42/contao-form_control
Last synced: 23 days ago
JSON representation
There's a way to adjust the templating of your form fields now
- Host: GitHub
- URL: https://github.com/terminal42/contao-form_control
- Owner: terminal42
- Created: 2014-04-15T13:03:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-15T13:22:22.000Z (over 10 years ago)
- Last Synced: 2024-05-01T11:23:01.221Z (8 months ago)
- Language: PHP
- Size: 164 KB
- Stars: 6
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# form_control
Gives you full control over the way the Contao core form fields are being rendered.
After installation you can choose a template in every form field and adjust it to your needs.## Helper methods
To display the available variables in the template use the following method within your form_control_*``template:```php
dumpFormControlVars(); ?>
```## Dependencies
This module requires at least PHP 5.4!