Supported tags:
paragraf<p>
bold, <strong>
italic, <em>
underline, <u>
link, <url>
image, <img>
left, <p align="left">
center, <p align="center">
right, <p align="right">
justify, <p align="justify">
How to install and configure
Download the plugin here http://www.diskusikomputer.com/resources/diko-textarea-editor-0-1/2. Extract the files and upload them to your server. Note that index.htm is added as an example of the editor use and may be removed.
Place a textarea element on the page, where you plan to use the DIKO editor. This element can have any attributes you find necessary to have. The only mandatory attribute is id, which is used to identify the textarea element.
<textarea id="test" name="test" rows="5" style="width:400px;"></textarea>
Add the following code to the same page.
<script src='js/jquery.min.js' type='text/javascript'></script>
<script src='js/jquery.diko_mobile_editor.js' type='text/javascript'></script>
<script type="text/javascript">
$(document).ready(function(){
$("#test").diko({paragraf:true,bold:true,italic:true,underline:true,
link:true,image:true,left:true,center:true,
right:true,justify:true,button_image:true});
});
</script>
Demo : demo/diko_textarea_editor_0.1/
Download : (You must register to download atachment)
