This topic is locked

How to do this in V5

10/1/2008 6:38:01 PM
PHPRunner General questions
J
johan-v author

Hello all,
This is a small part from the visual editor edit page.
{if $value_fiche_item02_naam}

<TR>

<TD class=shade width=147>{$value_fiche_item02_naam}</TD>

<TD width=814 colSpan=2>{build_edit_control field="fiche_item02_waarde" value=$value_fiche_item02_waarde mode="edit"}</TD>

{/if}
I do use this technique to make edit fields hidden if other dedicated fields are empty.

How can I simulate this in V5 please?
greetings,
Johan

J
johan-v author 10/3/2008

Hello all,

This is a small part from the visual editor edit page.
{if $value_fiche_item02_naam}

<TR>

<TD class=shade width=147>{$value_fiche_item02_naam}</TD>

<TD width=814 colSpan=2>{build_edit_control field="fiche_item02_waarde" value=$value_fiche_item02_waarde mode="edit"}</TD>

{/if}
I do use this technique to make edit fields hidden if other dedicated fields are empty.

How can I simulate this in V5 please?
greetings,
Johan


Hello,
Where can we find info about this?
greetings,
Johan