Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dymamic changes on BSP-layout

oleg_agranovich
Explorer
0 Likes
323

I want to create a BSP as a view (using MVC -concept).

This view contains two input fields.

I want that visibility of second field depends on value in the first one.

F.E .if i put "visible" in the first field, the second field become visible.

1 REPLY 1
Read only

Former Member
0 Likes
298

using the if condition you can place the elements dynamically in the layout.

<% if somehins is initial. %>
 

<% else. %>

 "place the htmlb input field tags for both the fields.

<% endif. %>