XOOPS API 2.5.11 Beta1  UI v0.5
Réalisé par monxoops.fr
Référence du fichier formdhtmltextarea_preview.php

Espaces de nommage

 xoopsform
 

Variables

$xoopsLogger activated = false
 
 $myts = MyTextSanitizer::getInstance()
 
 $content = rawurldecode(XoopsRequest::getText('text', '', 'POST'))
 
if(! $GLOBALS['xoopsSecurity']->validateToken(@ $_POST['token'], false)) $html = empty($_POST['html']) ? 0 : 1
 
if(preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) if (!headers_sent())
 

Documentation des variables

◆ $content

$content = rawurldecode(XoopsRequest::getText('text', '', 'POST'))

◆ $html

if (! $GLOBALS[ 'xoopsSecurity']->validateToken(@ $_POST[ 'token'], false)) $html = empty($_POST['html']) ? 0 : 1

◆ $myts

◆ activated

$xoopsLogger activated = false

◆ if

if (preg_match_all('/%u([[:alnum:]]{4})/', $content, $matches)) if(!headers_sent())