[Proto-Scripty] Re: How to handle non-JavaScript browsers when using Ajax.Updaters for content

2008-09-12 Thread Dustin S
True. We actually dabble in Catalyst w/ Template Toolkit, but so far have actually found it far more intrusive that helpful to our online application, hence we're hand coding everything on the production site to-date [using handmade HTML, PHP, Prototype, LivePipe, and a dash of Scriptaculous!). I

[Proto-Scripty] User types freely on webpage and it jumps to a link...

2008-09-12 Thread beebul
Not sure this is the right group for this question, I'm looking for a bit of JavaScript functionality for a site... I have a huge html page with a big list of links and want the user to be able to type the beginning of the word of the link (not in a box just freely type) and it jumps to that

[Proto-Scripty] Re: User types freely on webpage and it jumps to a link...

2008-09-12 Thread beebul
Just thought of a great comparison.. I want it to work like the phonebook in a mobile phone where you complete more and more of the name and it moves down the list accordingly. Cheers On Sep 12, 8:53 am, beebul [EMAIL PROTECTED] wrote: Not sure this is the right group for this question, I'm

[Proto-Scripty] Re:Livepipe

2008-09-12 Thread jason maina
HI all, Wondering whether I have to have ruby to use livepipe??? --~--~-~--~~~---~--~~ 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

[Proto-Scripty] Re: Get value from table cell when table row have checkbox checked

