[Checkins] SVN: z3c.reference/branches/flash/src/z3c/reference/browser/resources/jquery.popupwindow.js added js function to be called from editor popupwindow

Johannes Faigle johannes.faigle at lovelysystems.com
Thu Sep 6 15:19:30 EDT 2007


Log message for revision 79506:
  added js function to be called from editor popupwindow

Changed:
  U   z3c.reference/branches/flash/src/z3c/reference/browser/resources/jquery.popupwindow.js

-=-
Modified: z3c.reference/branches/flash/src/z3c/reference/browser/resources/jquery.popupwindow.js
===================================================================
--- z3c.reference/branches/flash/src/z3c/reference/browser/resources/jquery.popupwindow.js	2007-09-06 18:06:23 UTC (rev 79505)
+++ z3c.reference/branches/flash/src/z3c/reference/browser/resources/jquery.popupwindow.js	2007-09-06 19:19:29 UTC (rev 79506)
@@ -92,6 +92,7 @@
 
 };
 
+// added code to original jquery.popupwindow.js
 // settings for popupwindow
 var profiles = {
 		window:
@@ -111,6 +112,6 @@
   $j(".popupwindow").popupwindow(profiles);
 });
 
-function setIntId(id) {
-  $j("input[@name=form.previewImage]").val(id);
+function setInput(elementid, value) {
+    $j("input[@name="+elementid+"]").val(value);
 }
\ No newline at end of file



More information about the Checkins mailing list