[Pro] table #id how in FRW?

Hi,
How to assign a table#id in FRW ?

bw, Omar K N


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

Click once on the table, Item / Extended → New: Name: id, Value:
yourId.

Note that Freeway will assign an ID (whatever is in the Title field of
the Inspector while that table is selected) to the DIV that wraps a
layered table, you can often use that to do anything (in CSS or JS)
that you might need an ID for:

#item1 table { some css here }

$('item1').down('table').someJavaScriptFunctionHere();

So it’s not entirely required if you don’t want to trifle with the
teetering stack of sub-sub-sub-dialogs.

Walter

On Aug 15, 2011, at 7:44 AM, OmarKN wrote:

Hi,
How to assign a table#id in FRW ?

bw, Omar K N


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