
|
1.21 Which copy and paste respectively drag and drop options form MS Word does edit-on Pro provide?
edit-on Pro provides a "Paste Special" dialog which enables you to choose between following paste behaviours:
You can configure the "Paste Special" dialog within the config.xml file by setting the prompt attribute of "true". If set to true, the "Paste Special" dialog will be opened and present the selection of the paste types whenever content is pasted from MS Word.
Of course, it is possible to specify a PASTE action which will be selected by default. 1. In order to adjust the keyboard shortcut (Strg+ V), which executes the PASTE action by default, please specify the following setting within your uiconfig.xml file, e.g.: <uiconfig>
For more information please review the edit-in Pro Integration Manual at "Shortcut"
2. In order to adjust the drag and drop option, please use this setting, e.g.: <uiconfig>
3. In order to adjust the "Paste" button within the editors toolbar, please change the following setting accordingly, e.g.: <uiconfig>
|
|