Jump to content

Search the Community

Showing results for tags 'customerformatter'.

  • Search By Tags

    • customerformatter ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 3 results

  1. Bonjour, J'ai overridé la classe CustomerFormatter pour ajouter plusieurs champs personnalisés au formulaire d'inscription dans la fonction getFormat(). Par exemple : $format['website'] = (new FormField()) ->setName('website') ->setType('text') ->setLabel($this->translator->trans(...
  2. I'm overriding the getFormat () function in the customerformatter class. Here $this-> translator-> trans doesn't work. So what is the best way to call the translation from override? $format['company'] = (new FormField) ->setName('company') ->setType('text') ->setLabel($this->translator->tra...
  3. How can I insert an attribute (id) into the input (radio) of my form? I tried some ways but I did not succeed, could anyone give me a tip? My last attempt...: CustomerFormatter.php: getFormat(){} $doc_typeField = (new FormField) ->setName('doc_type') ->setType('radio...
×
×
  • Create New...