Mercurial > public > madeira
comparison static/js/tinymce/jscripts/tiny_mce/plugins/style/readme.txt @ 45:966cde8635c0
For issue #3, created a separate news app.
Created import management command.
Using TinyMCE editor in the admin.
News model now stores HTML.
The news page is now paginated.
Each story has a perma-link now.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Mar 2012 20:02:39 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
44:42a6bde9913c | 45:966cde8635c0 |
---|---|
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 | |
8 This plug-in only operates on the surrounding blocks and not the nearest | |
9 parent node. This means that if a block encapsulates a node, | |
10 e.g <p><span>text</span></p>, then only the styles in the block are | |
11 recognized, not those in the span. | |
12 | |
13 When selecting text that includes multiple blocks at the same level (peers), | |
14 this plug-in accumulates the specified styles in all of the surrounding blocks | |
15 and populates the dialogue checkboxes accordingly. There is no differentiation | |
16 between styles set in all the blocks versus styles set in some of the blocks. | |
17 | |
18 When the [Update] or [Apply] buttons are pressed, the styles selected in the | |
19 checkboxes are applied to all blocks that surround the selected text. |