Moved AI Reword Buttons to the WYSISYG toolbar, Seperated Document and ticket toolbars. Ticket Toolbar has items related to tickets while document has additional items related to documents

This commit is contained in:
johnnyq
2024-11-19 15:33:14 -05:00
parent 9d44d3e849
commit dcedddcad6
9 changed files with 214 additions and 96 deletions

View File

@@ -39,7 +39,11 @@ echo getUserAgent();
<?php echo randomString(100); ?>
<br>
<textarea class="tinymceTest"></textarea>
<textarea class="tinymce"></textarea>
<textarea class="tinymceTicket"></textarea>
<?php
// show the current Date and Time
$date_time = date('Y-m-d H:i:s');