위젯 설정에서 filebox를 이용할 수 있도록 하고 위젯의 text/textarea에 다국어 입력이 가능하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6507 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-10 03:24:44 +00:00
parent c7891c8dc0
commit a2bcbd0380
3 changed files with 18 additions and 2 deletions

View file

@ -223,6 +223,7 @@
$id = $var->attrs->id?$var->attrs->id:$var->attrs->name;
$name = $var->name->body?$var->name->body:$var->title->body;
$type = $var->attrs->type?$var->attrs->type:$var->type->body;
if($type =='filebox') $buff .= sprintf('$widget_info->extra_var->%s->filter = "%s";', $id, $var->type->attrs->filter);
$buff .= sprintf('$widget_info->extra_var->%s->group = "%s";', $id, $group->title->body);
$buff .= sprintf('$widget_info->extra_var->%s->name = "%s";', $id, $name);