APYJsFormValidationBundle icon indicating copy to clipboard operation
APYJsFormValidationBundle copied to clipboard

Make BazingaExposeTranslationBundle mandatory only for the translation feature

Open Abhoryo opened this issue 13 years ago • 1 comments

Example without translation support.

<!-- MyProjectMyBundle:Default:index.html.twig -->

<!-- Include prerequisite librairies and bundles -->
<script type="text/javascript" src="__YOUR_FRAMEWORK_URL__"></script>

<!-- Call JsFormValidationBundle -->
{{ JSFV(form) }}

<!-- Display the form -->
<form action="{{ path('myform') }}" method="post" {{ form_enctype(form) }}>
    {{ form_widget(form) }}
    <input type="submit" />
</form>

But we have to keep the compute message function.

Abhoryo avatar Aug 16 '12 13:08 Abhoryo

Ok

recipe avatar Aug 16 '12 14:08 recipe