Displaying 3 results from an estimated 3 matches for "contnet".
Did you mean:
connet
2006 Feb 03
2
RE: help with syntax
...{
this.content = ctrl.href;
Event.observe(ctrl, ''click'',
this.activate.bindAsEventListener(this),
false);
ctrl.onclick = function(){return false;};
},
im totally stumped, this along with most of the prototype/scriptaclous
functions confuse the crap out of me.
is this.contnet all the href tags on the entire page? and is adding an
Event.observe to everyone of them? what is ctrl.click, and how does it
know to use that?
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.r...
2006 Feb 03
6
Rich Text Editor
I know I saw something a while back about a simple Rich Text Editor; did
that go anywhere? I''d love to see something as simple as the one google uses
in gmail. If not, I''ll get started on it :-D.
-Jerod
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2013 Jun 17
1
ignore time completely (don't report with -i)?
$ rsync -rin --no-t --ignore-times src dst
I still get items like
<f..T...... file
Is it possible to completely turn off time synchronization? Because windows (cygwin) targets seem unable to handle them, and I'm basically using rsync -ri as a remote diff. I want to verify that ftp'd files are faithfully transferred (no CRLF bull, for example).
This obsession with times seems