diff --git a/README.md b/README.md index 32403aa..5826a0e 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,6 @@ it's nice to build locally for verification. Build using make: make html +To build on windows: + + sphinx-build -b html doc build \ No newline at end of file diff --git a/doc/developer/schema/input-types/code/htmlarea-customized.xml b/doc/developer/schema/input-types/code/htmlarea-customized.xml index 62177c3..9f096fa 100644 --- a/doc/developer/schema/input-types/code/htmlarea-customized.xml +++ b/doc/developer/schema/input-types/code/htmlarea-customized.xml @@ -3,6 +3,6 @@

Enter description here

* - alignleft alignright | bold italic + JustifyLeft JustifyRight | Bold Italic \ No newline at end of file diff --git a/doc/developer/schema/input-types/htmlarea.rst b/doc/developer/schema/input-types/htmlarea.rst index 928b30c..b8ac7d6 100644 --- a/doc/developer/schema/input-types/htmlarea.rst +++ b/doc/developer/schema/input-types/htmlarea.rst @@ -16,8 +16,6 @@ default config - forced-root-block - This config setting can be used to override default wrapper element in the root of the HTML Area. By default it's ``

`` element. Set this option to "div" to switch to ``

``. include List of space-separated tools to be added to the toolbar (see the tip below). exclude @@ -40,60 +38,79 @@ Default configuration of the HTML Area toolbar is shown below: :: - styleselect | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | charmap anchor image macro link unlink | table | pastetext + Format Bold Italic Underline Strike Subscript Superscript Code Blockquote | JustifyLeft JustifyCenter JustifyRight JustifyBlock | BulletedList NumberedList Outdent Indent | SpecialChar Anchor Image Macro Link Unlink | Table | PasteText Maximize -============ ================================== +============= ================================== Name Description -============ ================================== -styleselect Text format menu -alignleft Left align content -aligncenter Center content -alignright Right align content -alignjustify Justify content -anchor Insert an anchor -bullist Add a bullet list -numlist Insert a numbered list -outdent Decrease indent -indent Increase indent -charmap Insert a special character -anchor Insert an anchor -image Insert/Edit an image -macro Insert a macro -link Insert/Edit a link -unlink Remove link -table Table format menu -pastetext Toggle paste text mode -============ ================================== +============= ================================== +Format Text format menu +Bold Bold text +Italic Italic text +Underline Underline text +Strike Strikethrough over text +Subscript Subscript text +Superscript Superscript text +Code Wrap text with code tag +Blockquote Quotation +JustifyLeft Left align content +JustifyCenter Center content +JustifyRight Right align content +JustifyBlock Justify content +BulletedList Add a bullet list +NumberedList Insert a numbered list +Outdent Decrease indent +Indent Increase indent +SpecialChar Insert a special character +Anchor Insert an anchor +Image Insert/Edit an image +Macro Insert a macro +Link Insert/Edit a link +Unlink Remove link +Table Table format menu +PasteText Toggle paste text mode +Maximize Full screen mode +============= ================================== These are additional tools supported by HTML Area that can be used in the input config: -============= ===================================== +============== ===================================== Name Description -============= ===================================== -backcolor Change text background color -blockquote Add a quote block -bold Make text bold -copy Copy selected text into buffer -cut Cut selected text into buffer -forecolor Change text color -hr Insert a horizontal line -italic Make text italic -ltr Left-to-right text direction -paste Paste text from buffer into HTML Area -preview Preview HTML Area contents -redo Repeat last action -removeformat Remove formatting of selected text -rtl Right-to-left text direction -searchreplace Find or replace text -strikethrough Apply strikethrough effect to text -styleselect Text format menu -subscript Add subscript effect -superscript Add superscript effect -underline Underline text -undo Undo last action -visualchars Show hidden characters -visualblocks Show hidden blocks -============= ===================================== +============== ===================================== +NewPage Clean editor's content +Preview Preview HTML Area contents +Print Print editor's content +Templates Template to open in the editor +Copy Copy selected text into buffer +Cut Cut selected text into buffer +Paste Paste text from buffer +PasteFromWord Paste text from Word +Undo Undo last action +Redo Repeat last action +SelectAll Select editor's content +Scayt Spell checker +Form Insert form +Checkbox Insert checkbox +Radio Insert radiobutton +TextField Insert text input +Textarea Insert textarea +Select Insert select tag +Button Insert button +HiddenField Insert hidden field +CopyFormatting Copy formatting +RemoveFormat Remove formatting +CreateDiv Wrap with div +BidiLtr Text direction left to right +BidiRtl Text direction right to left +Language Add lang attribute +Flash Insert flash +HorizontalRule Insert a horizontal line +Styles Text styles menu +Font Font menu +FontSize Font size menu +TextColor Text color +BGColor Background color +ShowBlocks Visualize all block-level elements +============== ===================================== diff --git a/doc/developer/schema/input-types/images/htmlarea-customized.jpg b/doc/developer/schema/input-types/images/htmlarea-customized.jpg index e973aed..0e24966 100644 Binary files a/doc/developer/schema/input-types/images/htmlarea-customized.jpg and b/doc/developer/schema/input-types/images/htmlarea-customized.jpg differ