Changeset 450
- Timestamp:
- 2007-07-15 15:56:30 (18 months ago)
- Location:
- FCKeditor/trunk/_testcases
- Files:
-
- 10 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_testcases/001.html
r132 r450 29 29 <link href="testcases.css" rel="stylesheet" type="text/css" /> 30 30 <script type="text/javascript" src="../fckeditor.js"></script> 31 <script >31 <script type="text/javascript"> 32 32 33 33 function SubmitForm() … … 52 52 <li>Hit the "submit by code" button and check the posted data.</li> 53 53 </ol> 54 <p>55 <hr>56 </p>54 55 <hr> 56 57 57 <form action="sampleposteddata.asp" method="post" target="_blank"> 58 58 <script type="text/javascript"> … … 65 65 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 66 66 oFCKeditor.BasePath = sBasePath ; 67 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;67 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 68 68 oFCKeditor.Create() ; 69 69 //--> -
FCKeditor/trunk/_testcases/002.html
r132 r450 28 28 <meta name="robots" content="noindex, nofollow"> 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 <script type="text/javascript" src="../fckeditor.js"></script>30 <script type="text/javascript" src="../fckeditor.js"></script> 31 31 </head> 32 32 <body> … … 52 52 </LI> 53 53 </OL> 54 <P>55 <hr>56 <P></P>54 55 <hr> 56 57 57 <form action="sampleposteddata.asp" method="post" target="_blank"> 58 58 <script type="text/javascript"> -
FCKeditor/trunk/_testcases/003.html
r132 r450 28 28 <meta name="robots" content="noindex, nofollow"> 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 <script type="text/javascript" src="../fckeditor.js"></script>30 <script type="text/javascript" src="../fckeditor.js"></script> 31 31 </head> 32 32 <body> … … 52 52 </LI> 53 53 </OL> 54 <P>55 <hr>56 <P></P>54 55 <hr> 56 57 57 <form action="sampleposteddata.asp" method="post" target="_blank"> 58 58 <script type="text/javascript"> … … 66 66 oFCKeditor.BasePath = sBasePath ; 67 67 oFCKeditor.Config["FullPage"] = true ; 68 oFCKeditor.Value = '<html>\n\n<head><title>< /title></head><body>This is a Full Page editing Test:<br/>This is an image: <img src="' + sBasePath + 'editor/images/smiley/msn/lightbulb.gif" alt=""/></body></html>' ;68 oFCKeditor.Value = '<html>\n\n<head><title><\/title><\/head><body>This is a Full Page editing Test:<br/>This is an image: <img src="' + sBasePath + 'editor/images/smiley/msn/lightbulb.gif" alt=""/><\/body><\/html>' ; 69 69 oFCKeditor.Create() ; 70 70 //--> -
FCKeditor/trunk/_testcases/004.html
r446 r450 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 30 <script type="text/javascript" src="../fckeditor.js"></script> 31 <script language="javascript">31 <script type="text/javascript"> 32 32 33 33 function Show() … … 70 70 <LI> 71 71 Repeat steps 2 and 4.</LI></OL> 72 <P>73 <hr>74 <P></P>72 73 <hr> 74 75 75 <form action="sampleposteddata.asp" method="post" target="_blank"> 76 76 <div id="eNoEditor"> … … 89 89 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 90 90 oFCKeditor.BasePath = sBasePath ; 91 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;91 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 92 92 oFCKeditor.Create() ; 93 93 //--> -
FCKeditor/trunk/_testcases/005.html
r132 r450 28 28 <meta name="robots" content="noindex, nofollow"> 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 <script type="text/javascript" src="../fckeditor.js"></script>30 <script type="text/javascript" src="../fckeditor.js"></script> 31 31 </head> 32 32 <body> … … 48 48 <LI>Create an image and points it to /images/logotop.gif 49 49 <LI>Hit submit button and check the posted data.</LI></OL> 50 <P>51 <hr>52 <P></P>50 51 <hr> 52 53 53 <form action="sampleposteddata.asp" method="post" target="_blank"> 54 54 <script type="text/javascript"> … … 62 62 oFCKeditor.BasePath = sBasePath ; 63 63 oFCKeditor.Config['BaseHref'] = 'http://www.fckeditor.net' ; 64 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;64 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 65 65 oFCKeditor.Create() ; 66 66 //--> -
FCKeditor/trunk/_testcases/006.html
r132 r450 28 28 <meta name="robots" content="noindex, nofollow"> 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 <script type="text/javascript" src="../fckeditor.js"></script>30 <script type="text/javascript" src="../fckeditor.js"></script> 31 31 </head> 32 32 <body> … … 54 54 <LI> 55 55 Hit submit button and check the posted data.</LI></OL> 56 <P>57 <hr>58 <P></P>56 57 <hr> 58 59 59 <form action="sampleposteddata.asp" method="post" target="_blank"> 60 60 <script type="text/javascript"> … … 69 69 oFCKeditor.Config['FullPage'] = true ; 70 70 oFCKeditor.Config['BaseHref'] = 'http://www.fckeditor.net' ; 71 oFCKeditor.Value = '<html><head><title>< /title></head><body>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.</body></html>' ;71 oFCKeditor.Value = '<html><head><title><\/title><\/head><body>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/body><\/html>' ; 72 72 oFCKeditor.Create() ; 73 73 //--> -
FCKeditor/trunk/_testcases/007.html
r132 r450 28 28 <meta name="robots" content="noindex, nofollow"> 29 29 <link href="testcases.css" rel="stylesheet" type="text/css"> 30 <script type="text/javascript" src="../fckeditor.js"></script>30 <script type="text/javascript" src="../fckeditor.js"></script> 31 31 </head> 32 32 <body> … … 45 45 <LI> 46 46 Hit submit button and check the posted data.</LI></OL> 47 <P>48 <hr>49 <P></P>47 48 <hr> 49 50 50 <form action="sampleposteddata.asp" method="post" target="_blank"> 51 51 <script type="text/javascript"> … … 58 58 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 59 59 oFCKeditor.BasePath = sBasePath ; 60 oFCKeditor.Value = '<div>< /div>' ;60 oFCKeditor.Value = '<div><\/div>' ; 61 61 oFCKeditor.Create() ; 62 62 //--> -
FCKeditor/trunk/_testcases/008.html
r132 r450 65 65 <li>Hit the "Save" button - an alert should popup.</li> 66 66 </ol> 67 <p> 68 <hr /> 69 <p> 70 </p> 67 68 <hr /> 69 71 70 <form action="sampleposteddata.asp" method="post" target="_blank" onsubmit="return Validate();"> 72 71 <script type="text/javascript"> … … 79 78 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 80 79 oFCKeditor.BasePath = sBasePath ; 81 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;80 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 82 81 oFCKeditor.Create() ; 83 82 //--> -
FCKeditor/trunk/_testcases/009.html
r132 r450 98 98 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 99 99 oFCKeditor.BasePath = sBasePath ; 100 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;100 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 101 101 oFCKeditor.Create() ; 102 102 //--> -
FCKeditor/trunk/_testcases/010.html
r132 r450 83 83 var oFCKeditor = new FCKeditor( 'FCKeditor1' ) ; 84 84 oFCKeditor.BasePath = sBasePath ; 85 oFCKeditor.Value = 'This is some <strong>sample text< /strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor</a>.' ;85 oFCKeditor.Value = 'This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.' ; 86 86 oFCKeditor.Create() ; 87 87 //-->