Changes between Initial Version and Version 1 of Ticket #9082
- Timestamp:
- Jul 3, 2012, 10:14:58 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9082 – Description
initial v1 1 {{{ 1 2 <textarea rows="${numberofline}" cols="${width}" name="itemValue_${columnID}_${columnTypeID}" id="itemValue_${columnID}_${columnTypeID}" cssStyle="height:100%;"><c:out value="${itemValue}"/></textarea> 2 3 <script type="text/javascript"> 3 4 var editor = CKEDITOR.replace("itemValue_${columnID}_${columnTypeID}"); 4 5 </script> 5 6 6 }}} 7 7 i want change no. of row which pass in variable "numberofline" of textarea. This above code does not working.