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