X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_samples%2Fapi_dialog.html;h=262062578bc44eb317b34bc053a51a39e3405fab;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hp=652da558cfade5ff7ce7379b1a32d2cf763c9a43;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_samples/api_dialog.html b/_samples/api_dialog.html index 652da55..2620625 100644 --- a/_samples/api_dialog.html +++ b/_samples/api_dialog.html @@ -1,29 +1,29 @@ - Sample - CKEditor - + Using API to customize dialogs - CKEditor Sample + - + - +

@@ -110,19 +111,20 @@ CKEDITOR.on( 'dialogDefinition', function( ev )

- This sample shows how to use the dialog API to customize dialogs whithout changing - the original editor code. The following customizations are being done::

-
    -
  1. Add dialog pages ("My Tab" in the Link dialog).
  2. -
  3. Remove a dialog tab ("Target" tab from the Link dialog).
  4. -
  5. Add dialog fields ("My Custom Field" into the Link dialog).
  6. -
  7. Remove dialog fields ("Link Type" and "Browser Server" the Link dialog).
  8. -
  9. Set default values for dialog fields (for the "URL" field in the - Link dialog).
  10. -
  11. Create a custom dialog ("My Dialog" button).
  12. -
- - +