mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
페이지 모듈의 입력된 위젯의 크기/여백 조절 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2963 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1b15ffbea6
commit
cef71a6aab
12 changed files with 266 additions and 53 deletions
|
|
@ -88,6 +88,13 @@ function doFillWidgetVars() {
|
|||
if(typeof(style)=="object") style = style["cssText"];
|
||||
fo_obj.style.value = style;
|
||||
|
||||
fo_obj.widget_margin_left.value = selected_node.getAttribute("widget_margin_left");
|
||||
fo_obj.widget_margin_right.value = selected_node.getAttribute("widget_margin_right");
|
||||
fo_obj.widget_margin_bottom.value = selected_node.getAttribute("widget_margin_bottom");
|
||||
fo_obj.widget_margin_top.value = selected_node.getAttribute("widget_margin_top");
|
||||
|
||||
|
||||
|
||||
for(var name in fo_obj) {
|
||||
var node = fo_obj[name];
|
||||
if(!node || typeof(node)=="undefined") continue;
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@
|
|||
<input type="hidden" name="module_srl" value="{$module_srl}" />
|
||||
<input type="hidden" name="widget_sequence" value="" />
|
||||
<input type="hidden" name="style" value="float:left;width:100%;margin:none;padding:none;" />
|
||||
<input type="hidden" name="widget_margin_left" value="" />
|
||||
<input type="hidden" name="widget_margin_right" value="" />
|
||||
<input type="hidden" name="widget_margin_top" value="" />
|
||||
<input type="hidden" name="widget_margin_bottom" value="" />
|
||||
|
||||
<div id="popHeadder">
|
||||
<h3>{$lang->cmd_generate_code}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue