[Proto-Scripty] Re: optgroup IE 8-

2011-08-15 Thread Victor
Is your optgroup appearing in select? You can try to create options with var option = new Option(item.level, item.level); -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.goo

[Proto-Scripty] Re: optgroup IE 8-

2011-08-15 Thread kstubs
What is Option? Is this a class/object in the Prototype.js API? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/prototype-scriptaculous/-/MkHe9F_xZd4J. To

[Proto-Scripty] Prototype Json Editor

2011-08-15 Thread kstubs
I'm looking for a Json editor for the Admin side of my website written for Prototype. Any recommendations? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg

[Proto-Scripty] Re: optgroup IE 8-

2011-08-15 Thread Tom Gregory
It's a feature in Javascript since Javascript 1.1. http://docstore.mik.ua/orelly/webprog/webnut/ch11_04.htm#IXT-11-1363 new Option([text [, value [, defaultSelected [, selected) It's also it W3V specs: http://www.w3.org/TR/2011/WD-html5-author-20110809/the-option-element.html TAG On Aug 1

[Proto-Scripty] Re: optgroup IE 8-

2011-08-15 Thread kstubs
Dohhh! Call me a ProtoScripty junky :) OK but Tom, I'm not sure how that helps my optgroup issue :/ -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/msg/proto