일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 게시판
- #cgimall
- CGIMALL
- CSS
- 사이트제작
- 홈페이지제작
- javascript
- 솔루션
- #jQuery
- happycgi
- 쇼핑몰
- #업종별
- #쇼핑몰
- 해피CGI
- #동영상
- #이미지
- php
- #happycgi
- #웹솔루션
- #해피CGI
- #솔루션
- #CSS
- 홈페이지
- 웹솔루션
- 해피씨지아이
- #image
- #홈페이지
- #뉴스
- jquery
- #홈페이지제작
- Today
- Total
웹솔루션개발 22년 노하우! 해피CGI의 모든것
[해피CGI][cgimall] 위지윅에서 템플릿 이용하기 본문
위지윅의 메뉴중 템플릿 메뉴가 있습니다.
메뉴의 기능은 미리 만들어놓은 html 소스를 입력할 수 있는 기능입니다.
좌측의 이미지와 같은 창이 나타나며
미리 입력하여 놓은 내용을 넣거나
바꿀수 있습니다.
리스트는 이미지로 되어 있으며
wys2 / editor / dialog / fck_template / images /
위 폴더에 보시면
template1gif ~ template3.gif 까지 있습니다.
(기본적으로 3개의 템플릿이 입력되어 있습니다.)
template4.gif, template5.gif 와 같이 추가로
등록이 가능합니다.
- <Template title="Strange Template" image="template1.gif">
- <Description>A template that defines two colums, each one with a title, and some text.</Description>
- <Html>
- <![CDATA[
- <table cellspacing="0" cellpadding="0" width="100%" border="0">
- <tbody>
- <tr>
- <td width="50%">
- <h3>Title 1</h3>
- </td>
- <td> </td>
- <td width="50%">
- <h3>Title 2</h3>
- </td>
- </tr>
- <tr>
- <td>Text 1</td>
- <td> </td>
- <td>Text 2</td>
- </tr>
- </tbody>
- </table>
- More text goes here.
- ]]>
- </Html>
- </Template>
<Template title="Strange Template" image="template1.gif"> <Description>A template that defines two colums, each one with a title, and some text.</Description> <Html> <![CDATA[ <table cellspacing="0" cellpadding="0" width="100%" border="0"> <tbody> <tr> <td width="50%"> <h3>Title 1</h3> </td> <td> </td> <td width="50%"> <h3>Title 2</h3> </td> </tr> <tr> <td>Text 1</td> <td> </td> <td>Text 2</td> </tr> </tbody> </table> More text goes here. ]]> </Html> </Template>내용은 wys2 / fcktemplates.xml 파일을 수정하시면 됩니다.
<Template title="Strange Template" image="template1.gif">
내용 입력부분
</Template>
위의 내용이 하나의 템플릿이 됩니다.
내용 입력부분은 <![CDATA[ 부터 ]]> 사이에 넣어주시면 됩니다.
html 코드로 입력을 하시면 되며 기본적으로 위지윅은 한글을 지원하지 않기 때문에
EUC-KR 서버에서 한글을 사용하실려면 fcktemplates.xml 파일의 첫번째줄
<?xml version="1.0" encoding="utf-8" ?> 를
<?xml version="1.0" encoding="euc-kr" ?>로 수정하시면 됩니다.
앞서 알려드린 이미지 파일은 (template1.gif )
< Template title="Strange Template" image="template1.gif">을 변경하시면 됩니다.
솔루션에 포함된 위지윅에 따라 차이가 있으며 템플릿 메뉴가 없거나
버전이 다르다면 사용하실 수 없습니다.
'CGIMALL소개 > 자주하는질문' 카테고리의 다른 글
[해피CGI][cgimall] 위지윅 내용 입력 부분에 미리 양식을 넣어둘 수 있나요? (0) | 2017.06.12 |
---|---|
[해피CGI][cgimall] 서버(호스팅) 이전을 직접 하려면 어떻게 해야 하나요? (0) | 2017.06.12 |
[해피CGI][cgimall] 오픈마켓 솔루션 재고감소시점 설정에 따른 상황안내 (0) | 2017.06.12 |
[해피CGI][cgimall] 온라인 쇼핑몰 상품정보제공고시 - 원산지 표시 방안 (0) | 2017.06.08 |
[해피CGI][cgimall] 현재접속자기능은 무엇인가요? (0) | 2017.06.08 |
Comments