Feature Proposal: The raw text box is tiny...
Description
this patch applies the same
%EDITBOXSTYLE% used by the text entry box on the raw text view box
--
WillNorris - 20 Feb 2005
Impact and Available Solutions
Index: View.pm
===================================================================
--- View.pm (revision 3629)
+++ View.pm (working copy)
@@ -137,6 +137,7 @@
if( $skin !~ /^text/ ) {
my $vtext = "<form><textarea readonly=\"readonly\" " .
"wrap=\"virtual\" rows=\"\%EDITBOXHEIGHT%\" " .
+ "style=\"\%EDITBOXSTYLE%\" " .
"cols=\"\%EDITBOXWIDTH%\">";
$vtext = $session->handleCommonTags( $vtext, $topicName );
$text = TWiki::entityEncode( $text );
Documentation
Discussion:
patched checked into DEVELOP r3673
--
WillNorris - 20 Feb 2005