Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.03 KB

hnc-office-addin-ctrl

한컴오피스 Addin용 컨트롤

개발 목표

웹기반으로 한컴오피스와 유사한 스킨을 작성하고 싶은 누군가에게 유용했으면 합니다.

특징

  1. 크롬 브라우저에서 test 합니다.
  2. 순수히 CSS, javascript 만 사용하며, framework은 사용하지 않습니다.
  3. CSS, JS 스터디용이어서 매 라인마다 주석이 많습니다.
  4. 틈날때 작업합니다.
  5. 스킨은 한컴오피스2020 기준으로 개발합니다.

사용법

tester.html 참조 : button 사용

<button class="hnc-control hnc-command-button" tabindex=0>
    <image class="hnc-control hnc-image" src="../tester-img/hnc-find-16.png"></image>
    <span class="hnc-control hnc-caption">확인</span>
</button>

결과

image

tester.html 전체 이미지(2020/10/26)

image