[Proto-Scripty] Re: new Elemente in ie6 didn't work

2009-01-19 Thread manfred . knops
Hello T.J., thanks for supporting me. Regards Manfred -Ursprüngliche Nachricht- Von: T.J. Crowder t...@crowdersoftware.com Gesendet: So. 18.01.09 (11:59) An: Prototype script.aculo.us (...) Most browsers will tolerate it if you don't do that with literal HTML (they insert the

[Proto-Scripty] Re: reserved words for prototype and/or scriptaculous?

2009-01-19 Thread ColinFine
All form controls have a form property that is a reference to the form they are in, so why not:   getData(evt.element().form)) True! I've got so used to working in Prototype, I sometimes forget about good ol' Dom. Colin --~--~-~--~~~---~--~~ You received

[Proto-Scripty] Re: I think i found a bug in IE6(not yet test in IE7), it will throw a error when I create a instance object in sub window use the Class defined by its opener.

2009-01-19 Thread 宋明超
2009/1/18, Eric smcdl6...@gmail.com: Hi kangax, thanks for your reply. I will show you my test case. Please test it in IE6. 1. The following code is defined in parent window which named 'test1.html'.(note : all script was written within head tag) script type=text/javascript

[Proto-Scripty] Re: IE 8 Beta 2 Overflow Problem

2009-01-19 Thread Uros
I think I found the meta tag, but it still doesn't fix my problem. Damn IE 8 keeps interpreting JavaScript its own way. On Jan 18, 8:44 pm, Uros urospo...@gmail.com wrote: This is what I need!! Tell me how to make IE8 render page like IE7 please! On Jan 18, 6:26 pm, joe t.

[Proto-Scripty] Re: new Elemente in ie6 didn't work

2009-01-19 Thread T.J. Crowder
Hi Manfred, No worries, glad that helped. At the moment I have a little problem with the images width. It seems that IE have a problem with the img attribute width=80px. You mean the width attribute on an img element? If so, don't put the px on, that's a CSS thing (since CSS supports other

[Proto-Scripty] Re: new Elemente in ie6 didn't work

2009-01-19 Thread T.J. Crowder
On my machine, the DOM version takes at least 10 times longer than the HTML version. Sorry, forgot to say: On Firefox 3 and IE7, using Windows XP. (Didn't matter whether Firebug was enabled or not.) -- T.J. :-) On Jan 19, 11:18 am, T.J. Crowder t...@crowdersoftware.com wrote: Hi Manfred,

[Proto-Scripty] Re: new Elemente in ie6 didn't work

2009-01-19 Thread manfred . knops
T.J, - original Nachricht Betreff: [Proto-Scripty] Re: new Elemente in ie6 didn't work Gesendet: Mo 19 Jan 2009 12:19:03 CET Von: T.J. Crowdert...@crowdersoftware.com (...) or of course use CSS in a stylsheet. We will change to CSS. When I fixed this problem I will try your

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread T.J. Crowder
Hi, oops! Presumably the elements collection is $(formElement).select('[type=image]'); ? Yes. Or even: var imageinputs = $(formElement).select('input[type=image]'); ...which only returns *input* elements with type=image (as opposed to any element with type=image) -- just in case in

[Proto-Scripty] Re: checkbox insertion/removal problems

2009-01-19 Thread ColinFine
On Jan 18, 7:43 pm, jmack159 jmack...@hotmail.com wrote: hello there, i have a form for a user to add an article to the CMS system. one section of the form, the user has the ability to attach publications that are already in the system to the article. one div (#attachSelect) contains

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread Walter Lee Davis
Could you please say more about this? I use multiple submit buttons **all** the time. The only submit button that arrives at the form controller is the one that was pressed. Depending on the value of the submit button, the form controller takes different action: form action= method=post

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread T.J. Crowder
Hi Walter, Yeah, I was curious about that too. There's no problem with multiple submits that I'm aware of, perfectly good reasons for doing that, and using an event handler to simulate built-in behavior seems less than ideal barring some strong reason for doing it... -- T.J. Crowder tj /

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread kangax
On Jan 19, 10:58 am, Walter Lee Davis wa...@wdstudio.com wrote: [...] form action= method=post         input type=hidden name=user_id value=123 /         input type=text name=name id=name value=Pete /         input type=text name=phone id=phone value=123 456-7890 / You do have label or

[Proto-Scripty] Scriptaculous problem with option field

2009-01-19 Thread rolfK
Using thescriptaculous framework, I toughed a problem that I can't solve by myself. I try to send two variables from HTML code to the server script. No problem to transfer the first variable ($query). For the second variable ($media_only) I tried to use the option field. But I do not succeed and

[Proto-Scripty] Re: prototype and image selection?

2009-01-19 Thread Pete Brown
I guess it depends on the scenario. I've never had a need for multiple submit buttons. I usually have one Submit or Save button and use other form elements like check boxes or radio buttons to tell the script how to process the form. There's a million ways to do anything on the web, and if it's

[Proto-Scripty] Re: Memory Leaks in IE7, Prototype or Prototip2?

2009-01-19 Thread mocambo
Thanks for solution. There is no memory leaks anymore on IE7 and some leaks disappeared also on IE6. I think you are on the half way and you should test your program also on IE6, which is still widely useful browser. GPDE's Javascript memory leaks detector finds two type of leaks probably caused

[Proto-Scripty] How to read draggables position?

2009-01-19 Thread antonio.grazi...@gmail.com
Hi Everybody, new here I am building an interface for a web app using scriptaculous. I made a 4x4 grid with some boxes (DIVs) which are draggable and they all work great... My probelm: I need to read object position when they are dropped and reach their final position...(and write them in some