Page History: MWSF v3.0 Board create and default.aspx
Compare Page Revisions
Page Revision: 2011/10/30 22:39
Class
- Package: MWSF.dll
- Defined In :
- Class:
- Subclasses:
- Extends:
Config Options
<%:kr.or.must.gov.Board.Create("news", "main", "main")%>
Public Properties
- FILENAME : put the image file. in same folder. image root is defined web.conf
- DESCTIPRION : ALT text
Public Methods
public Methods
Public Events
Public events
Example
<%@ Page Inherits="SubPage" %>
<asp:Content ContentPlaceHolderID="css" runat="server">
<%:kr.or.must.gov.BoardHtml.CreateCSS()%>
</asp:Content>
<asp:Content ContentPlaceHolderID="scripts" runat="server">
<%:kr.or.must.gov.BoardHtml.CreateJS()%>
</asp:Content>
<asp:Content ContentPlaceHolderID="contentMain" runat="server">
<%:kr.or.must.gov.Board.Create("news", "main", "main")%>
</asp:Content>