Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent d4bd948e
......@@ -136,7 +136,7 @@ class CampaniaApiController extends ApiController {
private function generateVideoHtml($filaId, $id, $contenido, $disposicion, $columna,$claseCss) {
$html = "";
$html = $this->getColumnaByDisposicion($disposicion, $columna);
$html = $html.'<video id="video_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '" width="320" height="240" controls><source src="' . $contenido . '" type="video/*">Tu navegador no soporta videos.Actualiza tu sistema.</video>';
$html = $html.'<video id="video_fil_' . $filaId . '_con_' . $id . '" class="' . $claseCss . '" width="320" height="240" controls><source src="' . $contenido . '&html5=True" type="video/*">Tu navegador no soporta videos.Actualiza tu sistema.</video>';
$html = $html.'</div>';
return $html;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment