Skip to content
Snippets Groups Projects
  1. Jul 01, 2020
  2. Jun 13, 2019
  3. May 25, 2018
  4. Apr 27, 2018
  5. Jan 29, 2018
  6. Sep 27, 2017
  7. Sep 15, 2017
  8. Sep 14, 2017
  9. Sep 13, 2017
  10. Aug 15, 2017
  11. May 29, 2017
  12. Mar 21, 2017
  13. Aug 26, 2016
  14. Jul 27, 2016
  15. Jul 25, 2016
  16. Jun 13, 2016
  17. Jun 02, 2016
    • Stefan Galinski's avatar
      Merge branch 'master' into 'master' · aa93e4d5
      Stefan Galinski authored
      [BUGFIX] Fix broken RTE within flexform
      
      In my case with EXT:flux and TYPO3 7.6 the RTE doesn't appear. This is caused by a syntax error within the JavaScript. The selector of the content element text field looks actually like $('.tinymce4_rte#RTEarea'data_tt_content__55__bodytext_''), where are single quotes arround the "editornumber". This is caused by addConfigurationOption(), where strings get wrapped.
      
      This fix removes the single quotes around the string and respects the previous fix in Commit e699df35.
      
      Feedback is welcome.
      
      Best regards,
      
      David
      
      See merge request !9
      aa93e4d5
    • David Gurk's avatar
      [BUGFIX] Fix broken RTE within flexform · 04fb048d
      David Gurk authored
      In my case with EXT:flux and TYPO3 7.6 the RTE doesn't appear. This is caused by a syntax error within the JavaScript. The selector of the content element text field looks actually like $('.tinymce4_rte#RTEarea'data_tt_content__55__bodytext_''), where are single quotes arround the "editornumber". This is caused by addConfigurationOption(), where strings get wrapped.
      
      This fix removes the single quotes around the string and respects the previous fix in Commit e699df35.
      04fb048d
  18. Apr 21, 2016
  19. Apr 12, 2016
  20. Feb 27, 2016
Loading