'<img src="data:'+flexygo.conftoken.resources[0].MimeType+';base64,'+flexygo.conftoken.resources[0].B64+'"/>'
<span class="fr-marker" data-id="0" data-type="true" style="display: none; line-height: 0;"></span><img src="{{daniel-lutzjpg.jpg|file}}" width="25%" height="25%" /><span class="fr-marker" data-id="0" data-type="false" style="display: none; line-height: 0;"></span>
<ion-fab-button color="dark" data-desc="Imprimir PDF" onclick="LearningApp.Tareas.Imprimir({{ActionId}},$(this))"> <ion-icon color="white" class="flx-icon icon-pdf-1"></ion-icon> </ion-fab-button>
/** * Imprime el PDF. * @method Imprimir * @IdTarea {number} param1 - Número de trabajo */ LearningApp.Tareas.Imprimir = async function (IdTarea, e){ debugger; var html= e.closest('flx-view').html(); return flexygo.exports.createPDF(html,'tarea_'+ IdTarea+'.pdf','A4',false,true); };
Aitor Ruiz