Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

content-formable.js

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-formable.js

A lib to simulate content-editable with textarea

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

content-formable.js

A lib to simulate content-editable with textarea, so it can be used in forms.

Quick start

npm install content-formable.js
<form name="myFormName">
  <div data-cf-editable>
    This content is editable and could be submit.
  </div>
  <div data-cf-editable="content">
    This will be submit under the name "content"
  </div>
  <div data-cf-if="content">
    This container has a class "cf-hidden" if content is empty.
  </div>
</form>

<script>
  contentFormable('myFormName');
</script>

How to Contribute

  1. Star the project!
  2. Report a bug that you have found.
  3. Tweet and blog about content-formable.js and Let me know about it.
  4. Pull requests are also highly appreciated.

Author & Community

content-formable.js is under MIT License.
It was created & is maintained by Thomas ZILLIOX.

Keywords

FAQs

Package last updated on 24 Sep 2015

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc