Vikas,<br><br>Same thing. Create a local version of /opt/rt3/share/Elements/EditCustomField. Then make your changes there.<br>We use the following code to change the size of <i>text</i> boxes as well as turn <i>select lists</i> into drop-down lists:<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">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 Tue, Sep 21, 2010 at 5:14 PM, Vikas Srivastava <span dir="ltr"><<a href="mailto:vikas.k.srivastava@gmail.com">vikas.k.srivastava@gmail.com</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;">
Hi All , <br><br>I added a custom field , name "Problem Description" (TextBox) .. <br><br>It comes on the page fine .... but I would like to re-size it .. and reposition it . ..<br><br>Is there a way we could achieve that ...<br>
<br>Thanks & Regards <br><font color="#888888"><br>Vikas ..<br>
</font><br><br>
RT Training in Washington DC, USA on Oct 25 & 26 2010<br>
Last one this year -- Learn how to get the most out of RT!<br></blockquote></div><br>