12345678910111213141516 |
- //Namespace.register("U.Control.Confirm"); //命名空间
- //window.onload = function () {
- // init();
- //}
- //init = function () {
- // $$("img", { "src": "http://img1.gtimg.com/news/pics/hv1/193/112/2142/139312303.jpg", "id": "img" }, document.body);
- // //$$("button",{"innerHTML":"隐藏","onclick":"U.Control.Confirm.init('点击确认按钮进行操作,点击返回按钮返回原始页面')"},document.body);
- // $$("button", { "innerHTML": "隐藏", "onclick": [U.Control.Confirm.init, (['点击确认按钮进行操作,点击返回按钮返回原始页面', display, 300, 250])] }, document.body);
- // //"onclick":"U.Control.Confirm.init('点击确认按钮进行操作,点击返回按钮返回原始页面',display)"
- //}
- //display = function () {
- // $("#img")[0].style.display = "none";
- //}
|