Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- integration
- SBM
- Jenkins
- UseCase
- 세레나소프트웨어
- 엔터프라이즈 SCCM
- Embracing OpenSource
- TeamTrack
- Continuous Integration
- Serena software
- Software Change and Configuration Management
- CKEditor
- Stream
- 소스코드관리
- AppScript
- teamscript
- CM14
- Serena Dimensions CM
- Dimensions Pulse
- IntelliJ IDEA
- 버전관리
- CM Bridge
- Customization
- build
- Dimensions CM
- BPM
- SharePoint
- DIM14
- Enterprise Software Change and Configuration Management
- SCCM
Archives
- Today
- Total
this and that
SBM with CKEditor(HTML Editor) 본문
1. CKEditor를 다운받는다. http://ckeditor.com/download
2. 다운로드한 파일을 임시 디렉토리에 압축을 해제합니다.
3. ckeditor 폴더를 복사한 후 <SBMInstallDirectory>/Application Engine/bin/javascript/ 폴더에 붙여넣는다.
4. <SBMInstallDirectory>/Application Engine/template 폴더에서 formbody.htm / newbody.htm 파일을 수정한다.
5. <head>와 </head> 사이에 아래의 라인을 추가한다.
$JAVASCRIPT(ckeditor/ckeditor.js)
<script type="text/javascript">CKEDITOR.replaceClass('ckeditor');</script>
6. SBM Administrator에 접속하여 File - Put Files Into Database 기능을 실행한다. 그리고 IIS를 재시작한다.
7. SBM Composer에 열고, Style 섹션에서 마우스 오른쪽 클릭을 한다음 Add New and Control Style을 클릭한다. 이름을 ckeditor로 입력한다.
8. HTML editor를 적용하고픈 해당 form의 field를 선택한 후, Style 박스에서 ckeditor를 선택한다.
9. Application을 Deploy한다.
'SBM' 카테고리의 다른 글
SBM UI Customizing with jQuery (0) | 2011.08.01 |
---|---|
Serena Service Manager (0) | 2011.07.18 |
Serena Business Manager (SBM) 2009 R4.02 (0) | 2011.07.15 |
Value Engineering for SBM (0) | 2010.09.15 |
SBM Connect for SharePoint (0) | 2010.09.15 |
Comments