I can not set a value for CKEDITOR. Below is what I tried:
<textarea id="fckAciklamaIcerik" name="fckAciklamaIcerik" class='ckeditor' rows="5" runat="server">
</textarea>
CKEDITOR.replace('fckAciklamaIcerik');
CKEDITOR.instances.fckAciklamaIcerik.setData("sdda dasdsada");
When I try to run this, I get an Browser Error:
Uncaught TypeError: Cannot read property 'getEditor' of undefined
Why won't it work?
Sorry unresolved problems. . How can I do..Waiting for your help.Thanks..
sb.Append(""); sb.Append("").Append(item.UrunAdi).Append(""); sb.Append("").Append(item.Fiyati).Append("");
function tableclickEvent(Description) { alert(Description)
//No alert in calling problems..
//Data coming from the description you want to print the CKEditor..
}