add MarkItUp editor for textareas with markup support
This commit is contained in:
parent
b11436b913
commit
7e7f9edff3
64 changed files with 1353 additions and 176 deletions
|
|
@ -56,6 +56,9 @@
|
|||
</p>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$("#text").markItUp(mySettings);
|
||||
});
|
||||
var index = <?=count($fields)?>;
|
||||
var selectElement = '<select name="fields[INDEX][size]">' +
|
||||
<?php foreach($fieldSizes as &$size) : ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue