Enfin : the beta version is ready, only the documentation is incomplete
This commit is contained in:
parent
21518b1cdf
commit
91de7ee101
374 changed files with 6621 additions and 3576 deletions
|
|
@ -131,6 +131,7 @@ class widget {
|
|||
$r.="</SELECT>";
|
||||
} else
|
||||
{
|
||||
$r="";
|
||||
echo_debug('class_widget.php',__LINE__,"this->selected = ".$this->selected);
|
||||
for ( $i=0;$i<sizeof($this->value);$i++)
|
||||
{
|
||||
|
|
@ -265,8 +266,7 @@ class widget {
|
|||
$msg=str_replace("\n","",$msg);
|
||||
$msg=str_replace("\r","",$msg);
|
||||
|
||||
$read=($this->readonly)?"false":"true";
|
||||
// $r.=sprintf("var msg='%s';",urldecode($msg));
|
||||
$read=($this->readonly==false)?"false":"true";
|
||||
|
||||
|
||||
$r.=sprintf(" writeRichText('%s','%s',%d,%d,true,%s);\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue