Skip to content
Snippets Groups Projects
  1. May 29, 2017
  2. Mar 21, 2017
  3. Aug 26, 2016
  4. Jul 27, 2016
  5. Jul 25, 2016
  6. Jun 13, 2016
  7. 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
  8. Apr 21, 2016
  9. Apr 12, 2016
  10. Feb 27, 2016
  11. Feb 22, 2016
  12. Dec 21, 2015
  13. Dec 13, 2015
  14. Dec 12, 2015
  15. Dec 10, 2015
  16. Nov 23, 2015
  17. Sep 03, 2015
Loading