readme.txt

  1. 6.x README.txt
  2. 6.x modules/tinymce/README.txt
  3. 6.x modules/student_files/README.txt
  4. 6.x modules/batch/README.txt
  5. 6.x modules/lassie/README.txt
  6. 6.x modules/prereqs/README.txt
  7. 6.x themes/how_to_customize/README.txt
  8. 6.x modules/encryption/README.txt
  9. 6.x custom/files/README.txt
  10. 4.x README.txt
  11. 4.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
  12. 4.x modules/tinymce/README.txt
  13. 5.x README.txt
  14. 5.x modules/tinymce/README.txt
  15. 5.x modules/batch/README.txt
  16. 5.x themes/basic/README.txt
  17. 5.x inc/pchart/README.txt
  18. 5.x inc/pchart/pchart/readme.txt
  19. 5.x modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
Edit CSS Style plug-in notes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unlike WYSIWYG editor functionality that operates only on the selected text,
typically by inserting new HTML elements with the specified styles.
This plug-in operates on the HTML blocks surrounding the selected text.
No new HTML elements are created.

This plug-in only operates on the surrounding blocks and not the nearest
parent node.  This means that if a block encapsulates a node,
e.g <p><span>text</span></p>, then only the styles in the block are
recognized, not those in the span.

When selecting text that includes multiple blocks at the same level (peers),
this plug-in accumulates the specified styles in all of the surrounding blocks
and populates the dialogue checkboxes accordingly.  There is no differentiation
between styles set in all the blocks versus styles set in some of the blocks.

When the [Update] or [Apply] buttons are pressed, the styles selected in the
checkboxes are applied to all blocks that surround the selected text.

File

modules/tinymce/inc/tiny_mce/plugins/style/readme.txt
View source
  1. Edit CSS Style plug-in notes
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. Unlike WYSIWYG editor functionality that operates only on the selected text,
  4. typically by inserting new HTML elements with the specified styles.
  5. This plug-in operates on the HTML blocks surrounding the selected text.
  6. No new HTML elements are created.
  7. This plug-in only operates on the surrounding blocks and not the nearest
  8. parent node. This means that if a block encapsulates a node,
  9. e.g

    text

    , then only the styles in the block are
  10. recognized, not those in the span.
  11. When selecting text that includes multiple blocks at the same level (peers),
  12. this plug-in accumulates the specified styles in all of the surrounding blocks
  13. and populates the dialogue checkboxes accordingly. There is no differentiation
  14. between styles set in all the blocks versus styles set in some of the blocks.
  15. When the [Update] or [Apply] buttons are pressed, the styles selected in the
  16. checkboxes are applied to all blocks that surround the selected text.