Displaying 2 results from an estimated 2 matches for "niskala".
Did you mean:
nikula
2005 Oct 18
2
persisting entities to session instead of db
Okay, I know this is going to sound like a terrible idea to many of you, but
please bear with me for just a moment.
I want to be able to have a few of my models optionally persist to my
session instead of to my database under certain circumstances. Basically I
want to be able to provide a limited demo version of my site to potential
new users without polluting my db with all their fooling around.
2005 Oct 11
8
Drag & Drop probs
Hi,
I''m just trying out the possibilities of script.aculo.us / prototype
having two problems...
I have a draggable element with revert:false-property and two
dropzones. (The draggables are in a <td> and the dropzones are
<div>s if that is important.)
1. I want the draggable element to snap back to its original position
when it gets dropped anywhere out of a dropzone.
2.