This is a forum to suggest new features for mojoPortal.
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
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