mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
widget module(not completed)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8987 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6285e0b316
commit
1f6fe648a8
11 changed files with 555 additions and 69 deletions
|
|
@ -97,6 +97,7 @@
|
|||
$this->setLayoutFile('popup_layout');
|
||||
// Set a template file
|
||||
$this->setTemplateFile('widget_generate_code');
|
||||
debugPrint($widget_info);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -127,7 +128,7 @@
|
|||
if($widgetstyle && $widgetstyle_info){
|
||||
Context::set('widgetstyle_info',$widgetstyle_info);
|
||||
}
|
||||
|
||||
|
||||
$this->dispWidgetGenerateCode();
|
||||
$this->setLayoutFile('popup_layout');
|
||||
$this->setTemplateFile('widget_style_generate_code_in_page');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue