You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

Redactor

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Redactor

Redactor is the most fantastic yet beautiful and easy-to-use WYSIWYG editor on jQuery. It is lightning fast, small, scalable, and powerful.

9.0.2
nugetNuGet
Version published
Maintainers
1
Created
Source

Redactor is the most fantastic yet beautiful and easy-to-use WYSIWYG editor on jQuery. It is lightning fast, small, scalable, and powerful.

To use this nuget in your projects you must purchase a license first at http://redactorjs.com.

Happy coding!

--Installation--

  • To install Redactor, place the following code between the tags:

  • You can call Redactor using the following code:

    This code may also be placed between the tags or at any other place on the page.

  • Finally, you need to place a element with ID "redactor_content" (or with the ID that you set during Redactor's call). This element will be replaced by the visual representation of the Redactor. <textarea id="redactor_content" name="content">

  • Gathering everything:

    Redactor
     	<script src="/js/jquery-1.7.min.js"></script>
     	
     	<link rel="stylesheet" href="/js/redactor/redactor.css" />
     	<script src="/js/redactor/redactor.js"></script>
     	
     	<script type="text/javascript">
     	$(document).ready(
     		function()
     		{
     			$('#redactor_content').redactor();
     		}
     	);
     	</script>				
     </head>
     <body>
     	<textarea id="redactor_content" name="content"></textarea>
     </body>
    

Keywords

jquery

FAQs

Package last updated on 30 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.