Hi,
I aml trying to use the editor in a table cell (td tag). However the editor is not visible. When I inspect the DOM tree, only a div is attached to the DOM. here is the DOM fragment
<td align="left" style="vertical-align: top; visibility: visible;">
<span class="k-field v-widget skipped k-field-skipped" style="visibility: visible;">
<div class="v-ckeditortextfield v-widget v-has-width v-has-height" id="3366" style="overflow: hidden; visibility: visible; width: 200px; height: 200px;">
</span>
Also I have this error in the console
SEVERE: (TypeError) : Cannot read property 'getEditor' of undefinedcom.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'getEditor' of undefined
Any idea ?
Hi,
I aml trying to use the editor in a table cell (td tag). However the editor is not visible. When I inspect the DOM tree, only a div is attached to the DOM. here is the DOM fragment
<tdalign="left" style="vertical-align: top; visibility: visible;"><spanclass="k-field v-widget skipped k-field-skipped" style="visibility: visible;"><divclass="v-ckeditortextfield v-widget v-has-width v-has-height" id="3366" style="overflow: hidden; visibility: visible; width: 200px; height:200px;"></span>Also I have this error in the console
SEVERE: (TypeError) : Cannot read property 'getEditor' of undefinedcom.google.gwt.core.client.JavaScriptException: (TypeError) : Cannot read property 'getEditor' of undefined
Any idea ?