Extension-Guide

tPoint (mainly the tpointCoreBundle) contains multiple Services and Extension to Symfony and Twig.

3rd party Libraries

Some Libraries are embedded directly to the CoreBundle and can be used everywhere

FOSjsRouting

Use Routes in the JS-Methods

  • Embedd the router-script <script type="text/javascript" src="{{asset('/bundles/fosjsrouting/js/router.js')}}"></script>
  • Add options.expose: true to the route.
tpoint_projectfile_document_list:
    path:  /
    defaults: { _controller: "tpointProjectFileBundle:Document:index" }
    options:
        expose: true
  • Insert the Route: Routing.generate('tpoint_projectfile_document_list', {'project_id': project_id_value })

LiipImagineBundle

EWZ-Recaptcha

GenemuFormBundle

Zenstruck-Form

(for Ajax-Select2)