게시글 색상코드 여분필드

1. write.skin.php 의 적당한 위치에 넣어줍니다.

2. 예제는 wr_1 로 하였습니다. 다른 여분필드를 사용하려면 그 부분만 찾아서 바꾸세요.

3. css 는 본인이 원하는대로 바꾸세요.

4. 코드복사 기능은 https 보안주소에서만 적용됩니다.

5. 기본값은 #000000 입니다.

6. https://wittazzurri.com/editor/html_editor.php 에서 확인해 보세요.

 

[code]

<style>
@font-face { font-family:'NEXON Lv1 Gothic OTF'; src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff'); }
#colorDiv div { width:100px; font-weight:bold; padding:5px; margin-right:5px; font-size:16px; font-family:'NEXON Lv1 Gothic OTF'; text-align:center; cursor:pointer; border:1px solid #cccccc; border-radius:5px; box-shadow:#dddddd 2px 2px 4px; box-sizing:border-box; }
#colorDiv input { display:none; }
</style>
<div id="colorDiv">
    <label for="wr_1"><div id="colorCode"></div></label>
    <input type="color" id="wr_1" name="wr_1">
</div>
<script>
wr_1.onchange = function() {
    colorCode.innerText = colorCode.style.color = wr_1.value;
    navigator.clipboard.writeText(wr_1.value);
    alert("색상코드가 복사되었습니다");
}
wr_1.value = "<?php echo $write['wr_1']; ?>";
colorCode.innerText = colorCode.style.color = wr_1.value;
</script>

[/code]

|

댓글 1개

역시....좋은자료입니다.

감사합니다

댓글을 작성하시려면 로그인이 필요합니다.

그누보드5 팁자료실

+
제목 글쓴이 날짜 조회
1년 전 조회 1,295
1년 전 조회 1,413
1년 전 조회 1,995
1년 전 조회 1,731
1년 전 조회 2,087
1년 전 조회 1,409
1년 전 조회 1,191
1년 전 조회 5,728
1년 전 조회 1,873
1년 전 조회 1,491
1년 전 조회 1,277
1년 전 조회 1,299
1년 전 조회 1,921
1년 전 조회 1,465
1년 전 조회 1,446
1년 전 조회 3,371
1년 전 조회 2,468
1년 전 조회 1,835
1년 전 조회 1,934
2년 전 조회 1,585
2년 전 조회 2,231
2년 전 조회 1,191
2년 전 조회 1,532
2년 전 조회 1,029
2년 전 조회 3,456
2년 전 조회 1,692
2년 전 조회 1,865
2년 전 조회 1,229
2년 전 조회 1,763
2년 전 조회 1,664