X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/256592bf803e851aa7fc953e08a6e9e58d970f8c..871bad8291b6dbc29d489d95d185458caab25158:/skins/ckeditor/_samples/api_dialog.html?ds=sidebyside diff --git a/skins/ckeditor/_samples/api_dialog.html b/skins/ckeditor/_samples/api_dialog.html new file mode 100644 index 0000000..9882d6a --- /dev/null +++ b/skins/ckeditor/_samples/api_dialog.html @@ -0,0 +1,198 @@ + + + + + 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. +

+
+ + + +
+ +
+ + + + + +