Skip to content

Commit 880db0c

Browse files
committed
Added CKEditor toolbar
1 parent a1cb3c3 commit 880db0c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,18 @@ Exercise files for the course ***Advanced Form Component with VueJs***
1313
```php
1414
/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@#$!%*?&])[A-Za-z\d@#$!%*?&]{6,30}$/
1515
```
16+
17+
### CKEditor toolbar
18+
19+
```javascript
20+
full: [
21+
{ name: 'document', items : [ 'Source', '-', 'Maximize'] },
22+
{ name: 'editing', items : [ 'Replace', '-', 'SelectAll', 'ShowBlocks' ] },
23+
{ name: 'clipboard', items : [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ] },
24+
{ name: 'links', items : [ 'Link', 'Unlink' ] },
25+
{ name: 'insert', items : [ 'Image', 'Table', 'pbckcode', 'Templates', 'qrc', 'SpecialChar' ] },
26+
{ name: 'basicstyles', items : [ 'Bold', 'Italic', 'Underline', 'Strike', '-', 'RemoveFormat' ] },
27+
{ name: 'paragraph', items : [ 'NumberedList', 'BulletedList', '-', 'Outdent', 'Indent', '-', 'Blockquote' ] },
28+
{ name: 'stylesmenus', items : [ 'Subscript', 'Styles', 'Format', 'CmdTokens' ] }
29+
]
30+
```

0 commit comments

Comments
 (0)