/home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old
NameSizeModeActions
assets/-0777rm
autogrow/-0777rm
bbcode/-0777rm
codesnippet/-0777rm
devtools/-0777rm
dialog/-0777rm
divarea/-0777rm
docprops/-0777rm
enterkey/-0777rm
htmlwriter/-0777rm
image2/-0777rm
magicline/-0777rm
mathjax/-0777rm
placeholder/-0777rm
sharedspace/-0777rm
sourcedialog/-0777rm
stylesheetparser/-0777rm
tableresize/-0777rm
toolbar/-0777rm
uicolor/-0777rm
wysiwygarea/-0777rm
ajax.html26210777editdlrm
api.html69690777editdlrm
appendto.html22000777editdlrm
datafiltering.html469740777editdlrm
divreplace.html45260777editdlrm
index.html82510777editdlrm
inlineall.html98810777editdlrm
inlinebycode.html60660777editdlrm
inlinetextarea.html48070777editdlrm
jquery.html74080777editdlrm
readonly.html28100777editdlrm
replacebyclass.html69510777editdlrm
replacebycode.html68550777editdlrm
sample.css47370777editdlrm
sample.js16250777editdlrm
sample_posteddata.php7730777editdlrm
tabindex.html23260777editdlrm
uicolor.html25320777editdlrm
uilanguages.html43730777editdlrm
xhtmlstyle.html67930777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/ckeditor/samples/old/jquery.html (7408B)
jQuery Adapter — CKEditor Sample

CKEditor Samples » Create Editors with jQuery

This sample is not maintained anymore. Check out the brand new samples in CKEditor SDK.

This sample shows how to use the jQuery adapter. Note that you have to include both CKEditor and jQuery scripts before including the adapter.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="/ckedit../../ckeditor.js"></script>
<script src="/ckeditor/adapters/jquery.js"></script>

Then you can replace HTML elements with a CKEditor instance using the ckeditor() method.

$( document ).ready( function() {
	$( 'textarea#editor1' ).ckeditor();
} );

Inline Example

Saturn V carrying Apollo 11Apollo 11 was the spaceflight that landed the first humans, Americans Neil Armstrong and Buzz Aldrin, 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.

Armstrong spent about three and a half 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, Michael Collins, piloted the command spacecraft alone in lunar orbit until Armstrong and Aldrin returned to it for the trip back to Earth.

Broadcast on live TV to a world-wide audience, Armstrong stepped onto the lunar surface and described the event as:

One small step for [a] man, one giant leap for mankind.

Apollo 11 effectively ended the Space Race and fulfilled a national goal proposed in 1961 by the late U.S. President John F. Kennedy in a speech before the United States Congress:

[...] before this decade is out, of landing a man on the Moon and returning him safely to the Earth.


Classic (iframe-based) Example