PHP code example of valeriy-brunov / textareasmiles
1. Go to this page and download the library: Download valeriy-brunov/textareasmiles library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
valeriy-brunov / textareasmiles example snippets
echo $this->element('Textareasmiles.formtextareasmiles');
js
Необязательные параметры:
@param {string} $id_wrap
id обёртки.
@param {string} $add_wrap_class
Перечень дополнительных классов через пробел.
@param {string} $id_submit
id кнопки.
@param {string} $name_submit
Имя кнопки, которое будет передано на сервер. Имя кнопки по умолчанию "mytext".
@param {string} $value_submit
Надпись на кнопке. Надпись по умолчанию "Отправить".
@param {string} $add_submit_class
Перечень дополнительных классов через пробел.