Difference between revisions of "HTML Editing Area"

From All n One's bxp software Wixi

Jump to: navigation, search
Line 97: Line 97:
 
Copyright (C) 2006 All rights reserved. Jacob Lee <letsgolee@lycos.co.kr>
 
Copyright (C) 2006 All rights reserved. Jacob Lee <letsgolee@lycos.co.kr>
 
Free for noncommercial && commercial use.
 
Free for noncommercial && commercial use.
 +
 +
 +
 +
[[Category:Topic:Development Tools]]

Revision as of 21:27, 9 November 2014

bxp has a HTML editing tool built into it based on Steven Ewings code. The bxp version has been heavily edited to make it work within bxp.


1 Overview

RTEArea.png


At the bottom there are three buttons Design, Code and Preview.

  • Design allows you to modify and easily edit content
  • Code allows you to modify the HTML directly
  • Preview allows you to see the output without the design buttons


The use of the area is similar to the use of Microsoft Word for editing.


Please note that copy and pasting from programs such as word may add HTML code which you don't want, specifically a number of MSO tags which are not visible in the design view.


1.1 Bar 01

RTEArea Bar01.png


  • Font Face: These are cross browser compatible fonts that should be available on the vast majority of machines: Arial, Arial Black, Arial Narrow, Courier New, Century Gothic, Comic Sans MS, Impact, Tahoma, Times New Roman, Trebuchet MS, Verdana
  • Font Size: HTML font sizes work differently to the Word pixel size based fonts.
  • Font Colour: 40 colours
  • Bold
  • Italicise
  • Underline
  • Strike Through
  • Left Justify
  • Centre Justify
  • Right Justify
  • Justified
  • Horizontal Rule: A separating line which can be used as a divider in the body
  • Superscript
  • Subscript



1.2 Bar 02

RTEArea Bar02.png

  • Add Hyperlink
  • Remove Hyperlink
  • Insert URL reference to image
  • Remove formatting
  • Insert Table
  • Insert column before
  • Insert column after
  • Insert row above
  • Insert row below
  • Delete column
  • Delete row
  • Numbered list
  • Bullet list
  • Paragraph Indent
  • Paragraph Outdent
  • Cut selection
  • Copy selection
  • Paste selection


1.3 Bar 03

RTEArea Bar03.png

  • Print contents
  • Select all in area


2 Licensing

Version: FreeRichTextEditor.com Version 1.00. License: http://creativecommons.org/licenses/by/2.5/ Description: RunTime File. Author: Copyright (C) 2006 Steven Ewing https://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=5268&lngWId=14


Html2Xhtml : Javascript Mini HTML to XHTML Parser Copyright (C) 2006 All rights reserved. Jacob Lee <letsgolee@lycos.co.kr> Free for noncommercial && commercial use.