[Proto-Scripty] Modal windows

2011-07-12 Thread vasileVas
Hi ,I'm new to prototype I need to add a modal window on an already build up site that's using prototype. I don't want to add jquery and another plugin just for this, because this modal window will be used only for terms of service so I don't want to have a lot of downloding on page just for

[Proto-Scripty] Re: Modal windows

2011-07-12 Thread T.J. Crowder
Hi, There are several on http://scripteka.com/. Click the window or modal tags in the tag cloud at the bottom to filter the list on the left. Best, -- T.J. Crowder Independent Software Engineer tj / crowder software / com www / crowder software / com On Jul 12, 8:53 am, vasileVas

[Proto-Scripty] Re: What's your favorite error status code?

2011-07-12 Thread Eric
Walter, What I do in those case is: - Returning my own error code in a JSON's attribute (lets use myJsonStatus for the example) - Use AJAX.Responders to override onCreate to wrap the provided onSuccess into a custom function which checks responseJSON.myJSONStatus and do appropriate processing if

[Proto-Scripty] Re: Help destroying many events on tr mouseenter and mouseleave

2011-07-12 Thread Tom Gregory
Good call on the 1.7 feature, Eric. Most of my Prototype experience has been with earlier versions, so thanks for the update. For the interested reader, a good tutorial link/feature announcement: