dev-master
9999999-dev https://github.com/artroot/form-tools#readmePlugin simple cloning of nodes by template
MIT
form tools clone clonenode
Wallogit.com
2017 © Pedro Peláez
Plugin simple cloning of nodes by template
The simple cloning of node by template., (*1)
Try to use formTools when you need to generate fields in your input form, for example massive of users / items., (*2)
<form cp-init="userList" cp-options="{minNode:1}">
<span cp-add>Clone</span>
<div cp-viewport>
<div cp-template>
<div cp-inputs>
<label cp-counter>1</label>
<input type="text" name="name[]">
<input type="email" name="email[]">
<span cp-rm></span>
</div>
</div>
</div>
</form>
More examples and documentation you can see in my website https://docs.artsemenishch.com.ua/projects/js/form-tools/, (*3)
composer require artroot/form-tools, (*4)
To install formTools, just download the form-tools.min.js script and add into your head tag., (*5)
<script src="path/to/form-tools.min.js"></script>
or use these links., (*6)
<script src="https://libs.artsemenishch.com.ua/js/form-tools/form-tools.min.js"></script>
This project is licensed under the MIT License - see the LICENSE file for details, (*7)
Plugin simple cloning of nodes by template
MIT
form tools clone clonenode