3 lines
399 B
PHP
Executable File
3 lines
399 B
PHP
Executable File
<?= $this->textArea("wiki_page", "body", ['size' => "60x30"]) ?><br>
|
|
<?= $this->submitTag("Save", ['name' => "save"]) ?><?= $this->buttonToFunction("Cancel", "history.back()") ?><?= $this->buttonToFunction("Preview", "$('wiki-view').innerHTML = '<em>Loading preview...</em>'; new Ajax.Updater('wiki-view', '/wiki/preview', {parameters: 'body=' + encodeURIComponent($('wiki_page_body').value)})") ?>
|