2009-03-02 3 views

답변

1

기타 참조 ... 도구 모음을 만드는 데 사용되는 단추 문자열로 FTB의 ToolbarLayout 속성을 설정할 수 있습니다. 쉼표 (,)를 사용하여 항목을 구분하십시오. 파이프 (|)는 구분 기호를 삽입합니다.

<FTB:FreeTextBox ID="FTB1" runat="server" Width="100%" Height="280px" 
        ToolbarLayout="ParagraphMenu, Bold, Italic, Underline, Strikethrough, CreateLink, Unlink, RemoveFormat, JustifyLeft, JustifyRight, JustifyCenter, JustifyFull, BulletedList, NumberedList, Indent, Outdent, Cut, Copy, Paste, Undo, Redo, ieSpellCheck"> 
</FTB:FreeTextBox> 

파이어 폭스에서 작동하지 않는 ieSpell을 통해 맞춤법 검사가 수행됩니다. 현재 NetSpell에서 맞춤법 검사 기능을 찾습니다.

관련 문제