| Name | Size | Mode | Actions |
|---|---|---|---|
| filemanager/ | - | 0755 | rm |
| image/ | - | 0755 | rm |
| link/ | - | 0755 | rm |
| media/ | - | 0755 | rm |
| autolink.js | 3625 | 0644 | editdlrm |
| autosave.js | 2410 | 0644 | editdlrm |
| charmap.js | 1704 | 0644 | editdlrm |
| fullpage.js | 4589 | 0644 | editdlrm |
| image.js | 14403 | 0644 | editdlrm |
| importcss.js | 9392 | 0644 | editdlrm |
| jquery_initialization.js | 794 | 0644 | editdlrm |
| jquery_plugin.js | 2468 | 0644 | editdlrm |
| legacyoutput.js | 2593 | 0644 | editdlrm |
| link.js | 4206 | 0644 | editdlrm |
| lists.js | 51763 | 0644 | editdlrm |
| media.js | 7136 | 0644 | editdlrm |
| noneditable.js | 1369 | 0644 | editdlrm |
| paste.js | 111338 | 0644 | editdlrm |
| paste_images.js | 4899 | 0644 | editdlrm |
| paste_smart.js | 3351 | 0644 | editdlrm |
| searchreplace.js | 4148 | 0644 | editdlrm |
| spellchecker.js | 2700 | 0644 | editdlrm |
| table.js | 51834 | 0644 | editdlrm |
| textpattern.js | 2659 | 0644 | editdlrm |
| wordcount.js | 1878 | 0644 | editdlrm |
/home/aqcert/public_html/admin/tinymce/tests/plugins/textpattern.js (2659B)
*abc*\u00a0
'); Utils.setSelection('p', 6); editor.fire('keyup', {keyCode: 32}); equal( editor.getContent(), 'abc
' ); }); test('Bold format on single word using space', function() { editor.setContent('**abc**\u00a0
'); Utils.setSelection('p', 8); editor.fire('keyup', {keyCode: 32}); equal( editor.getContent(), 'abc
' ); }); test('Bold format on multiple words using space', function() { editor.setContent('**abc 123**\u00a0
'); Utils.setSelection('p', 12); editor.fire('keyup', {keyCode: 32}); equal( editor.getContent(), 'abc 123
' ); }); test('Bold format on single word using enter', function() { editor.setContent('**abc**
'); Utils.setSelection('p', 7); editor.fire('keydown', {keyCode: 13}); equal( editor.getContent(), 'abc
' ); }); test('H1 format on single word node using enter', function() { editor.setContent('
#abc
'); Utils.setSelection('p', 4); editor.fire('keydown', {keyCode: 13}); equal( editor.getContent(), '' ); }); test('OL format on single word node using enter', function() { editor.setContent('
1. abc
'); Utils.setSelection('p', 6); editor.fire('keydown', {keyCode: 13}); equal( editor.getContent(), '* abc
'); Utils.setSelection('p', 5); editor.fire('keydown', {keyCode: 13}); equal( editor.getContent(), '