how can i define the language dir in this code
$(document).ready(function () {
$('#Header1').ckeditor();
});
how can i define the language dir in this code
$(document).ready(function () {
$('#Header1').ckeditor();
});
<script type="text/javascript" language="javascript">
$(document).ready(function () {
$('#<%=OrganizationMeta.vcr_MetaKey + Lang.int_LangId%>')
.ckeditor(function () { /* callback code */ }, { contentsLangDirection: '<%=TempData["Direction"] %>' });
});
</script>