Line # Revision Author
1 3 ahitrov@rambler.ru % if ($prop->{support_images}) {
2 <& /contenido/components/images_selector.msn, object => $object, name => $name, attrs => $prop->{support_images} &>
3 % }
4
5 <script type="text/javascript">
6 <!--
7 WYSIWYGControls[WYSIWYGControls.length] = '<% $name %>';
8 //-->
9 </script>
10
11 <textarea id="<% $name %>" class="tinymce" \
12 % if ($request->{images_staff_printed}) {
13 onclick="storeCaret(this)" onkeyup="storeCaret(this)" onselect="storeCaret(this)" \
14 % }
15 <% $prop->{readonly} ? 'readonly ' : '' %> name="<% $name %>" rows="<% $prop->{rows} || 8 %>" cols="<% $prop->{cols} || 8 %>" style="width: 95%;"><% $check %></textarea>
16
17 <%args>
18 $name => undef
19 $check => undef
20 $prop => {}
21 $object => undef
22 </%args>
23 <%init>
24 $check = html_escape($check) unless $prop->{no_escape};
25 </%init>