David,<br><br>We use the following code modification:<br><br>Create a /opt/rt3/local/ copy of "/opt/rt3/share/html/Elements/<b><i>EditCustomField</i><br></b><br>Then add the following code after line # 93:<br><br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CKFCROC%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtml1%5C01%5Cclip_filelist.xml"><style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-parent:"";
        margin:0in;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:12.0pt;
        font-family:"Times New Roman";
        mso-fareast-font-family:"Times New Roman";}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal">if ($Type eq "Text") {</p>

<p class="MsoNormal"><span style="">        </span>$Rows = 8;</p>

<p class="MsoNormal"><span style="">        </span>$Cols = 50;</p>

<p class="MsoNormal">} elsif ($Type eq "Wikitext") {</p>

<p class="MsoNormal"><span style="">        </span>$Rows = 8;</p>

<p class="MsoNormal"><span style="">        </span>$Cols = 50;</p>

<p class="MsoNormal">} elsif ($Type eq "Select" and $MaxValues == 1) {</p>

<p class="MsoNormal"><span style="">        </span>$Rows = 1;</p>

<p class="MsoNormal"><span style="">        </span>$Cols = 30;</p>

<p class="MsoNormal">}</p><p class="MsoNormal"><br></p><p class="MsoNormal">The last part of the code turns your list of values into a <i>"drop-down"</i> list.</p><p class="MsoNormal"><br></p><p class="MsoNormal">
Hope this helps.</p><p class="MsoNormal"><br></p><p class="MsoNormal">Kenn</p><p class="MsoNormal">LBNL<br></p>

<br><br><div class="gmail_quote">On Thu, Aug 5, 2010 at 9:44 AM, Sysadmin <span dir="ltr"><<a href="mailto:Sysadmin@ruralnetwork.net">Sysadmin@ruralnetwork.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Is it possible to change the size of the wikitext box?<br>
Ideally I would like to display a large rectangular box under the issue description text area<br>
<br>
David<br>
System Administrator<br>
RNS<br>
<br>
<br>
<br>
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.<br>
Buy a copy at <a href="http://rtbook.bestpractical.com" target="_blank">http://rtbook.bestpractical.com</a><br>
</blockquote></div><br>