[Pro] PHP code

Is there a way to either insert code directly into Freeway instead of Page /HTML Markup.


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

Yes you can… as long as the snippet of code is small enough to fit the space it is used in. e.g.

<?php echo $someVar; ?>

I tend to include a script to do the dirty work then set the information to be output to a variable, then place a bit of php on the page to output the variable content. The problem might be where you do the scripting on tha actual page, not because you can’t do that ‘you can’ but because of how the layout of the page might be affected, if you added a lot of code to an html item ot table cell that item would grow to hold the code but then when the code has been parsed the output might be a lot less as so the html item might be a lot larger than you expect, although with a small bit of code the item will grow ‘if not layered or box model’.

But it would take only several second to actually check this funtions as you want ot to.

HTH

On Jan 9, 2013, at 6:41 AM, Carlos Feliciano wrote:

Is there a way to either insert code directly into Freeway instead of Page /HTML Markup.


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


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

insert code directly into Freeway instead of Page /HTML Markup.

Another method is to use Insert>Markup Item

A dialogue box opens where you paste/type your code. When you OK this it places a 100px square box on the page which you can then resize and position as you like.

David


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

AND Markup Items can be inserted inline, like within a line of text.


Ernie Simpson

On Wed, Jan 9, 2013 at 3:53 AM, DeltaDave email@hidden wrote:

insert code directly into Freeway instead of Page /HTML Markup.

Another method is to use Insert>Markup Item

A dialogue box opens where you paste/type your code. When you OK this it
places a 100px square box on the page which you can then resize and
position as you like.

David


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


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

Crowbar action.

s


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