Thứ Tư, 27 tháng 11, 2013

Nâng cấp input editor bằng tinymce

LINK DOWNLOAD: http://www.mediafire.com/?zgo2mcde34slzwl




 Cau hinh tinmce
===========
        tinymce.init({
                convert_urls: false,
                relative_urls: false,
                selector: "textarea.input_text_vihan",
                theme: "modern",
                plugins: [
                    "advlist autolink lists link image charmap print preview hr anchor pagebreak",
                    "searchreplace wordcount visualblocks visualchars code fullscreen",
                    "insertdatetime media nonbreaking save table contextmenu directionality",
                    "emoticons template paste textcolor filemanager"
                ],
                content_css: "http://vuslkasdjfl.com/vasdf.css",
                style_formats: [
                        {title: 'Bold text', inline: 'b'},
                        {title: 'Red text', inline: 'span', styles: {color: '#ff0000'}},
                        {title: 'Red header', block: 'h1', styles: {color: '#ff0000'}},
                        {title: 'Example 1', inline: 'span', classes: 'example1'},
                        {title: 'Example 2', inline: 'span', classes: 'example2'},
                        {title: 'sondeptrai 2', inline: 'span', classes: 'sondeptrai2'},
                        {title: 'sondeptrai', inline: 'span', classes: 'sondeptrai'},
                        {title: 'Table styles'},
                        {title: 'Table row 1', selector: 'tr', classes: 'tablerow1'}
                ],
                toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent ",
                toolbar2: "print preview media | forecolor backcolor emoticons | link image",
                image_advtab: true,
                templates: [
                    {title: 'Test template 1', content: 'Test 1'},
                    {title: 'Test template 2', content: 'Test 2'}
                ]
        });

Không có nhận xét nào: