ckfinder.html 565 B

12345678910111213141516171819
  1. <script src="https://cksource.com/weuy2g4ryt278ywiue/ckfinder.js"></script>
  2. <style>
  3. /* Override default test sidebar z-index because CKFinder's modal base z-index is 9000.
  4. */
  5. .manual-test-sidebar {
  6. z-index: 8999 !important;
  7. }
  8. </style>
  9. <div id="editor">
  10. <h2>CKFinder sample</h2>
  11. <p>Use the toolbar icon to insert an image or link to a file to the content.</p>
  12. </div>
  13. <div style="margin-top:1em;">
  14. CKFinder opener method: <span id="opener-method-label" style="font-weight:bold;">modal</span> -
  15. <button id="opener-method">Switch to popup</button>
  16. </div>