X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/871bad8291b6dbc29d489d95d185458caab25158..14d450d78a2d67ec1decd64c928151851961dd36:/_samples/api_dialog.html?ds=sidebyside diff --git a/_samples/api_dialog.html b/_samples/api_dialog.html deleted file mode 100644 index 9882d6a..0000000 --- a/_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. -

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