July 2008
Beginner
192 pages
4h 41m
English
<fb:if/>
<fb:if>...<fb:else>...</fb:else></fb:if>
Renders the content within the tags only if the value is equal
to true. If the value is set to
false, nothing is returned. For this tag to be
useful, some external programming is necessary to set the content of
the value either to true or
false.
None.
value=[true|false] default:
falseReturns the content within the tags unless
value="false".
Here is example FBML code for
<fb:if/>:
<fb:if value="true"> Display some content here </fb:if>
If the value attribute is set to
true, the rendered HTML looks like this:
Display some content here
Read now
Unlock full access