mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 02:12:17 +00:00
VorlageExtension
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
<script type="text/javascript">
|
||||
tinymce.init({
|
||||
selector: "<?php echo $selector; ?>",
|
||||
plugins: [<?php echo $plugins; ?>],
|
||||
toolbar: "<?php echo $toolbar; ?>"
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
tinymce.init({
|
||||
selector: "<?php echo $selector; ?>",
|
||||
plugins: [<?php echo $plugins; ?>],
|
||||
toolbar: "<?php echo $toolbar; ?>"
|
||||
});
|
||||
</script>
|
||||
<<?=$selector?> name="<?=$name?>" style="<?=$style?>"><?=$text?></<?=$selector?>>
|
||||
|
||||
Reference in New Issue
Block a user