设置表格默认属性

This commit is contained in:
xiao-fajia 2024-07-31 09:01:11 +08:00
parent 9ff340e303
commit c52a3bbcce
3 changed files with 7 additions and 4 deletions

View File

@ -46,7 +46,7 @@
<label><input type="radio" id="J_setSizePage" name="size" />自定义页面宽度</label> <label><input type="radio" id="J_setSizePage" name="size" />自定义页面宽度</label>
</li> </li>
<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> </li>
<!--end--> <!--end-->
</ul> </ul>

View File

@ -221,8 +221,11 @@
}, },
setAutoSize: function () { setAutoSize: function () {
var me = this; var me = this;
autoSizePage.checked = true; // autoSizePage.checked = true;
me.autoSizePageHanler(); setSizePage.checked = true
// me.autoSizePageHanler();
me.setSizePageHanler()
} }
}; };

View File

@ -25548,7 +25548,7 @@ UE.plugins["audio"] = function () {
// } // }
// } // }
// }; // };
//修改表格属性 宽度设置 //修改表格属性 宽度设置
UE.commands["adaptbytext"] = UE.commands["adaptbytext"] =
UE.commands["adaptbywindow"] = { UE.commands["adaptbywindow"] = {