mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
content (기본 정보) 위젯의 속성에 table태그를 쓰지 않는 옵션 추가 (여러형태의 스킨에서 사용하기 위함)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6395 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
afaed6792d
commit
a6ad202271
5 changed files with 255 additions and 95 deletions
|
|
@ -55,6 +55,9 @@
|
|||
// 보기 옵션
|
||||
$args->option_view_arr = explode(',',$args->option_view);
|
||||
|
||||
// markup 옵션
|
||||
if(!$args->markup_type) $args->markup_type = 'table';
|
||||
|
||||
// 내부적으로 쓰이는 변수 설정
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_srls = $args->modules_info = $args->module_srls_info = $args->mid_lists = array();
|
||||
|
|
@ -619,6 +622,8 @@
|
|||
$widget_info->list_type = $args->list_type;
|
||||
$widget_info->tab_type = $args->tab_type;
|
||||
|
||||
$widget_info->markup_type = $args->markup_type;
|
||||
|
||||
// 탭형태일경우 탭에 대한 정보를 정리하고 module_srl로 되어 있는 key값을 index로 변경
|
||||
if($args->tab_type != 'none' && $args->tab_type) {
|
||||
$tab = array();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue