Ticket #6219 (confirmed Bug)
Incorrect Toolbar definition in documentation
| Reported by: | tony | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | |
| Keywords: | Cc: |
Description
http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar
['BidiLtr' 'BidiRtl'],
Should be :
['BidiLtr', 'BidiRtl'],
Missing comma.
Note: See
TracTickets for help on using
tickets.
