X-Git-Url: https://scm.cri.minesparis.psl.eu/git/ckeditor.git/blobdiff_plain/e11f66eb655db8339a2d9b197b89f6c3b26099e1..579f65bc95a773bc6f8da75f6849ea49f365368b:/skins/ckeditor/_samples/api_dialog.html diff --git a/skins/ckeditor/_samples/api_dialog.html b/skins/ckeditor/_samples/api_dialog.html deleted file mode 100644 index 9882d6a..0000000 --- a/skins/ckeditor/_samples/api_dialog.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - - Using API to Customize Dialog Windows — CKEditor Sample - - - - - - - - - -

- CKEditor Sample — Using CKEditor Dialog API -

-
-

- This sample shows how to use the - CKEditor Dialog API - to customize CKEditor dialog windows without changing the original editor code. - The following customizations are being done in the example below: -

-
    -
  1. Adding dialog window tabs – "My Tab" in the "Link" dialog window.
  2. -
  3. Removing a dialog window tab – "Target" tab from the "Link" dialog window.
  4. -
  5. Adding dialog window fields – "My Custom Field" in the "Link" dialog window.
  6. -
  7. Removing dialog window fields – "Link Type" and "Browse Server" in the "Link" - dialog window.
  8. -
  9. Setting default values for dialog window fields – "URL" field in the - "Link" dialog window.
  10. -
  11. Creating a custom dialog window – "My Dialog" dialog window opened with the "My Dialog" toolbar button.
  12. -
-

-For details on how to create this setup check the source code of this sample page. -

-
- - - -
- -
- - - - - -