[Proto-Scripty] Morph on Form Elements

2009-03-21 Thread Celso
How improve this? I need that my function call only elements of types input type:text and select function isSelected(obj){ if(obj.value != ){ obj.morph('background:#ced9f9;'); }else{ obj.morph('background:#ff;'); } } function

[Proto-Scripty] Add methods in events

2009-04-13 Thread Celso
tr onmouseover=Tip('bIPIS-/b Isento bIPNP-/b Não Pago bIPPG-/b Pago') onmouseout=UnTip() How add these methods in execution time with prototype? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] JSON and Ajax.Updater

2009-06-03 Thread Celso
not works :( Why? Thanks, Celso. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group

[Proto-Scripty] Re: JSON and Ajax.Updater

2009-06-03 Thread Celso
(td.id);} ,requestHeaders:['X-Update', td.id] } ); On 3 jun, 15:02, david david.brill...@gmail.com wrote: Hi Celso, is it possible to have a live page with the problem ? or something

[Proto-Scripty] Re: JSON and Ajax.Updater

2009-06-03 Thread Celso
       ,parameters: myParameters // see? Setting Ajax.Updater.parameters as myParameters        ,onComplete: function(resp, json) {/* something wild :)*/}     }); [/code] Cheers. On Wed, Jun 3, 2009 at 4:43 PM, Douglas douglas.gont...@gmail.com wrote: On Wed, Jun 3, 2009 at 2:31 PM, Celso cels

[Proto-Scripty] How combine addClassName() with morph()?

2009-06-04 Thread Celso
Hello ! I needed something like this: $('tr').addClassName('checked'); $('tr').morph('checked'); and remove too. Thanks, Celso. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us

[Proto-Scripty] Re: How combine addClassName() with morph()?

2009-06-04 Thread Celso
My app uses zebra table. Each tr have a checkbox, when the checkbox is checked, the morph effect is enabled css: .checked {font-weight: bold; background:#fb5126; color:#fff;} zebra: tr id=tr-577 class= /tr tr id=tr-587 class=fundo /tr tr id=tr-592 class= with a checked: tr id=tr-577

[Proto-Scripty] Re: How combine addClassName() with morph()?

2009-06-05 Thread Celso
Thanks guys for your answers ! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from

[Proto-Scripty] Each IE problem

2009-07-06 Thread Celso
Why this only works in Firefox and not in IE? $$('input').each(function(e){ if(e.type == 'checkbox' e.checked) $('tr-'+e.id).morph('checked'); }); Thanks, Celso --~--~-~--~~~---~--~~ You received this message because you

[Proto-Scripty] Masked Input in Prototype

2009-07-23 Thread Celso
Anyone know a masked input in prototype? Thanks, Celso. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com

[Proto-Scripty] Re: Masked Input in Prototype

2009-07-29 Thread Celso
+inputie=utf-8oe=utf... On Jul 23, 3:58 pm, Celso cels...@gmail.com wrote: Anyone know a masked input in prototype? Thanks, Celso. An inputmask[1] is where you can say enter text in a form like ... AA nn nn nn A You would be able to type 2 letters, 6 numbers and then 1 letter. The case

[Proto-Scripty] Re: Masked Input in Prototype

2009-07-30 Thread Celso
...@thecarmarketplace.com wrote: why not just port the jquery one... wont take long ! Alex Mcauleyhttp://www.thevacancymarket.com - Original Message - From: Celso cels...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Wednesday, July 29, 2009 10:22 PM