danielebarchiesi@0: This sample shows how to automatically replace <textarea> elements
danielebarchiesi@0: with a CKEditor instance using a specific skin.
danielebarchiesi@0:
danielebarchiesi@0:
danielebarchiesi@0: CKEditor with a specified skin (in this case, the "Office 2003" skin) is inserted with a JavaScript call using the following code:
danielebarchiesi@0:
danielebarchiesi@0: Note that textarea_id in the code above is the id attribute of
danielebarchiesi@0: the <textarea> element to be replaced.
danielebarchiesi@0: