设置表格默认属性
This commit is contained in:
parent
9ff340e303
commit
c52a3bbcce
@ -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>
|
||||||
|
@ -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()
|
||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -25548,7 +25548,7 @@ UE.plugins["audio"] = function () {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
// };
|
// };
|
||||||
|
|
||||||
//修改表格属性 宽度设置
|
//修改表格属性 宽度设置
|
||||||
UE.commands["adaptbytext"] =
|
UE.commands["adaptbytext"] =
|
||||||
UE.commands["adaptbywindow"] = {
|
UE.commands["adaptbywindow"] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user