About IframeModule

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
3/24/2010 9:21:29 AM
Gravatar
Total Posts 171
I am a Russian programmer

About IframeModule

Hi, Joe

IframeModule.ascx

The code of the module consists of

<asp:Panel ID="pnlWrapper" runat="server" cssclass="panelwrapper IframeModule">
<portal:ModuleTitleControl runat="server" id="TitleControl" UseHeading="false" />
<asp:Panel ID="pnlIframeModule" runat="server" CssClass="modulecontent">
<asp:Literal ID="litFrame" runat="server" />

</asp:Panel>
</asp:Panel>
 

I think that the lines in bold do not need and you want to delete these lines. Maybe this panel performs a role that I do not understand?

Best regards, Alexander

3/25/2010 7:46:58 AM
Gravatar
Total Posts 18439

Re: About IframeModule

Hi Alexander,

That allows it to be styled like other features. It doesn't really need to be a Panel, it could just as easily be a <div> but it does not hurt anything to have Panel which renders as div anyway.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.