Personal tools

Log in

Changes

From All n One's bxp software Wixi

Jump to: navigation, search

HTML Editing Area Version 2

140 bytes removed, 14:35, 3 March 2015
no edit summary
== Overview ==
bxp software (bxp) has a few areas throughout the system where rich text areas appear. A rich text area can be found in Communications Centre, eCourse Management and the Information Centre modules. Rich text areas are used to turn normal text areas into a neat Microsoft Office style editor that allows a user to create custom HTML without any coding knowledge. This can be useful when creating emails or newsletters among other things. Rich text areas can make normal text and images look more visually attractive (bold, italics, fonts, alignment etc.). In bxp we need a special tool to create HTML code, e.g. a A HTML editing tool which is built into bxp using the TinyMCE plugin. This plugin converts a HTML text area into an advanced rich text area.
If you prefer to write your own rich text html using your favourite HTML editing tools (Dreamweaver, Notepad++, etc.), you can easily drop your code into the editor by going to Tools >> Source Code, in the editor. Alternately the tool below creates the HTML for you.
[[File:TinyMCE_Main.png]]
The editor has various types of tools that allow allows the user to create, edit and preview the created HTML content.
There are three rows of options that will allow you to create nice valid HTML without knowing codeany coding experience.
=== Row 1 ===
[[File:TinyMCE_InsertLink.png]]
A url must be specified, this . This will be what the page the link is going redirecting to.
The text to display , i.e. this is what the user will see and can be clickedclickable.
A title can be give given to the a link if needed , but is not required.
Target is used to specify if the link will open a new window or stay in the current window. By default it is set to none.
[[File:TinyMCE_InsertImage.png]]
Each image requires a source, a . A source is the location where the image resides. , i.e. http://geekmom.com/wp-content/uploads/2014/09/Microsoft-Logo1.gif
An image description is not required but can be useful , as sometimes images get moved on the web so they name will take its place should it be removed.
The dimension dimensions will be read in from the image but can be changed if needed. They can be constrained so that the image doesn't get stretched but . However, this can be unticked if needed.
The format option is very like what Microsoft Word offers.
It allows you to change the the text with various options.
*Bold - Makes text bold
7,528
edits