Revision 3 (by ahitrov@rambler.ru, 2010/03/24 15:19:32) The CORE
<textarea <% $prop->{readonly} ? 'readonly ' : '' %>name="<% $name %>" rows="<% $prop->{rows} || 8 %>" cols="<% $prop->{cols} || 8 %>" style="width:95%;font-family:arial;font-size:9pt;"><% $check %></textarea>
<%args>
	$name => undef
	$check => undef
	$prop => {}
</%args>