Opened 12 years ago

Last modified 12 years ago

#9082 closed Bug

unable to customize row of ckeditor textarea — at Version 1

Reported by: bhargav Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.3
Keywords: Cc:

Description (last modified by Jakub Ś)

<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.

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Description: modified (diff)
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy