[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread Alex McAuley
you can do this easily with proto/scriptaculous or vanilla javascript, i would recommend staying away from pre-made scripts for this easy task as it will inhibit what you can do and what you learn from writing applications Alex - Original Message - From: TEC

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread TEC
Thanks for the reply. I thoguht I was already using scriptaculous, but I could be wrong. The div structure is as following: div id=locations_results class=location collapsible=true collapse=true h5header/h5 div id=services_info_container !-- Content inside

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread Alex McAuley
-scriptaculous@googlegroups.com Sent: Tuesday, June 23, 2009 3:10 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thanks for the reply. I thoguht I was already using scriptaculous, but I could be wrong. The div structure is as following: div id=locations_results class

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread TEC
:10 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thanks for the reply. I thoguht I was already using scriptaculous, but I could be wrong. The div structure is as following: div id=locations_results class=location collapsible=true collapse=true h5header/h5

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread Alex McAuley
To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Tuesday, June 23, 2009 4:11 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thanks again for the reply. Here is a working example of the script I used: http://www.ryanscherf.net/demos/dtd/ and the tutorial

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread TEC
prototype-scriptaculous@googlegroups.com Sent: Tuesday, June 23, 2009 3:10 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thanks for the reply. I thoguht I was already using scriptaculous, but I could be wrong. The div structure is as following: div id

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread Alex McAuley
HTH Alex - Original Message - From: TEC traceyedwardscomp...@gmail.com To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Tuesday, June 23, 2009 6:15 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thank you. And essentially the quick

[Proto-Scripty] Re: Two sets of expand and contract icons?

2009-06-23 Thread TEC
To: Prototype script.aculo.us prototype-scriptaculous@googlegroups.com Sent: Tuesday, June 23, 2009 6:15 PM Subject: [Proto-Scripty] Re: Two sets of expand and contract icons? Thank you. And essentially the quick and dirty way of getting two different sets of icons would be duplicate the code