Tags:
create new tag
, view all tags

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

 
Topic revision: r1 - 2005-02-20 - WillNorris
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.