장바구니

등록된 상품이 없습니다
합계: 0

최근 본 상품

등록된 상품이 없습니다
워드프레스 전문가들이 선택한 필수 플러그인
    망보드 강의
    Home / 망보드 강의
    글보기
    망보드 게시판을 내 입맛에 맞게 모델링하기-3(모델링 샘플 코드)
    조회수2704
    2017-01-02 10:57
    모델링 샘플 코드를 하나씩 추가 해보겠습니다.

    추가위치를 모르시겠는 분은 아래 링크를 클릭해서 강의를 보고 오시면 됩니다.

    ↓↓↓↓ 



    1.Select

    {"field":"fn_ext1","name":"이름","width":"80px","type":"select","data":"apple,banana,grape","label":"사과,바나나,포도"},

    mb-file.php?path=2017%2F01%2F02%2FF316_Snap2.jpg
     
    - 결과화면 -



    2.Radio

    {"field":"fn_ext1","name":"이름","width":"60px","type":"radio","data":"apple,banana,grape","label":"사과,바나나,포도"},

    mb-file.php?path=2017%2F01%2F02%2FF317_Snap3.jpg
     
    - 결과화면 -



    3.Text

    {"field":"fn_ext1","name":"이름","width":"100%","type":"text"},

    mb-file.php?path=2017%2F01%2F02%2FF318_Snap4.jpg
     
    - 결과화면 -



    4.Text Readonly

    {"field":"fn_ext1","name":"이름","width":"100%","type":"text_readonly"},

    mb-file.php?path=2017%2F01%2F02%2FF319_Snap5.jpg

    - 결과화면 -



    5.Text Calendar

    {"field":"fn_ext1","name":"이름","width":"100%","type":"text_calendar","class":"show-datepicker"},
    (텍스트 입력창 클릭시 달력이 나타남, show-datepicker 클래스도 반드시 추가해야 함)
     
    mb-file.php?path=2017%2F01%2F02%2FF320_Snap6.jpg

    - 결과화면 -



    6.Textarea

    {"field":"fn_ext1","name":"이름","width":"100%","type":"textarea"},

    mb-file.php?path=2017%2F01%2F02%2FF321_Snap7.jpg

    - 결과화면 -



    7.Password

    {"field":"fn_ext1","name":"이름","width":"100%","type":"password"},

    mb-file.php?path=2017%2F01%2F02%2FF322_Snap8.jpg

    - 결과화면 -



    8.Hidden

    {"field":"fn_ext1","name":"이름","width":"100%","type":"hidden"},

    mb-file.php?path=2017%2F01%2F02%2FF323_Snap9.jpg

    - 결과화면 -



    9.Checkbox

    {"field":"fn_ext1","name":"이름","width":"60px","type":"checkbox","label":"동의"},

    mb-file.php?path=2017%2F01%2F02%2FF324_Snap10.jpg

    - 결과화면 -



    10.Multi Checkbox

    {"field":"fn_ext1","name":"과일","type":"checkbox2","label":"사과,바나나,포도"},

    mb-file.php?path=2017%2F01%2F02%2FF325_Snap11.jpg

    - 결과화면 -



    11.Combo(버튼 선택에 따라 텍스트가 나타남)

    {"field":"fn_ext1","name":"옵션","width":"60px","type":"radio","data":"1,0","label":"사용,사용안함","default":"0","combo":{"field":"fn_ext2","type":"text","width":"300px","match_type":"show","match_value":"1","parent_style":""}},

    mb-file.php?path=2017%2F01%2F02%2FF326_Snap12.jpg


    mb-file.php?path=2017%2F01%2F02%2FF327_Snap13.jpg

    - 결과화면 -



    12.File Upload

    (Write)
     - "field"는 "fn_file1, fn_file2, fn_file3, ......., fn_file10" 와 같은 순번으로 입력
       {"field":"fn_file1","name":"파일","width":"300px","type":"file"},

    (view)
    {"field":"file_download","name":"첨부파일","width":"300px","type":"file_download","class":"file-download"},
     
    mb-file.php?path=2017%2F01%2F02%2FF328_Snap14.jpg
     
    - 결과화면 -

    카테고리홈페이지
    #워드프레스# 워드프레스게시판#워드프레스게시판망보드#망보드설치#워드프레스설치#워드프레스홈페이지#워드프레스쇼핑몰#망보드모델링