79799450

Date: 2025-10-25 10:52:35
Score: 3
Natty:
Report link

how to add a view?

<script src="https://cdn.ckeditor.com/ckeditor5/11.0.1/classic/ckeditor.js"></script>
 
    <textarea name="ob_tema" id="editor">
       <? echo $skyrowob['ob_tema']; ?>
    </textarea>
    
    
    <script>
        ClassicEditor
            .create( document.querySelector( '#editor' ) )
            .catch( error => {
                console.error( error );
            } );
    </script>
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): how to add a
  • Low reputation (1):
Posted by: Mate Mate