[Rails-spinoffs] Re: Problem with callbacks/onComplete

2008-07-10 Thread Frederick Polgardy
In the future please post to the new group prototype-scriptaculous: http://groups.google.com/group/prototype-scriptaculous?hl=en Change to onComplete: tidyup(not tidyup() which calls a function and evaluates to its return value) -Fred On Thu, Jul 10, 2008 at 7:30 PM, Martin Taylor <[EMAIL P

[Rails-spinoffs] Fashion boutique, you want to! ~ ~

2008-07-10 Thread maly
paypal wholesale cheap men's dunk man shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale cheap women's dunk woman shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale cheap dunk sb high low cut shoes sneaker (paypal accept)(www.paypalwholesaler.com) pay

[Rails-spinoffs] Would like to homes and easily make a lot of money?

2008-07-10 Thread maly
paypal wholesale cheap nike air jordan shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 brand New nike jordan 23 shoes sneaker (paypal accept)(www.paypalwholesaler.com) paypal wholesale nike air jordan men's shoes (paypal accept) (www.paypalwholesaler.com) paypal whol

[Rails-spinoffs] Fashion trends

2008-07-10 Thread maly
paypal wholesale cheap Puma shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 brand New puma shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale Puma womens shoes (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 puma men sneaker (p

[Rails-spinoffs] Fashion Break

2008-07-10 Thread maly
paypal wholesale cheap adidas shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 brand New adidas original shoes sneaker (paypal accept)(www.paypalwholesaler.com) paypal wholesale adidas by stella mccartney shoes (paypal accept) (www.paypalwholesaler.com) paypal wholesa

[Rails-spinoffs] Find a good job?

2008-07-10 Thread maly
paypal wholesale cheap nike shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 brand New nike sb shoes sneaker (paypal accept) (www.paypalwholesaler.com) paypal wholesale nike air womens shoes (paypal accept) (www.paypalwholesaler.com) paypal wholesale 2008 jordan men s

[Rails-spinoffs] Problem with callbacks/onComplete

2008-07-10 Thread Martin Taylor
Here's my situation. Parent browser window opens a popup window. The popup window contains a form that I'd like to submit to a php script via ajax. I'd then like the popup window to automatically close (don't need to display any feedback from the php script). My popup window calls submitform() wh

[Rails-spinoffs] Re: td = Builder.node('td', ' ');

2008-07-10 Thread fredistic
Nice example. I've seen it -- it doesn't use entities. The problem is not in getting plain text in there. The problem is in getting a real entity in the cell. The entity is being escaped. On the web page I actually see ' ', want to see a blank. Another Fred --~--~-~--~~-

[Rails-spinoffs] Re: td = Builder.node('td', ' ');

2008-07-10 Thread Diodeus
http://www.mail-archive.com/rubyonrails-spinoffs@googlegroups.com/msg14763.html On Jul 10, 4:40 pm, fredistic <[EMAIL PROTECTED]> wrote: > You can see from the subject what I'm trying to do. I'm trying to use > Builder to put an entity in a table cell with: > > td = Builder.node('td', ' '); > >

[Rails-spinoffs] td = Builder.node('td', ' ');

2008-07-10 Thread fredistic
You can see from the subject what I'm trying to do. I'm trying to use Builder to put an entity in a table cell with: td = Builder.node('td', ' '); But the entity gets escaped and I see the ampersand et cetera... inside the table on the web page. What's the way to do this? Another Fred --~--~-

[Rails-spinoffs] strange initialization of prototype in htc

2008-07-10 Thread buda
I use .htc in my project When I cal $? $W e.t.c - its ok but when I try to call String prototype methods or other Number prototype methods - IE shows an error - object doesnt support the property or method how should I call prototype methods on standart objects or how properly init prototype in .

[Rails-spinoffs] Re: Adding Properties to DOM::Elements as opposed to adding Methods

2008-07-10 Thread kangax
Iteresting. I tested it in Firefox 2 when creating a patch and it seemed to work just fine. -- kangax On Jul 10, 1:57 pm, EricGoogle <[EMAIL PROTECTED]> wrote: > Ahh... I was too quick. I must of tested in Firefox and not IE. > > It prints "object Object" in IE6 6.0.29 - which is where i need t

[Rails-spinoffs] Re: How can the ajax.request be reused?

2008-07-10 Thread Diodeus
Make a function and pass the parameters as a string. On Jun 27, 2:02 am, ajaxer <[EMAIL PROTECTED]> wrote: > some times we need send the parameters differently at different times, > but the handler for the feedback is the same. so I would prefer not to > create new Request, Can I? > thx in advanc

[Rails-spinoffs] Re: Adding Properties to DOM::Elements as opposed to adding Methods

2008-07-10 Thread EricGoogle
Ahh... I was too quick. I must of tested in Firefox and not IE. It prints "object Object" in IE6 6.0.29 - which is where i need the functionality most. In Firefox 3.0 (Release Version) i get undefined. I believe I can add properties to DOM::Elements directly in Firefox - so I can put a Browser

[Rails-spinoffs] Re: How can the ajax.request be reused?

2008-07-10 Thread ajaxer
thanks I have rewrite the ajax module to be able easily reused by the application On 6月27日, 下午9时02分, "Frederick Polgardy" <[EMAIL PROTECTED]> wrote: > Example please? > > On Fri, Jun 27, 2008 at 1:02 AM, ajaxer <[EMAIL PROTECTED]> wrote: > > > some times we need send the parameters differently at

[Rails-spinoffs] Re: Object.extend(Element.Methods, ... IE problem

2008-07-10 Thread jdalton
What version of IE are you using. Prototype supports IE 6+ Is your Element ID unique? Is it an html element and not an xml node? Is it an ID and not a name attribute? Are you calling this after the dom has loaded? --~--~-~--~~~---~--~~ You received this message bec

[Rails-spinoffs] Re: Object.extend(Element.Methods, ... IE problem

2008-07-10 Thread rachid
i ve added the screenshots of alerts ( alert($H( $ ('elt') ).inspect()) ) ON IE : http://groups.google.com/group/rubyonrails-spinoffs/web/ie%20alert%20elements%20methods.jpg ON FF http://groups.google.com/group/rubyonrails-spinoffs/web/ff%20alert%20elements%20methods.jpg --~--~-~--~---

[Rails-spinoffs] Re: Adding Properties to DOM::Elements as opposed to adding Methods

2008-07-10 Thread kangax
Which browser would that be? -- kangax On Jul 10, 11:16 am, EricGoogle <[EMAIL PROTECTED]> wrote: > Hello again kangax, > > thanks for the patch - I got a chance to add it to my prototype > framework today and mess with it a bit. > > I think i might not be calling it right? Am i creating a new

[Rails-spinoffs] Re: Object.extend(Element.Methods, ... IE problem

2008-07-10 Thread rachid
The pb does not come from getDimensions. I 've tried to alert all of my element methods in IE doing this : alert($H( $('elt') ).inspect()) Result : ==> In FF the alert show me all prototypejs Element.methods ==> In IE the alert show me only native javascript attributes and methods Element seems

[Rails-spinoffs] Re: Adding Properties to DOM::Elements as opposed to adding Methods

2008-07-10 Thread EricGoogle
Hello again kangax, thanks for the patch - I got a chance to add it to my prototype framework today and mess with it a bit. I think i might not be calling it right? Am i creating a new property correctly with addMethods() ? --- Element.addMethods(

[Rails-spinoffs] Bleach 329

2008-07-10 Thread mangaboy007
Bleach 329 Bleach 329, One Piece 507, Naruto 408, Hot manga, Download The hottest mangas and the latest chapters Manga news, Most popular mangas, Latest mangas, Latest chapters http://english1.isoshu.com/?recommid=1023 http://emanga1.isoshu.com/?recommid=1023 --~--~-~--~~

[Rails-spinoffs] Re: Object.extend(Element.Methods, ... IE problem

2008-07-10 Thread kangax
There were some changes to #getDimensions in recent commits. Could you check if trunk version works properly? -- kangax On Jul 10, 10:46 am, rachid <[EMAIL PROTECTED]> wrote: > I have the same pb with getDimensions() : > Example : > > $('elt').getDimensions() > > It works in FF but in IE : "Obje

[Rails-spinoffs] Re: Object.extend(Element.Methods, ... IE problem

2008-07-10 Thread rachid
I have the same pb with getDimensions() : Example : $('elt').getDimensions() It works in FF but in IE : "Object doesn't support this property or method"; Finally i used native clientWidth and clientHeight :( :( :( --~--~-~--~~~---~--~~ You received this message b

[Rails-spinoffs] Re: [script.aculo.us] disabling and reactivating draggables

2008-07-10 Thread Justin Perkins
Have you tried destroying your draggable? var dragMe = new Draggable('element'); // do stuff dragMe.destroy(); // if you need to make it draggable again later, you'll have to create a new Draggable I've only worked with Sortable, so I might not be the best person to answer this. -justin --~--~

[Rails-spinoffs] [script.aculo.us] disabling and reactivating draggables

2008-07-10 Thread Dennis Schmidt
Hi there, Is it somehow possible to deactivate draggables and then after having done something else, reactivating them? I tried Draggables.deactivate() but that doesn't seem to work. Alternatively it would be OK if I knew how to remove the "dragability" feature from an html element entirely. Th

[Rails-spinoffs] Re: Prototype 1.6.02 Error in Firefox

2008-07-10 Thread jdalton
@Frederick - in this case $A(document.getElementsByClassName('classname')) would convert the nodeList into an array (arrays are naturally extended via their .prototype). In Firefox and other browsers all HTML elements inherit from the Element.prototype so the elements would already be extended.

[Rails-spinoffs] Re: Prototype 1.6.02 Error in Firefox

2008-07-10 Thread Frederick Polgardy
But not an array of extended elements. :-) -Fred On Thu, Jul 10, 2008 at 6:56 AM, Peter De Berdt <[EMAIL PROTECTED]> wrote: > or just do $A(document.getElementsByClassName('classname')), which > will return an extended element array. -- Science answers questions; philosophy questions answers.

[Rails-spinoffs] Re: Prototype 1.6.02 Error in Firefox

2008-07-10 Thread Peter De Berdt
On 10 Jul 2008, at 03:36, jdalton wrote: > Are you calling document.getElementsByClassName before the dom loads? > document.getElementsByClassName is deprecated because some browsers > support it natively and their implementation is different than > Prototypes. You should use $$() instead and on

[Rails-spinoffs] watch actress profile and photo watch actress priyamani photo http://priyamaniforyou.blogspot.com/

2008-07-10 Thread hot sharmila
watch actress profile and photo watch actress priyamani photo http://priyamaniforyou.blogspot.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email t

[Rails-spinoffs] Re: Prototype - Event.observe by TagName instead of by Element.

2008-07-10 Thread onitsuka
Thanks kangax, that's what I had to know ! So right now, I don't see any solution to my issue but to add the behaviors explicitly to all inputs I create. On Jul 10, 2:05 am, kangax <[EMAIL PROTECTED]> wrote: > Object.extend does nothing but adds properties to an object : ) > Element.addMethods, o

[Rails-spinoffs] Reminder: Don't post new threads to this group, use the new group!

2008-07-10 Thread T.J. Crowder
Hi all, Just a reminder, please post all *new* threads to the replacement group: Prototype & script.aculo.us http://groups.google.com/group/prototype-scriptaculous [EMAIL PROTECTED] The plan as discussed[1][2] is to have a period of transition, winding up our discussions here and

[Rails-spinoffs] Re: Prototype 1.6.02 Error in Firefox

2008-07-10 Thread T.J. Crowder
Hi, We've started transitioning to a new, better-named, hopefully-spam- free group for Prototype and script.aculo.us: http://groups.google.com/group/prototype-scriptaculous/ [EMAIL PROTECTED] Please post any new questions there rather than here, we're just trying to finish up existing co