Test 1 styles.js modification
Primary tabs
The following line was added to
Edit file scbbs.com / drupal / master / sites / all / libraries / ckeditor / styles.js
{ name: 'rteindent1', element: 'class', styles: {'margin-left': '40px' } }
It should pickup and display the style - rteindent1 from the Word document.
If FAILS - but, with Paste from Word, there does not appear to be the style rteindent1 in the Source Code. Is CKEditor dropping the styles?
See difference with Native Word below
Spotswood Board of Education Meeting Demo
Location: High School Media Center
1. Call to Order – Open Public Meeting Act – Roll Call - Pledge of Allegiance
This meeting is being held in compliance with the Open Public Meetings Act and is open to the media and public. Notices were duly posted, and the meeting was advertised in the Hunterdon County Democrat. Formal action may be taken.
2. Presentations
Wizard of Oz Thematic Program
3. Open to the Public (Limited to Action Items on the Agenda
4. Meeting Minutes for Approval
Motion to approve the Minutes of the Regular Meeting of April 28, 2009
5. Committee Reports/Motions
a. Motion to approve bill list
b. Motion to approve $25.00 gift for Three Bridges School
c. Motion to approve YMCA Benefit
d. Motion to approve schoolboardnet
6. Adjourn
This paste is using NATIVE Word - and mvoing the margin over for the indent.
Spotswood Board of Education Meeting Demo
Location: High School Media Center
1. Call to Order – Open Public Meeting Act – Roll Call - Pledge of Allegiance
This meeting is being held in compliance with the Open Public Meetings Act and is open to the media and public. Notices were duly posted, and the meeting was advertised in the Hunterdon County Democrat. Formal action may be taken.
2. Presentations
Wizard of Oz Thematic Program
3. Open to the Public (Limited to Action Items on the Agenda
4. Meeting Minutes for Approval
Motion to approve the Minutes of the Regular Meeting of April 28, 2009
5. Committee Reports/Motions
a. Motion to approve bill list
b. Motion to approve $25.00 gift for Three Bridges School
c. Motion to approve YMCA Benefit
d. Motion to approve schoolboardnet
6. Adjourn
Test of a table:
# |
Column 1 |
Column 2 |
Column 3 |
---|---|---|---|
1 |
Item 1 (Left) |
Item 1.2 (center) |
Item 1.3 (R) |
2 |
Item 2 (Blue) |
Item 1.2 (Red) |
Item 1.3 |
Test of bullet list (1 indent) - This failed to indent
- Item 1
- Item 2
Issues that may address this:
- http://stackoverflow.com/questions/15525930/ckeditor-classes-being-stripped
- http://stackoverflow.com/questions/18386864/ckeditor4-destroy-not-preser...
- http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
("Advanced Content Filter" is "disabled" in wysiwyg profile settings: http://master1and1.schoolboard.net/#overlay=admin/config/content/wysiwyg... ) - https://drupal.org/node/1135030
- https://drupal.org/comment/2678288#comment-2678288
- http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.inde...
- http://fuseinteractive.ca/blog/wysiwyg-module-ckeditor-taming-beast
Using "Editor css" in wysiwyg profile settings.
wysiwyg version: 7.x-2.2+29-dev
ckeditor version: 4.3.2.ba625e6
Created my issues:
- http://stackoverflow.com/questions/22442569/ckeditor-strips-out-rteinden...
- https://drupal.org/node/2219027
Can I add classes using wysiwyg_editor_settings_alter() Hook?