Opened 13 years ago
Last modified 13 years ago
#9082 closed Bug
unable to customize row of ckeditor textarea — at Initial Version
Reported by: | bhargav | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.3 |
Keywords: | Cc: |
Description
<textarea rows="${numberofline}" cols="${width}" name="itemValue_${columnID}_${columnTypeID}" id="itemValue_${columnID}_${columnTypeID}" cssStyle="height:100%;"><c:out value="${itemValue}"/></textarea>
<script type="text/javascript">
var editor = CKEDITOR.replace("itemValue_${columnID}_${columnTypeID}");
</script>
i want change no. of row which pass in variable "numberofline" of textarea. This above code does not working.