; 将返回 ^^^^^^^^^^^^^^^^{textarea:1111,select:4444,text:2222,password:3333,button:5555}
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
7、DWRUtil.onReturn 防止当在文本框中输入后,直接按回车就提交表单。
<input type="text" onkeypress="DWRUtil.onReturn(event, submitFunction)"/>
<input type="button" onclick="submitFunction()"/>
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
8、DWRUtil.selectRange(ele, start, end);
在一个input box里选一个范围
DWRUtil.selectRange("sel-test", $("start").value, $("end").value);
比如:<input type="text" id="sel-test" value="012345678901234567890">
DWRUtil.selectRange("sel-test", 2, 15); 结果 文本框中的值"2345678901234"将被选中''
/**************************************************************************************/
/**************************************************************************************/
/**************************************************************************************/
9、DWRUtil.setValue(id,value);
为指定的id元素,设置一个新值;
/**************************************************************************************/
10、DWRUtil.setValues({
name: "fzfx88",
password: "1234567890"
}
); 同上,批量更新表单值.
/**************************************************************************************/
11、DWRUtil.toDescriptiveString()
带debug信息的toString,第一个为将要debug的对象,第二个参数为处理等级。等级如下:
0: Single line of debug 单行调试
1: Multi-line debug that does not dig into child objects 不分析子元素的多行调试
2: Multi-line debug that