[Proto-Scripty] print the slider but it shrink

2008-12-06 Thread [EMAIL PROTECTED]
, send email to prototype-scriptaculous@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~--~~~~--~~--~--~---

[Proto-Scripty] Ajax.Autocompleter is not a constructor error in Scriptaculous 1.8.2

2008-12-05 Thread [EMAIL PROTECTED]
this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~--~~~~--~~--~--~---

[Proto-Scripty] Executing on dom:loaded

2008-11-25 Thread [EMAIL PROTECTED]
to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~--~~~~--~~--~--~---

[Proto-Scripty] error at line 1927

2008-11-22 Thread [EMAIL PROTECTED]
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, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous

[Proto-Scripty] autocompleter and thickbox

2008-11-20 Thread [EMAIL PROTECTED]
--~--~-~--~~~---~--~~ 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, send email to [EMAIL PROTECTED] For more options, visit this group at http

[Proto-Scripty] Setting a div to decay on page load?

2008-11-06 Thread [EMAIL PROTECTED]
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, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group

[Proto-Scripty] Simple, unobtrusive way to open all links marked external

2008-10-30 Thread [EMAIL PROTECTED]
email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~--~~~~--~~--~--~---

[Proto-Scripty] Re: Get sub divs?

2008-10-28 Thread [EMAIL PROTECTED]
. Crowder tj / crowder software /com On Oct 25, 10:13 pm, Stefan [EMAIL PROTECTED] wrote: Hello, how can i get the subelements? i have something like this $('mydiv').$('mydiv2').$(mydiv3').innerHTML that dosent work. How can i get this values ? and how can i irretate all divs in a parent

[Proto-Scripty] get all values?

2008-10-28 Thread [EMAIL PROTECTED]
'); } --~--~-~--~~~---~--~~ 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, send email to [EMAIL PROTECTED

[Proto-Scripty] Re: get all values?

2008-10-28 Thread [EMAIL PROTECTED]
How can i get and irretate a specified class? On Tue, Oct 28, 2008 at 1:58 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: i have many divs with the same id . An element ID MUST be unique for the whole page. Use a class instead, then use the $$() method to fetch them all. -justin

[Proto-Scripty] Re: Gest sub divs?

2008-10-26 Thread [EMAIL PROTECTED]
() will look within a given element. http://prototypejs.org/api/utility/dollar http://prototypejs.org/api/utility/dollar-dollar http://prototypejs.org/api/element/select HTH, -- T.J. Crowder tj / crowder software /com On Oct 25, 10:13 pm, Stefan [EMAIL PROTECTED] wrote: Hello, how can

[Proto-Scripty] Re: Form field validation and masking

2008-10-21 Thread [EMAIL PROTECTED]
Thanks, I found what I was looking for form validation. Any suggestion for masking? Tom On 20 Říj, 17:52, kangax [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Hi, do you know some prototypejs based alternative to fValidator (http:// zendold.lojcomm.com.br/fvalidator/) and iMask (http

[Proto-Scripty] Re: Detect element state in wrapper function

2008-10-09 Thread [EMAIL PROTECTED]
try Effect.toggle http://github.com/madrobby/scriptaculous/wikis/effect-toggle On Oct 8, 9:39 am, Walter Lee Davis [EMAIL PROTECTED] wrote: If it's visible, then it's been BlindDown'd. BlindUp removes the   element from view. So a simple test for yourElement.visible() should   do the trick

[Proto-Scripty] Re: Dropdownmenu and observe

2008-10-02 Thread [EMAIL PROTECTED]
Ok, it works now thanks =) now i need to get some bugs out of it, someone here who knowns how to get it out? if i go over the home button the menu shows, but when im going into my menu to click on a link my menu closes :S On 2 okt, 15:07, puckpuck [EMAIL PROTECTED] wrote:     $('menu_home

[Proto-Scripty] Trying to return value from onSuccess

2008-10-02 Thread [EMAIL PROTECTED]
to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~--~~~~--~~--~--~---

[Proto-Scripty] Re: Trying to return value from onSuccess

2008-10-02 Thread [EMAIL PROTECTED]
Hi and thanks! I tried out what you mentioned and it works like a charm. Agh, so stressful trying to figure this stuff out. Thanks again. On Oct 2, 11:18 am, bluezehn [EMAIL PROTECTED] wrote: So what you want to do is bind the onSuccess callback to the class in which this Ajax.Request

[Proto-Scripty] Re: Element.adjacent(selector) doesn't return expected elements

2008-09-08 Thread [EMAIL PROTECTED]
I place a comment on the bug trtacker to point Kangax solution. It is indeed simple and effective. http://prototype.lighthouseapp.com/projects/8886-prototype/tickets/244-element-adjacent-can-select-siblings-childnodes-and-shouldn-t#ticket-244-4 On 8 sep, 14:45, jdalton [EMAIL PROTECTED] wrote