MWSF v3.0 Board create and default.aspx

Modified on 2011/11/27 15:48 by Administrator — Categorized as: MWSF

Class


Config Options

<%:kr.or.must.gov.Board.Create("ID", "SCOPE", "KEY", "DIVISION")%>

Public Properties


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>

category XML example

<category>
  <category id="gu" name="구인" />
  <category id="job" name="구직" />
</category>

<category>
  <category id="standard" name="표준계약서식">
    <category id="01" name="공사 표준계약서식" />
    <category id="02" name="용역 표준계약서식" />
    <category id="03" name="물품 표준계약서식" />
    <category id="04" name="기타서식 및 계약 구비서류" />
  </category>
  <category id="informal" name="간이계약서(계약금액 3천만원미만인 경우)">
    <category id="01" name="공사" />
    <category id="02" name="용역" />
    <category id="03" name="물품" />
  </category>
</category>