2008-09-12 Thread ColinFine
On Sep 12, 5:10 am, Daniel Lopes [EMAIL PROTECTED] wrote: Thanks Diogo... this fix my problem: function check_entries(){         sum = 0;         $$(#entries_list input:checked).each( function(e) {                 value = $(value_+$(e).id).innerHTML;                 value =

[Proto-Scripty] Effects.toggle messes up the overflow style

2008-09-12 Thread Hugo Palma
I'm using the Effects.toggle effect on a div that has the overflow: auto attribute on it's style. The problem is that the execution of the effect clear the overflow attribute so it's no longer set to auto after the effect executes. This only happens with the script.aculo.us toggle effect. If i

[Proto-Scripty] Re: Effects.toggle messes up the overflow style

2008-09-12 Thread david
Hi Hugo, depending on effect, sometime scrtiptaculous change CSS properties, the only method i found was to check before the effect the CSS propertiy, save it and on afterFinish event, set the saved value. -- david On 12 sep, 13:11, Hugo Palma [EMAIL PROTECTED] wrote: I'm using the

[Proto-Scripty] Re: a problem with IE

2008-09-12 Thread zaher ghaibeh
will i dont hardcode any thing since i deal with url as variables taken from db , so that i dont care about hardcode the domain . On Sep 12, 7:55 am, Justin Perkins [EMAIL PROTECTED] wrote: On Thu, Sep 11, 2008 at 11:21 PM, zaher ghaibeh [EMAIL PROTECTED] wrote: can i ask you where you got

[Proto-Scripty] Re: Trouble with Element.extend in cross-window interaction in IE

2008-09-12 Thread david
Hi dolzenko, If I understand, you extend the window1 with window2 object ??? Why not extending with static method, so event if a window is present or not, the element is extend -- david On 11 sep, 09:00, dolzenko [EMAIL PROTECTED] wrote: Say we have two windows. Window2 operates (and extends)

[Proto-Scripty] Re: Livepipe

2008-09-12 Thread Diodeus
Dunno. This group has nothing to do with Ruby. On Sep 12, 7:19 am, jason maina [EMAIL PROTECTED] wrote: HI all, Wondering whether I have to have ruby to use livepipe??? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Proto-Scripty] Re: Get value from table cell when table row have checkbox checked

2008-09-12 Thread RobG
On Sep 12, 12:53 pm, Daniel Lopes [EMAIL PROTECTED] wrote: This not solution when you want use grids... table are not for layout, right use is to display data, layout must be maded in divs. That makes no sense at all. I wasn't suggesting your use of a table is wrong, but that you use the

[Proto-Scripty] Re: Effects.toggle messes up the overflow style

2008-09-12 Thread Hugo Palma
That worked great, thanks for the tip. Cheers, Hugo On Sep 12, 1:16 pm, david [EMAIL PROTECTED] wrote: Hi Hugo, depending on effect, sometime scrtiptaculous change CSS properties, the only method i found was to check before the effect the CSS propertiy, save it and on afterFinish event,

[Proto-Scripty] Re: User types freely on webpage and it jumps to a link...

2008-09-12 Thread Justin Perkins
Yes you could just setup a keyup observer on the entire document, the two problems that I see right away is that any keyboard shortcuts the user already uses may or may not work any longer depending on how you write your code. Secondly, depending on the size of the list of links, the script may

[Proto-Scripty] Re: Livepipe

2008-09-12 Thread Walter Lee Davis
No, just JavaScript. http://goodserviceguide.com uses it, and it's written in PHP. Walter On Sep 12, 2008, at 7:19 AM, jason maina wrote: HI all, Wondering whether I have to have ruby to use livepipe??? --~--~-~--~~~---~--~~

[Proto-Scripty] Re: prototype.js problemfix

2008-09-12 Thread kangax
On Sep 12, 11:44 am, achernin [EMAIL PROTECTED] wrote: prototype.js,  Version: '1.6.0.2', Line 3462   focusFirstElement: function(form) {     form = $(form);     form.findFirstElement().activate();     return form;   }, this code is unsafe. findFirstElement() function returns empty

[Proto-Scripty] Re: autocompleter does not work with contents pasted by using mouse

2008-09-12 Thread Justin Perkins
On Fri, Sep 12, 2008 at 11:57 AM, Jack [EMAIL PROTECTED] wrote: Question 1: I've observed that when copy paste the search string using keyboard in the text box, it displays hints. However, if I copy paste the same stuff using mouse, then the hints are not displayed at all. I think the

[Proto-Scripty] Re: autocompleter does not work with contents pasted by using mouse

2008-09-12 Thread Jack D
Hi Justin, Thanks for your reply. Can you give me exact code where to add for mouse event? Regarding 2nd solution, do I just need to replace line 316 with the below line? return this.element.value.substring(bounds[0], bounds[1]); Will there be any impact on any other part of the

[Proto-Scripty] Re: Unsetting value in Autocompleter

2008-09-12 Thread Jack D
Hello, Can anyone help me in the below issue? Thanks! On Fri, Sep 12, 2008 at 9:30 AM, Jack [EMAIL PROTECTED] wrote: Hi, I'm using 1.8.1 autocompleter as shown below: new Ajax.Autocompleter(companyName, companyHint, abc.php, {paramName: companyName, minChars: 1, indicator:

[Proto-Scripty] Not Extending Function on IE

2008-09-12 Thread FernandezPablo
Hi, I'm having a problem with prototype. this code breaks in IE 6 $(formId).submit.wrap(function(proceed){}) because wrap is undefinded. any ideas? Thanx! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Prototype

[Proto-Scripty] Re: JSON, ASP.NET and Date's

2008-09-12 Thread Kruncher
Ah right, yes that makes perfect sense. What if the date were to be serialized as new Date(...)? For example, var input = new String({ dob:new Date(1220453756681+0100) }); var evaluated = input.evalJSON(); var v1 = evaluated.dob.toString(); // v1 == Wed Sep 03 2008 15:55:56 GMT+0100 (GMT

[Proto-Scripty] Re: Ajax - bookmarking, back button, etc..

2008-09-12 Thread phoenix
Hi, I developed and put online a small library that offers an integrated and flexible solution: The components and History Ajax.History allow you to manage browsing history very easily. You can see examples and documentation online at: http://www.prototypextensions.com Of course, the use of