You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/filter.html
+9-69Lines changed: 9 additions & 69 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,9 @@ <h1 class="samples">
70
70
'img(left,right)[!src,alt,width,height];' +
71
71
'table tr th td caption;' +
72
72
'span{!font-family};' +'
73
-
'span{!color}'
73
+
'span{!color}' +
74
+
'span(!marker);' +
75
+
'del ins'
74
76
} );
75
77
</pre>
76
78
</div>
@@ -86,7 +88,9 @@ <h1 class="samples">
86
88
'img(left,right)[!src,alt,width,height];'+
87
89
'table tr th td caption;'+
88
90
'span{!font-family};'+
89
-
'span{!color}'
91
+
'span{!color};'+
92
+
'span(!marker);'+
93
+
'del ins'
90
94
});
91
95
92
96
</script>
@@ -105,7 +109,7 @@ <h1 class="samples">
105
109
<preclass="samples">
106
110
CKEDITOR.replace( 'editor3', {
107
111
allowedContent: {
108
-
'b i ul ol': true,
112
+
'b i ul ol big small': true,
109
113
'h1 h2 h3 p blockquote li': {
110
114
styles: 'text-align'
111
115
},
@@ -126,7 +130,7 @@ <h1 class="samples">
126
130
127
131
CKEDITOR.replace('editor3',{
128
132
allowedContent: {
129
-
'b i ul ol': true,
133
+
'b i ul ol big small': true,
130
134
'h1 h2 h3 p blockquote li': {
131
135
styles: 'text-align'
132
136
},
@@ -180,76 +184,12 @@ <h1 class="samples">
180
184
<labelfor="editor5">
181
185
Editor 5:
182
186
</label>
183
-
<divclass="description">
184
-
<p>
185
-
This editor is built on editable <code><div></code> element.
186
-
</p>
187
-
</div>
188
-
<divid="editor5" contenteditable="true">
189
-
<h1><imgalt="Saturn V carrying Apollo 11" class="right" src="assets/sample.jpg" /> Apollo 11</h1>
190
-
191
-
<p><b>Apollo 11</b> was the spaceflight that landed the first humans, Americans <ahref="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <ahref="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC. Armstrong became the first to step onto the lunar surface 6 hours later on July 21 at 02:56 UTC.</p>
192
-
193
-
<p>Armstrong spent about <s>three and a half</s> two and a half hours outside the spacecraft, Aldrin slightly less; and together they collected 47.5 pounds (21.5 kg) of lunar material for return to Earth. A third member of the mission, <ahref="http://en.wikipedia.org/wiki/Michael_Collins_(astronaut)" title="Michael Collins (astronaut)">Michael Collins</a>, piloted the <ahref="http://en.wikipedia.org/wiki/Apollo_Command/Service_Module" title="Apollo Command/Service Module">command</a> spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.</p>
194
-
195
-
<h2>Broadcasting and <em>quotes</em><aid="quotes" name="quotes"></a></h2>
196
-
197
-
<p>Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:</p>
198
-
199
-
<blockquote>
200
-
<p>One small step for [a] man, one giant leap for mankind.</p>
<p>Launched by a <strong>Saturn V</strong> rocket from <ahref="http://en.wikipedia.org/wiki/Kennedy_Space_Center" title="Kennedy Space Center">Kennedy Space Center</a> in Merritt Island, Florida on July 16, Apollo 11 was the fifth manned mission of <ahref="http://en.wikipedia.org/wiki/NASA" title="NASA">NASA</a>'s Apollo program. The Apollo spacecraft had three parts:</p>
230
-
231
-
<ol>
232
-
<li><strong>Command Module</strong> with a cabin for the three astronauts which was the only part which landed back on Earth</li>
233
-
<li><strong>Service Module</strong> which supported the Command Module with propulsion, electrical power, oxygen and water</li>
234
-
<li><strong>Lunar Module</strong> for landing on the Moon.</li>
235
-
</ol>
236
-
237
-
<p>After being sent to the Moon by the Saturn V's upper stage, the astronauts separated the spacecraft from it and travelled for three days until they entered into lunar orbit. Armstrong and Aldrin then moved into the Lunar Module and landed in the <ahref="http://en.wikipedia.org/wiki/Mare_Tranquillitatis" title="Mare Tranquillitatis">Sea of Tranquility</a>. They stayed a total of about 21 and a half hours on the lunar surface. After lifting off in the upper part of the Lunar Module and rejoining Collins in the Command Module, they returned to Earth and landed in the <ahref="http://en.wikipedia.org/wiki/Pacific_Ocean" title="Pacific Ocean">Pacific Ocean</a> on July 24.</p>
238
-
</div>
239
-
</div>
240
-
241
-
<br>
242
-
243
-
<div>
244
-
<labelfor="editor6">
245
-
Editor 6:
246
-
</label>
247
187
<divclass="description">
248
188
<p>
249
189
This editor is built on editable <code><h1></code> element.
250
190
</p>
251
191
</div>
252
-
<h1id="editor6" contenteditable="true">
192
+
<h1id="editor5" contenteditable="true">
253
193
<em>Apollo 11</em> was the spaceflight that landed the first humans, Americans <ahref="http://en.wikipedia.org/wiki/Neil_Armstrong" title="Neil Armstrong">Neil Armstrong</a> and <ahref="http://en.wikipedia.org/wiki/Buzz_Aldrin" title="Buzz Aldrin">Buzz Aldrin</a>, on the Moon on July 20, 1969, at 20:18 UTC.
0 commit comments