Line 2: | Line 2: | ||
== Cut == | == Cut == | ||
− | In order to begin cutting the text, the fragment should be firstly highlighted. CKEditor enables | + | In order to begin cutting the text, the fragment should be firstly highlighted. CKEditor enables User three methods to cut the text. <br> |
# by pressing the [[Image:CKEditor_cut.png]]button on the toolbar.<br> | # by pressing the [[Image:CKEditor_cut.png]]button on the toolbar.<br> | ||
Line 19: | Line 19: | ||
CKEditor offers three options to paste into the text:<br> | CKEditor offers three options to paste into the text:<br> | ||
− | # by pressing the combination of CTRL+V keys or pressing [[Image:CKEditor_paste.png]] on the toolbar. This option will paste data from your clipboard. | + | # by pressing the combination of CTRL+V keys or pressing [[Image:CKEditor_paste.png]] on the toolbar. This option will paste data from your clipboard. Depends on security settings placed in user’s browser the editor may or may not be able to paste the date directly from a clipboard. In case of failure a popup window will appear with instruction what should be done next. <br><br>[[Image:CKEditor_paste_window.png]]<br><br> |
− | # by pressing [[Image:CKEditor_paste_text.png]]. This option | + | # by pressing [[Image:CKEditor_paste_text.png]]. This option enables user to paste plain text which user should first paste inside the following box by using the combination of CTRL+V keys.<br><br>[[Image:CKEditor_pasttext_window.png]]<br><br> |
− | # by pressing [[Image:CKEditor_paste_word.png]]. This option | + | # by pressing [[Image:CKEditor_paste_word.png]]. This option enables user pasting a text previously written in MS Word editor. To paste the text just press CTRL+V key combination on your keyboard.<br><br>[[Image:CKEditor_pasteword_window.png]] |
Revision as of 14:32, 10 September 2010
Cut
In order to begin cutting the text, the fragment should be firstly highlighted. CKEditor enables User three methods to cut the text.
- by pressing the button on the toolbar.
- by pressing the right mouse button on the highlighted area. Choose cut, after context menu will appear.
- by pressing the combination of CTRL+X keys.
Copy
User may utilizes one of three ways to copy a highlighted area.
- by pressing the button on the toolbar.
- by pressing the right mouse button on the highlighted area. Choose copy, after context menu is shown.
- by pressing the combination of CTRL+C keys.
Paste
CKEditor offers three options to paste into the text:
- by pressing the combination of CTRL+V keys or pressing on the toolbar. This option will paste data from your clipboard. Depends on security settings placed in user’s browser the editor may or may not be able to paste the date directly from a clipboard. In case of failure a popup window will appear with instruction what should be done next.
- by pressing . This option enables user to paste plain text which user should first paste inside the following box by using the combination of CTRL+V keys.
File:CKEditor pasttext window.png - by pressing . This option enables user pasting a text previously written in MS Word editor. To paste the text just press CTRL+V key combination on your keyboard.
File:CKEditor pasteword window.png