한컴오피스 Addin용 컨트롤
웹기반으로 한컴오피스와 유사한 스킨을 작성하고 싶은 누군가에게 유용했으면 합니다.
- 크롬 브라우저에서 test 합니다.
- 순수히 CSS, javascript 만 사용하며, framework은 사용하지 않습니다.
- CSS, JS 스터디용이어서 매 라인마다 주석이 많습니다.
- 틈날때 작업합니다.
- 스킨은 한컴오피스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>