设置表格默认属性
This commit is contained in:
parent
9ff340e303
commit
c52a3bbcce
@ -46,7 +46,7 @@
|
||||
<label><input type="radio" id="J_setSizePage" name="size" />自定义页面宽度</label>
|
||||
</li>
|
||||
<li>
|
||||
<input id="J_setText" type="text" style="display:none;width:60px;" value="40%" onchange="SetText(this)"/>
|
||||
<input id="J_setText" type="text" style="display:none;width:60px;" value="100%" onchange="SetText(this)"/>
|
||||
</li>
|
||||
<!--end-->
|
||||
</ul>
|
||||
|
@ -221,8 +221,11 @@
|
||||
},
|
||||
setAutoSize: function () {
|
||||
var me = this;
|
||||
autoSizePage.checked = true;
|
||||
me.autoSizePageHanler();
|
||||
// autoSizePage.checked = true;
|
||||
setSizePage.checked = true
|
||||
// me.autoSizePageHanler();
|
||||
me.setSizePageHanler()
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -25548,7 +25548,7 @@ UE.plugins["audio"] = function () {
|
||||
// }
|
||||
// }
|
||||
// };
|
||||
|
||||
|
||||
//修改表格属性 宽度设置
|
||||
UE.commands["adaptbytext"] =
|
||||
UE.commands["adaptbywindow"] = {
|
||||
|
Loading…
Reference in New Issue
Block a user