Changeset 3921
- Timestamp:
- Oct 28, 2010, 1:16:07 PM (13 years ago)
- Location:
- trunk/client/servlet
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/gui/web/GUIConverter.java
r3920 r3921 1121 1121 String id = getLastId(); 1122 1122 title.newImg().setSrc(imagePath + (String) iconSet.get("Close")) 1123 .setClass("close").setOnClick(" closePopup('" + id + "')");1123 .setClass("close").setOnClick("hide('" + id + "')"); 1124 1124 } 1125 1125 if (win.getTitle() != null) -
trunk/client/servlet/www/static/js/script.js
r3920 r3921 139 139 var div = getElement(id); 140 140 div.style.display = "none"; 141 }142 143 function closePopup(id)144 {145 hide(id);146 141 } 147 142 … … 238 233 239 234 /* 240 Add a field to a form. If it already exists the value is changed.235 Add a field to a form. If it already exists, the value is changed. 241 236 */ 242 237 function addField(formId, name, value)
Note: See TracChangeset
for help on using the changeset viewer.