Class
- Package: MWSF.dll
- Defined In :
- Class:
- Subclasses:
- Extends:
Config Options
<%:kr.or.must.gov.Board.Create("ID", "SCOPE", "KEY", "DIVISION")%>
Public Properties
- ID : Board ID in database
- SCOPE : For manager
- KEY : location
- DIVISION : this is option, department's value. Define in "bb/config/divisions.config"
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>