Re: [Rails-spinoffs] Element Create

2006-07-24 Thread Claudio Gamboa
.aculo.us's Builer.node()? > Sure thats not Prototype, but that Builder rocks IMHO. > > greets > > 2006/7/24, Claudio Gamboa <[EMAIL PROTECTED]>: > > Hi everybody > > > > I wrote this new method for prototype Element. > > I don't know why thi

[Rails-spinoffs] Element Create

2006-07-23 Thread Claudio Gamboa
ine at end of file +} - end - HowTo: first - check http://pdvel.com/stuff/js/createelement/ then - view source :) /** * Claudio Gamboa * gamboa(AT_NO_SPAM)pdvel.com * gamboa(AT_NOT_SPAM)co.sapo.pt */ ___ Rails-spinoffs

Re: [Rails-spinoffs] Ajax.RssReader object

2006-05-24 Thread Claudio Gamboa
Why dont use this one?? http://www.pdvel.com/stuff/js/XML/ This cass was started by Greg and I changed something On Wed, 2006-05-24 at 10:29 +0200, Robin Schuil wrote: > Hi Matt, > > It is based on the RSS 2.0 specification > (http://blogs.law.harvard.edu/tech/rss) and should be backward > com

Re: [Rails-spinoffs] Autocompleter

2006-04-11 Thread Claudio Gamboa
Arrg solved Safari supports setSelectionRange() field.select(); field.setSelectionRange(field.value.length, field.value.length); field.focus(); thanks anyway :) On Tue, 2006-04-11 at 22:54 +0100, Claudio Gamboa wrote: > Hi > > Anyone of Safari guru know how can I put t

[Rails-spinoffs] Autocompleter

2006-04-11 Thread Claudio Gamboa
Hi Anyone of Safari guru know how can I put the cursor in the end of the textbox/line in an Autocompleter when I use tokens options? Ok, ok this is not a sacriptaculous problem, its JavaScript. Regards. ___ Rails-spinoffs mailing list Rails-spinoff

Re: [Rails-spinoffs] possible scriptaculous bug

2006-03-30 Thread Claudio Gamboa
Possible Larry White bug when you call Sortable.create on first time the element "task-list102" not exists call both Sortable.create after your HTML. On Thu, 2006-03-30 at 15:31 -0500, Larry White wrote: > I have two sortable lists, one after the other. I can drag from the > first to the seco

RE: [Rails-spinoffs] XML parser fixed

2006-03-23 Thread Claudio Gamboa
Hi well, I tested it with a RSS and it didn't work in IE. It returns a nodeType = 7 in the first node. And if the RSS has a comment in it doesn't work too, because the nodeType = 8 BTW, for your code that I have see you are a good JS programmer. On Thu, 2006-03-23 at 10:40 -0700, Gregory

[Rails-spinoffs] XML parser fixed

2006-03-23 Thread Claudio Gamboa
#x27;][0]['item'].length; for(var i=0; i < total; i++) { $('outputField').innerHTML += ''+xml.rss[0]['channel'][0]['item'][i]['title']+''; $('outputField').innerHTML += xml.rss[0]['chann

RE: [Rails-spinoffs] Autocomplete and WIKI

2006-03-21 Thread Claudio Gamboa
Change the CSS On Tue, 2006-03-21 at 12:53 -0500, Whitcraft, Jon wrote: > Thanks for the help. It worked great. > > > > My Next question is how do I set the width of the auto complete frame > to be larger than my input box? > > > > > > > Jon Whitcraft > Indianapolis Motor Speedway >

RE: [Rails-spinoffs] Sortabls onUpdate function

2006-03-20 Thread Claudio Gamboa
e', {onUpdate: doAlert}); > > function doAlert() { > $('debug').innerHTML += "hello<br />"; > } > > > Jon Whitcraft > Web Application Developer > Online Services - Indianapolis Motor Speedway > (317) 492-8623 > > ---

Re: [Rails-spinoffs] Sortabls onUpdate function

2006-03-20 Thread Claudio Gamboa
May be you forgot the LI ID in your HTML On Mon, 2006-03-20 at 12:43 -0500, Whitcraft, Jon wrote: > I have this code. > > > > > > Sortable.create('orderable', {onUpdate: doAlert}); > > > > function doAlert() { > >

RE: [Rails-spinoffs] Updated the xml code to be more object-oriented

2006-03-18 Thread Claudio Gamboa
sion, > > dissemination or other use of, or taking of any action in reliance > upon, > > this information by persons or entities other than the intended > recipient > > is prohibited. If you received this in error, please contact the > sender > > and > > delete the material from all computers. > > >

Re: [Rails-spinoffs] Tooltip.js problems

2006-02-08 Thread Claudio Gamboa
Well, you can see that thread http://www.ruby-forum.com/topic/52452 see the second post and test it, now, i dont have much time, but soon i think to rewrite my lib On Wed, 2006-02-08 at 23:15, [EMAIL PROTECTED] wrote: > I'm starting to play with the tooltip.js library from > http://tooltip.cr

Re: [Rails-spinoffs] Tooltips.js

2006-01-24 Thread Claudio Gamboa
Hi i wrote that lib too in the last weekend, but only today see your email download it here: http://www.pdvel.com/stuff/js/tooltip/tooltip.js you can view and test the demo at: http://www.pdvel.com/stuff/js/tooltip/ On Mon, 2006-01-23 at 18:23 +0100, Matthias Platzer wrote: > Hi, > > th

Re: [Rails-spinoffs] Draggables causing text to be selected... solution?

2006-01-13 Thread Claudio Gamboa
function falsify() { return false; } function init() onmousedown=falsify; onmouseup=falsify; } onload=init(); I think thants dont works on IE(xploit) On Fri, 2006-01-13 at 08:37 -0600, Ryan Gahl wrote: > Hi, it’s me again. Ok, so I’m using the Draggable class, and it’s

[Rails-spinoffs] drag&drop multi

2005-12-01 Thread Claudio Gamboa
Hi, I added a new patch for script.aculo.us a few days ago. For those who don't usually see the patch list, you can view it here: http://dev.rubyonrails.org/ticket/3060 ___ Rails-spinoffs mailing list Rails-spinoffs@lists.rubyonrails.org http://l