DWZ框架汇总
?在div中加上一个rel="${dep.OID}">??? //-->target代表其选中的值
?????????????????? <td></td>
?????????????????? <td></td>
????????????? </tr>
?
???? 在工具栏中请求的url可对应写成----->delete.action?OID={sid_user}
?
?
?
?框架中提供了各种提示框架.
??????????? 确认提示框
????????????????? alertMsg.confirm("您修改的资料未保存,请选择保存或取消!", {
?????????????????????? okCall: function(){
?????????????????????? $.post(url, {accountId: accountId}, DWZ.ajaxDone, "json");
?????????????????????? }
?????????????????? });
????????????? 成功提示框 alertMsg.correct('您的数据提交成功!')
????????????? 错误提示框 alertMsg.error('您提交的数据有误,请检查后重新提交!')
????????????? 警告提示框 alertMsg.warn('您提交的数据有误,请检查后重新提交!')
????????????? 信息提示框 alertMsg.info('您提交的数据有误,请检查后重新提交!')
?