티스토리 뷰
FCKeditor 2.4.1 소스
http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=75845
FCKeditor.NET 2.2 소스
http://sourceforge.net/project/showfiles.php?group_id=75348&package_id=137125
2. WebForm1.aspx 생성 후 bold체 부분을 설정한다.
<%@ Page Language="C#" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2"AutoEventWireup="false" ValidateRequest="false"%>
3. UserFiles 폴더 생성한다
4. Web.Config 수정
<appSettings>
<add key="FCKeditor:BasePath" value="~/fckeditor/" />
<add key="FCKeditor:UserFilesPath" value="~/UserFiles/" />
</appSettings>
5. FCKeditor.Net_2.2\bin\Release 에 있는 FredCK.FCKeditorV2.dll 참조한다음,
툴바에서 폼에 끌어다 놓는다.
6. 값을 받을때는 Request.Form["FCKeditor1"] 또는 this.FCKeditor1.Value 로 받는다
1. 엔터치면 BR 태그 먹게 하기
fckconfig.js 파일내에
FCKConfig.EnterMode = 'br' ; 수정합니다.
1. 툴바 수정 설명
http://wiki.fckeditor.net/Developer's_Guide/Configuration/Toolbar
'프로그래밍 > ASP.NET' 카테고리의 다른 글
ASP.NET 마스터하기 #3 - ASP.NET의 아키텍처 (0) | 2008.03.08 |
---|---|
유저 컨트롤에서 페이지의 ViewState 접근... (0) | 2008.03.05 |
ImageButton 대신 LinkButton을 쓰자 (0) | 2008.02.02 |
FCKeditor 이미지 업로드 (0) | 2007.12.29 |
닷넷 프로그래밍 최적화 기법 (0) | 2007.12.12 |
[Microsoftware] Enterprise Library 2.0 <part1> (0) | 2007.12.11 |
[Microsoftware] Enterprise Library 2.0 <part2> (0) | 2007.12.11 |
파일크기, 파일사이즈 알아내기 (폴더내 파일크기포함) (0) | 2007.11.24 |