-
Notifications
You must be signed in to change notification settings - Fork 90
Home
<script src="editor.js"></script> <link type="text/css" href="editor.css" rel="stylesheet"/>
and then in your script section just call:
var editor = $("#placeHolder").Editor();
LineControl is built as a JQuery Plugin and supports Jquery 2.1.0. LineControl is also built for responsiveness and uses Twitter Bootstrap and Font-Awesome icons to render its Interface. The following is required for your LineControl to function perfectly
Jquery (2.1.0) Twitter Bootstrap (3.1.1) Font-Awesome (4.0.3)
LineControl uses HTML5 for some of its functions to deliver a faster user experience. LineControl works well for most Modern browsers:
Google Chrome Mozilla Firefox Safari Internet Explorer (>=10)
If you want to add custom Options to the editor just do:
editor('createMenuItem', {"text": "TouchGlasses", //Text replaces icon if its not available "icon":"fa fa-glass", //This is a Font-Awesome Icon "tooltip": "Touch Glasses", "custom": function(button, parameters){ //Your Custom Function. alert("Cheers!!!"); }, "params": {'option1':"value1"} //Any custom parameters you want to pass //to your custom function. });
LineControl is developed by Suyati Technologies. It is written and maintained by their Open Source Development Team:
Krishnanunni P N (@kpnunni) Arun V B (@abalakrishnan) Naveen Bos TM (@naveenbos) Sujith Panikkam (@spanikkam)
Have Suggestions? Want to give us something to do? Contact us at : lcsupport@suyati.com