| Brian Lesser 2005-04-19, 5:45 pm |
| ....here's a snippet of code:
so.onSync = function(list) {
// loop through the list of information objects:
for (var p in list) {
// Get the information object.
var obj = list[p];
if (obj.code == "delete") {
// do something here...
}
}
}
-Brian
Brandon_Krakowsky-A5pIpylr7pFSljaRc5+PrA@public.gmane.org wrote:
>If the following is called server-side:
>
>this.so.setProperty(property, null);
>
>Will the "code" property show a value of "delete" client-side? I can't
>get it to work within the onSync.
>
>How can this be done in order to create a script which is based on the
>"delete" value of the "code" property.
>
>Thanks,
>Brandon Lee
>
>=-----------------------------------------------------------
>Supported by Fig Leaf Software - http://www.figleaf.com
>=-----------------------------------------------------------
>
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
>
>
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
|