Changes in Metatemplates
 
   
 
<!--
This file has a text area case, which contains a div tag along with  text area and object tag, which provides the functionality of ordinary text area and rich text editor respectively.
By default an ordinary text area will be available and with the click of link provided, ordinary text area can be converted to rich text editor and vice versa-->
   
              <case "textArea">
              <td width="40" class=TblHeadVertical>&nbsp;</td>
                <td width="20%" class=TblHeadVertical valign=top>
                  <div
               <if child.isNullable == "0">class=nonNullableItemLabel</if>
               ></div>
                 </td>
                <td width="62%" class=TblContVertical>
                <div id=RTE style='position:relative;top=0px;left=0px;height:165' width=100%"> 
<text area
name="" style='visibility:visible;position:absolute;top:0px;left:0px'
rows=10 cols=57></text area>

                                <object id="-dynamsg" width="100%" 
style='visibility:hidden;position:absolute;top:0px;left:0px' height="165"

data="servlet_prefix/edit.html" viewastext type="text/x-scriptlet"></object>

                                             <script> 
                                              var buff; 
                                              var buffRTE; 
                                              buff="";
                                              buffRTE="-dynamsg";
                                              </script>
                                             </div>


<a href="javascript:changeToRichText('','-dynamsg')"><font size=-1>Change to Rich Text</font></a>

<a href="javascript:changeToOrdText('','-dynamsg')"><font size=-1>Change to Ordinary Text</font></a>
             </td>
             <td width="100" class=TblHeadVertical>&nbsp;</td>
             <assign counter = counter + "*">
               <break>