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
|