[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
pmb
/
assets
/
tinymce
/
src
/
themes
/
modern
/
src
/
demo
/
html
/
[
Home
]
File: notification_demo.html
<!DOCTYPE html> <html> <head> <title>notification Demo Page</title> <script src="../../../config/bolt/bootstrap-demo.js"></script> <script> ephox.bolt.module.api.main('tinymce.themes.modern.demo.NotificationDemo'); </script> </head> <body> <h2>notification Demo Page</h2> <div id="ephox-ui"> <textarea class="tinymce" style="width: 80%; height: 400px"></textarea> </div> <div class="tinymce">this is an inline editor</div> </body> </html>