TinyMCE : height is a parameter

This commit is contained in:
sparkyx 2025-10-17 13:05:20 +02:00
parent 4a5ad9a580
commit 9e260fcf51
7 changed files with 17 additions and 9 deletions

View file

@ -5,6 +5,7 @@
/**
* @var $str_anc String HTML contains the detail of analytic
* @var $g_user Noalyss_User inherited , it is the connected user
* @var $div (string) current DIV ID
*/
$str_anc="";
global $div,$g_parameter,$cn,$access,$jr_id,$obj;
@ -107,6 +108,7 @@ global $div,$g_parameter,$cn,$access,$jr_id,$obj;
<td style="text-align:center;vertical-align: top">
<?php
$inote = new ITextarea('jrn_note');
$inote->id="jrn_note";
$inote->style=' class="itextarea" style="width:90%;height:100%;"';
$inote->value = strip_tags($obj->det->note);
echo $inote->input();

View file

@ -3,6 +3,8 @@
//see licence.txt
$str_anc="";
global $g_parameter,$g_user;
//* @var $div (string) current DIV ID
?><?php require_once NOALYSS_TEMPLATE.'/ledger_detail_top.php'; ?>
<div class="content" style="padding:0;">
<?php

View file

@ -9,6 +9,7 @@ require_once NOALYSS_TEMPLATE.'/ledger_detail_top.php';
$periode_id=new Periode($cn,$obj->det->jr_tech_per);
$exercice=$periode_id->get_exercice();
$owner = new Noalyss_Parameter_Folder($cn);
//* @var $div (string) current DIV
?>
<?php
?>

View file

@ -1,6 +1,8 @@
<?php
//This file is part of NOALYSS and is under GPL
//see licence.txt
//* @var $div (string) current DIV
global $div, $g_parameter, $cn, $access, $jr_id, $obj,$g_user;
?>