Elgg  Version 6.2
plaintext.php
Go to the documentation of this file.
1 <?php
9 echo elgg_view('output/longtext', $vars);
$vars['class']
Elgg long text input (plaintext) Displays a long text input field that should not be overridden by wy...
Definition: plaintext.php:11
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156