[Proto-Scripty] blind up and down effect not working smoothly

2009-05-25 Thread Max
=Effect.BlindDown ('subnavsrollover');; return false; right now I dont' have a onmouseout on the script, thought I would work out this part first. Any assistance is greatly appreciated. max --~--~-~--~~~---~--~~ You received this message because you are subscribed

[Proto-Scripty] How to include external JS libraries in the code of an Ajax Response?

2009-07-03 Thread Max
Hi, I have a div whose the content is loaded via Ajax after the user hits a button. That content can be any HTML code - basically the whole system has kind of an open plugin structure so I cannot estimate what code will be inserted in the div. The plugin developer who codes that content needs

[Proto-Scripty] new api docs

2010-03-01 Thread max
Nice design on the api docs section... except what happened to all your examples -- 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-scriptacul...@googlegroups.com. To unsubscribe from

[Proto-Scripty] how to pass array to .php script?

2010-05-13 Thread Max
Hi all. I'm new in work with prototype. Please,help me. I need to pass an array to the .php script. I'm using such code: new Ajax.Request('/ajax/name_of_function.php', { parameters: {name_of_perameter: name_of_array}, method: 'post', But as a result I get in

[Proto-Scripty] Re: Your favourite rich text editor?

2016-10-23 Thread Max
Hi The beast I have found so far and have been using for years is inPlaceRichEditor which works with prototypejs and Tinymce and it is quite awesome when you configure it well. It has even become my default system http://inplacericheditor.box.re/demos On Thursday, April 23, 2015 at 3:00:41

[Proto-Scripty] Prototype js onComplete not working for sortable

2016-12-23 Thread Max
Hi everybody. I am using prototype js and scriptaculous sortable but when i do an oncomplete alert or anything, it does not work Here is mycode Event.observe(window,'load',init,false); function init() {

[Proto-Scripty] Re: Game with prototype

2017-11-27 Thread Max
Very nice but your tetris is slow. And please can you make it downloadable so we can also host it on our website and give you credentials ? On Sunday, September 3, 2017 at 12:23:10 PM UTC, Mickael Lucas wrote: > > >

[Proto-Scripty] Issues with IE8, mousedown, mouseup -

2010-06-23 Thread max radin
pressed down, the results display fine. Once I let the button go (mouseup) my form is reloaded. I've tried intercepting the mouseup event but it only nullifies the mousedown. I'm using the latest prototype.js (1.7x and have tried multiple versions). Any ideas? many thanks Max -- You received

[Proto-Scripty] Re: Issues with IE8, mousedown, mouseup -

2010-06-25 Thread max radin
thing that seems to work is if I put an alert in the mouseup and don't repsond to it until well after my search results are posted. So I need a way of no-opping the mouseup event. Any ideas anyone? what is 'ihm' BTW? thanks Max On Jun 24, 2:17 am, Eric lefauv...@gmail.com wrote: Hi, Have you

Re: [Proto-Scripty] Re: new api docs

2010-03-01 Thread Max H. Thayer
Thank you for the response, I'm one of those leech users out there who has become dependent on all your hard work. I learned javascript through prototype.js ( a lil backwards maybe... ) On Mon, Mar 1, 2010 at 3:53 AM, T.J. Crowder t...@crowdersoftware.com wrote: Hi, On Feb 28, 9:09 pm, max