↧
wwScriptLibrary is deprecated. All of the related library stuff now sits in ww.jquery.js (although it requires the newer components for this as well).
+++ Rick ---
FYI
(My file is dated 2/17/2011 5:17 am)
While debugging with FireBug I discovered this syntax error...
this.showDialog = function(MessageText, HeaderText) { ...this.hideDialog = function() { ...if (_I.boxObj) _I.boxObj.hide() <<--- Semi-Colon Missingif (_I.okButtonId) wwEvent.removeEventListener($w(_I.okButtonId),"click",_I._callback,false);