문제

I am designing a Content Management System where i need to add the text formater(Editor) Am sorry i dont know the exact name.Basically under the CMS i want to give user the facility to format the text as per the requirement.Suppose the user wants to enter the First Line In BOLD or make want to show some words in Italics,he will have the facility to do.Just like while posting my Question on stackoverlow i get the facility to formate my Post.

Please tell me hoe to integrate this functionality in Html textbox of my CMS

도움이 되었습니까?

해결책

You need to add ckeditor to add texteditor..

Try this

<textarea class="ckeditor" cols="20" id="editor1" name="editor1" rows="10"></textarea>

Scripts

Hope you want something like this..

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top