Revision 126

Date:
2011/08/26 14:05:10
Author:
ahitrov
Revision Log:
param 'rows => n' in notetext field type
Files:

Legend:

 
Added
 
Removed
 
Modified
  • utf8/core/comps/contenido/components/inputs/notetext.msn

     
    45 45 </td><td align="right" valign="bottom">
    46 46 <a style="color:#000000" href="javascript: li()" title="вставить список(ul-li)">Вставить список</a>&nbsp;&nbsp;
    47 47 </td></tr></table>
    48 <textarea name="<% $name %>" rows="30" cols="60" style="width:95%;font-family:arial;font-size:9pt;"><% $check %></textarea>
    48 <textarea name="<% $name %>" rows="<% $prop->{rows} || 30 %>" cols="60" style="width:95%;font-family:arial;font-size:9pt;"><% $check %></textarea>
    49 49 <%args>
    50 50
    51 $name => undef
    52 $check => undef
    51 $name => undef
    52 $check => undef
    53 $prop => {}
    53 54
    54 55 </%args>