action-appliesto

Does anyone have a list of the various things that can be put into an
action-appliesto tag?

I can’t locate a reference anywhere, and have been trying
unsuccessfully to make up a tag that means “applies to anything that
is not a Freeway-created TD”. I want the effect to apply to anything
that is not a bare page-table TD.

Thanks,

Walter


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

Hi Walter,

html, gif, jpeg, url, png, image-map, checkbox, radio-button, button,
text-field, menu-list, text-area, java, plugin, pass-through,
quicktime, flash, markup, form-items, table, table-cell, layer, non-
layer, html32, html32css, non-html32, html4, xhtml, xhtmlstrict, non-
xhtmlstrict, applescript, webaddress, svg-import, nofixedchildren

I want the effect to apply to anything that is not a bare page-
table TD.

You might need to use the fwApplyError() function to do that. It takes
the form:

function fwApplyError()
{
if(!fwItem.fwIsLayer)
return fwGetString(“This item is not a layer”);

else
return “”;
}

and so on.

Joe

On 31 Jan 2008, at 13:59, Walter Lee Davis wrote:

Does anyone have a list of the various things that can be put into an
action-appliesto tag?

I can’t locate a reference anywhere, and have been trying
unsuccessfully to make up a tag that means “applies to anything that
is not a Freeway-created TD”. I want the effect to apply to anything
that is not a bare page-table TD.

Thanks,

Walter


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


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

Okay, then please put in my begging bowl the ability to use boolean
operators:

<action applies-to !table-cell>

And now that I think of it, does table-cell refer to a user-drawn
table cell or a Freeway-drawn table cell?

Thanks again,

Walter

On Jan 31, 2008, at 10:38 AM, Joe Billings wrote:

Hi Walter,

html, gif, jpeg, url, png, image-map, checkbox, radio-button, button,
text-field, menu-list, text-area, java, plugin, pass-through,
quicktime, flash, markup, form-items, table, table-cell, layer, non-
layer, html32, html32css, non-html32, html4, xhtml, xhtmlstrict, non-
xhtmlstrict, applescript, webaddress, svg-import, nofixedchildren

I want the effect to apply to anything that is not a bare page-
table TD.

You might need to use the fwApplyError() function to do that. It takes
the form:

function fwApplyError()
{
if(!fwItem.fwIsLayer)
return fwGetString(“This item is not a layer”);

else
return “”;
}

and so on.

Joe

On 31 Jan 2008, at 13:59, Walter Lee Davis wrote:

Does anyone have a list of the various things that can be put into an
action-appliesto tag?

I can’t locate a reference anywhere, and have been trying
unsuccessfully to make up a tag that means “applies to anything that
is not a Freeway-created TD”. I want the effect to apply to anything
that is not a bare page-table TD.

Thanks,

Walter


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


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


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

Can you please post this on the KB?

Thanks!

Walter

On Jan 31, 2008, at 10:38 AM, Joe Billings wrote:

Hi Walter,

html, gif, jpeg, url, png, image-map, checkbox, radio-button, button,
text-field, menu-list, text-area, java, plugin, pass-through,
quicktime, flash, markup, form-items, table, table-cell, layer, non-
layer, html32, html32css, non-html32, html4, xhtml, xhtmlstrict, non-
xhtmlstrict, applescript, webaddress, svg-import, nofixedchildren

I want the effect to apply to anything that is not a bare page-
table TD.

You might need to use the fwApplyError() function to do that. It takes
the form:

function fwApplyError()
{
if(!fwItem.fwIsLayer)
return fwGetString(“This item is not a layer”);

else
return “”;
}

and so on.

Joe

On 31 Jan 2008, at 13:59, Walter Lee Davis wrote:

Does anyone have a list of the various things that can be put into an
action-appliesto tag?

I can’t locate a reference anywhere, and have been trying
unsuccessfully to make up a tag that means “applies to anything that
is not a Freeway-created TD”. I want the effect to apply to anything
that is not a bare page-table TD.

Thanks,

Walter


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


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


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

Sure can. And yes…booleans in the appliesto tag are a must, consider
it suggested.

On 31 Jan 2008, at 15:47, Walter Lee Davis wrote:

Can you please post this on the KB?

Thanks!

Walter

On Jan 31, 2008, at 10:38 AM, Joe Billings wrote:

Hi Walter,

html, gif, jpeg, url, png, image-map, checkbox, radio-button, button,
text-field, menu-list, text-area, java, plugin, pass-through,
quicktime, flash, markup, form-items, table, table-cell, layer, non-
layer, html32, html32css, non-html32, html4, xhtml, xhtmlstrict, non-
xhtmlstrict, applescript, webaddress, svg-import, nofixedchildren

I want the effect to apply to anything that is not a bare page-
table TD.

You might need to use the fwApplyError() function to do that. It
takes
the form:

function fwApplyError()
{
if(!fwItem.fwIsLayer)
return fwGetString(“This item is not a layer”);

else
return “”;
}

and so on.

Joe

On 31 Jan 2008, at 13:59, Walter Lee Davis wrote:

Does anyone have a list of the various things that can be put into
an
action-appliesto tag?

I can’t locate a reference anywhere, and have been trying
unsuccessfully to make up a tag that means “applies to anything that
is not a Freeway-created TD”. I want the effect to apply to anything
that is not a bare page-table TD.

Thanks,

Walter


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


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


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


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