add MarkItUp editor for textareas with markup support
This commit is contained in:
parent
e6d9b4516e
commit
21e7e0b4fc
64 changed files with 1353 additions and 176 deletions
|
|
@ -89,3 +89,11 @@
|
|||
</fieldset>
|
||||
<input type="submit" name="edit" value="<?=_('edit')?>" />
|
||||
</form>
|
||||
<script>
|
||||
$(function() {
|
||||
$("#description").markItUp(mySettings);
|
||||
$("#rules").markItUp(mySettings);
|
||||
$("#wonText").markItUp(mySettings);
|
||||
$("#lostText").markItUp(mySettings);
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue