문제

Using Joomla! 1.5.26 and JCE 2.1.3, the users can select several options (strings) from a popup and those options should be directly insert text in the JCE textarea where the cursor is.

How can I interact with the JCE content without creating a plugin?

도움이 되었습니까?

해결책

tinyMCE.execCommand('mceInsertContent', false, '<strong>whatever you want!!!!</strong>');
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top