Extended Attributes

Hi,
I’m trying to put some extra code in the tag, namely onload=“setupZoom( );” so it ends up looking like this

I believe I use the extended facility to achieve this. Well I either get nothing in the tag or a combination of everything. I getting mighty pi----ed off. As I say in the extended name and value fields I’ve tried every combination of onload= or onload or = setupZoom( ); or setupZoom( );

I am fully aware it perhaps down to my lack of coding knowledge but even applying logic its defeating me.

I’ve a feeling that once I’ve got this right I might have other problems too. Has anyone tried using Cables Fancy Zoom in Freeway 5.0.1

Any pointers gratefully received.

Peter.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi,

Go to Menu > Page > HTML Markup and select After from the menu then paste the code. This will place the code immediately after the opening body tag which is what you need.

Todd

On Apr 17, 2008, at 4:23 PM, Peter Neville wrote:

I’m trying to put some extra code in the tag, namely onload=“setupZoom( );” so it ends up looking like this

I believe I use the extended facility to achieve this. Well I either get nothing in the tag or a combination of everything. I getting mighty pi----ed off. As I say in the extended name and value fields I’ve tried every combination of onload= or onload or = setupZoom( ); or setupZoom( );

I am fully aware it perhaps down to my lack of coding knowledge but even applying logic its defeating me.

I’ve a feeling that once I’ve got this right I might have other problems too. Has anyone tried using Cables Fancy Zoom in Freeway 5.0.1

Any pointers gratefully received.

On 17 Apr. 2008, 9:28 pm, Todd wrote:

Hi,

Go to Menu > Page > HTML Markup and select After from the menu
then paste the code. This will place the code immediately after the
opening body tag which is what you need.

Todd

Thanks Todd but that just puts it after the tag I need contained within the tag like so:

Your solution gives onload="setupZoom ( ) ; "

I’ve now produced a page then pulled it into TextWrangler, put the code in and it works OK, problem is I don’t want to have to this with 50 odd pages on the fly from the server.

Thanks, Peter.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Oops, sorry 'bout that. I’ve used FancyZoom but I built the page in an editor, not FW, so it was very simple to add the code. Not sure how to do that in FW.

Todd

On Apr 17, 2008, at 4:53 PM, Peter Neville wrote:

Thanks Todd but that just puts it after the tag I need contained within the tag like so:

Your solution gives onload="setupZoom ( ) ; "

I’ve now produced a page then pulled it into TextWrangler, put the code in and it works OK, problem is I don’t want to have to this with 50 odd pages on the fly from the server.

To do this in Freeway go to Page>Extended. Click new and type onload into the Name field and setupZoom() into the value field.

That’s it!

On 17 Apr 2008, at 23:16, Todd wrote:

Oops, sorry 'bout that. I’ve used FancyZoom but I built the page in an editor, not FW, so it was very simple to add the code. Not sure how to do that in FW.

Todd

On Apr 17, 2008, at 4:53 PM, Peter Neville wrote:

Thanks Todd but that just puts it after the tag I need contained within the tag like so:

Your solution gives onload="setupZoom ( ) ; "

I’ve now produced a page then pulled it into TextWrangler, put the code in and it works OK, problem is I don’t want to have to this with 50 odd pages on the fly from the server.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

[slaps forehead repeatedly] Ah, so simple. Thanks Joe.

Todd

On Apr 17, 2008, at 5:49 PM, Joe Billings wrote:

To do this in Freeway go to Page>Extended. Click new and type onload into the Name field and setupZoom() into the value field.

That’s it!

Sorry Joe it just does not happen for me. I’m using 5.0.1 I did that originally and have done it again following your instructions to the letter. I see that there is an upgrade this AM I’ll try it in 5.0.2 later.

If I put onload in the Name & setupZoom() in the Field I get when I view the source code.

If I put onload= in the Name & setupZoom() in the Field I get

when I view the source code. It is worth noting that the onload= is in black and the ="setupZoom()" is in blue if you can tell anything from that.

If I put onload in the Name & =setupZoom() in the Field I get

when I view the source code.

dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Are you using CSS Menus? This takes whatever is in the onload and puts
it in the Javascript where it should work. If it isn’t then send me
your file and I’ll take a look.

Cheers,

Joe

On 18 Apr 2008, at 08:12, Peter Neville wrote:

Sorry Joe it just does not happen for me. I’m using 5.0.1 I did
that originally and have done it again following your instructions
to the letter. I see that there is an upgrade this AM I’ll try it
in 5.0.2 later.

If I put onload in the Name & setupZoom() in the Field I get
when I view the source code.

If I put onload= in the Name & setupZoom() in the Field I get

when I view the source code. It is worth noting that the onload= is in black and the ="setupZoom()" is in blue if you can tell anything from that.

If I put onload in the Name & =setupZoom() in the Field I get

when I view the source code.

dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Clever you Joe !!! Yes it does work. I am using CSS Menu

This just goes to show as I said in my initial post the problem more than likely lies with my lack of knowledge. I just thought I needed to see the code in the tag and not call it from somewhere else.

I’m really getting the hang of the basic basics with Freeway and I do like it. I’m doing a travel site for my partner and will be using much of what I’m learning in my site in hers.

Thanks again, Peter.


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options