Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > How to change style of textarea field in Inbox Messaging Webpart? View modes: 
User avatar
Member
Member
Alex - 10/12/2010 5:04:38 AM
   
How to change style of textarea field in Inbox Messaging Webpart?
Hello!

I try to change SendMessage.ascx in CmsModules/Messaging/Controls
in this block
<div class="Body">
<cms:LocalizedLabel ID="lblText" runat="server" Display="false" EnableViewState="false" ResourceString="mess.body" />
<cms:BBEditor ID="ucBBEditor" runat="server" EnableViewState="false" />
</div>
But cannot find textarea field and any css classes for it.
I need more rows and columns for textarea field.

How can I change it?

User avatar
Member
Member
Alex - 10/12/2010 5:18:58 AM
   
RE:How to change style of textarea field in Inbox Messaging Webpart?
Ok, I find class BodyField for it

Question removed
Thanks!