Welcome Guest, you are in: Login

MUST Creative Engineering Laboratory

RSS RSS

Navigation



Technical Doc



Search the wiki
»

MUST Corp.

MUST Corp.

www.must.or.kr

 Microsoft CERTIFIED Partner Software Development, Web Development, Data Platform

 Microsoft Small Business Specialist

MCSD

Microsoft Certified IT Professional

Microsoft Certified Professional Developer

MWSF v3.0 Board create and default.aspx

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

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

  • default.asxp

<%@ 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>

MUST Creative Engineering Laboratory

ImageImage Image Image

Image Image Image Image Image Image Image

Copyright © 2010 MUST Corp. All rights reserved. must@must.or.kr
This Program is released under the GNU General Public License v2. View the GNU General Public License v2 or visit the GNU website.