Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7843073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T16:27:53+00:00 2026-06-02T16:27:53+00:00

I have an entity. I need to execute some JS code when entity loads

  • 0

I have an entity. I need to execute some JS code when entity loads in a popup.
Is there any way to add a custom JS/HTML code to an entity form via admin class configuration. E.g. to pass a template as an option

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T16:27:55+00:00Added an answer on June 2, 2026 at 4:27 pm

    You can do it this way:-

    1. Add a class parameter in your FormMapper like this:-

      protected function configureFormFields(FormMapper $formMapper)
      {
      $formMapper
      ->add(‘description’, null, array(‘attr’ => array(‘class’ => ‘for_popup’), ‘required’ => false))
      }

    2. Extend the edit.html.twig / base_edit.html.twig from Sonata CRUD Templates

    —edit.html.twig—-

    {% extends 'YourBundle:YourAdminClass:base_edit.html.twig' %}
    

    —base_edit.html.twig—

    {% block javascripts %}
        {{ parent() }}
        <script type="text/javascript">
            // Your JS code here
        </script>
    {% endblock %}
    

    Use your edit.html.twig instead of Sonata CRUD’s by defining it in the getEditTemplate function (within your Admin class).

    public function getEditTemplate() 
    {
        return 'YourAdminBundle:ControllerName:edit.html.twig'; 
    }
    

    You can also set the custom edit template when you inject the admin service.

    <service id="sonata.admin.bf" class="Wyzbiz\Bundle\MainBundle\Admin\BfAdmin">
        <tag name="sonata.admin" manager_type="orm" group="Content" label="BFs"/>
        <argument />
        <argument>Wyzbiz\Bundle\MainBundle\Entity\Bf</argument>
        <argument>WyzbizMainBundle:CRUD</argument>
        <call method="setTranslationDomain"><argument>WyzbizMainBundle</argument></call>
        <call method="setTemplate"><argument>list</argument>                       
        <argument>WyzbizMainBundle:CRUD/Bf:list.html.twig</argument></call>
    </service>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have category entity and subcategory entity. I need to get subcategory data to
I have a Core Data entity which needs a gender property. I just need
I have a variable declared like this in a class: Entity *array[BOARD_SIZE][BOARD_SIZE]; I need
I have two entity classes annotated in the following way @Entity class A {
We have several SQL scripts which are generated from an Entity Model. They need
i have a problem here. I need it so if there is no text
I need some help. I have been searching for days trying to find solution
I need some help with Hibernate Projections. I have a class called Activity with
I need a timer equivalent which will periodically execute some specific actions (e.g. updating
I have a .NET 4 WinForms app that uses the ADO.NET Entity Framework. Some

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.