RadEditor testing

this are my fittest page

RadEditorAjax - Font Name -

RadEditorAjax - Real Font Size - this is size 7

RadEditorAjax - Real Font Size -this is Heading 4


RadEditorAjax - Format Stripper
RadEditorAjax - Format Stripper


RadEditorAjax - Background Colour


RadEditorAjax - Format Code Block
01.<HTML>
02.<HEAD><TITLE> Banner</TITLE>
03. 
04.<SCRIPT LANGUAGE= "javascript">
05.// Puts the text to scroll into variable called sent - SECTION A
06.// uses length propert to assess its length and put into variable slen
07.// initalizes a,b,n, and subsent variables
08.var sent = "This is a demonstration of a banner moving from the left to right. It makes use of the substring property of Javascript to make an interesting display"
09.var slen = sent.length
10.var siz = 25
11.var a = -3, b = 0
12.var subsent = "x"
13. 
14.// Creates a function to capture substrings of sent - SECTION B
15.function makeSub(a,b) {
16.subsent = sent.substring(a,b) ;
17.return subsent;
18.}
19. 
20.//Creates a function that increments the indexes of the substring - SECTION C
21.//each time and calls the makeSub() function to geneate strings
22.//a indicates start of substring and siz indicates size of string required
23.function newMake() {
24.a = a + 3;
25.b = a + siz
26.makeSub(a,b);
27.return subsent
28.}
29. 
30.//function uses loop to get changing substrings of target - SECTION D
31.//repeatedly calls newMake to get next substring
32.//uses setTimeout() command to arrange for substrings to display
33.// at specified times
34.function doIt() {
35.for (var i = 1; i <= slen ; i++) {
36.setTimeout("document.z.textdisplay.value = newMake()", i*300);
37.setTimeout("window.status = newMake()", i*300);
38.}
39.}
40. 
41.</SCRIPT>
42.</HEAD>
43. 
44.<BODY >
45.<HR> <CENTER>
46.<FORM NAME="z">
47.<INPUT NAME="textdisplay" TYPE="text" SIZE=25> <P>
48.<INPUT NAME="doit" Type="button" value = "Run Banner" onClick = "doIt()">
49.</FORM></CENTER>
50. 
51.<HR>
52. 
53.</BODY></HTML>


RadEditorAjax - Foreground Colour


 

B. Click on the Design Mode icon to enable Design Mode

C. Click the edit icon in the content portlet chrome

D. Enter text with repeated words

E. Click on the Find And Replace icon (Binoculars.

F. Enter in a word with multiple recurrences in the text and click Find

G. Select the replace tab

H. Enter a word in the Replace with field and click Replace

G. Click Replace All

A. Go to page with content portlet

A. Go to page with content portlet

F. Enter in a word with multiple recurrences in the text and clickFind