[Proto-Scripty] Inactive links in hidden element when using toggle in IE6-8

2009-05-03 Thread xander
I'm using the toggle effect to show/hide a table row in a list of events (example - http://www.gigcatcher.co.uk/town/3885-Brixton_in_London) The hidden row contains links to buy tickets for each event and everything works fine except when using IE6-8. The toggle effect appears to work ok in IE bu

[Proto-Scripty] using prototype tabs within a prototype horizontal accordion

2009-05-03 Thread jwtdesign
Hello, I am trying to build a website that uses the horizontal accordion framework downloaded from http://www.stickmanlabs.com/accordion/ and then within the panel content, I am trying to use a tab set-up. However, the two prototype libraries seem to be conflicting. If I get rid of one, the tabs w

[Proto-Scripty] Re: MELONIC

2009-05-03 Thread T.J. Crowder
Hello, For the second time[1], isn't this off-topic? [1] http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/13199d30c10bd501 -- T.J. Crowder tj / crowder software / com Independent Software Engineer, consulting services available On May 2, 8:28 pm, ArbolOne wrote: >

[Proto-Scripty] Re: using prototype tabs within a prototype horizontal accordion

2009-05-03 Thread Alex McAuley
Use firebug... it states the error as "Element Does not exist" ...so i would say reverse the load order for the 2 classes and it should be ok change your code to somehting like the following Event.observe(window, 'load', function() { var tabs = new tabset('container'); // name of div to crawl

[Proto-Scripty] Re: MILONIC

2009-05-03 Thread ArbolOne
Ooooh yeeeaaa, oops! for some reason I thought this group dealt with issues related to MILONIC, but I just read the description of the group and yes, yes, this group is for Prototype only :( I apologize if this cause any serious problems, I hope I didn't crash the network, hahahaha. Ok, folks hav

[Proto-Scripty] Re: recommendations for tip / help type box

2009-05-03 Thread Jimmy Brake
Thanks Chris! On Sat, May 2, 2009 at 7:12 AM, Chris Sansom wrote: > > At 06:27 -0700 2/5/09, Jimmy Brake wrote: > >Looking for recommendations for a good way to have tip / help boxes > >where ever I need them on forms. > > > >Example: Enter > >Your Name: > > > >If you moused over the div tag th

[Proto-Scripty] MySQL - order ID

2009-05-03 Thread WLQ
So I've made all the fancy stuff, now the hardest one. I have made the order Id change in the sortable and it works. But what about when you drag an item from other sortable? How to program it so it sees between which Ids it pasts an item, and change ids for items as necessary? Thanks, Yan --~--~

[Proto-Scripty] Tokenized Autocompletion Challenge

2009-05-03 Thread katz
Hi everyone. Been working on a simple field that would get Product Accessories. It's been a real challenge but I think 60% done. Only problem is updating the hidden input field. I have this code: new Ajax.Autocompleter('accessory_field', 'accessory_auto_complete', '/admi

[Proto-Scripty] Re: MySQL - order ID

2009-05-03 Thread Walter Lee Davis
If you are dragging an item from one list into another list, then by W3C fiat, they will have unique IDs. If you are cloning an object from one list into another (the list of ingredients and the pot pattern) then you are responsible for creating a unique ID for your newly added cloned objec

[Proto-Scripty] Number Sign and JSON

2009-05-03 Thread M. Wieczorek
I'm having a strange problem with the JSON decoder, if there is a number sign/hash (#) in any string in a JSON encoded object (written to JSON with PHP/PEAR Services_JSON), the entire object is returned null. Encoding and decoding a variable/object within Prototype, and within PEAR works: {"r4":

[Proto-Scripty] Re: using prototype tabs within a prototype horizontal accordion

2009-05-03 Thread Jeff Talley
Thanks so much for the reply! but unfortunately, that error has been there since the beginning. So, my thoughts are that the error is not affecting the functionality (or non-functionality) of the accordion. Is there any way to combine both prototype scripts into one or strip out what I don't need?

[Proto-Scripty] Re: Extracting methods from codebase

2009-05-03 Thread RobG
On May 1, 1:42 am, Bertrand wrote: > Well, actually, my managers are pushing for self-contained javascript > code (trying to get rid of all the library calls, which isn't > necessarily a good idea, but I have to abide). > > So I ended up using a DOM-compliant version using createElement, > crea