留言板

Dynamic Data List Definition/Form Template Javascript

Amanda Pirner,修改在10 年前。

Dynamic Data List Definition/Form Template Javascript

New Member 帖子: 5 加入日期: 14-2-7 最近的帖子
Is there a way to add Javascript to the Dynamic Data List Definition or Form Template?

For example, if I wanted to preform a JS action such as show/hide a DDL form input depending on the selection value of another input, is this possible using Javascript in a DDL?

Thanks
juan meza,修改在9 年前。

RE: Dynamic Data List Definition/Form Template Javascript

Regular Member 帖子: 228 加入日期: 14-1-6 最近的帖子
hi, you can add javascript to the dynamic data list template, just import it like this (in velocity):

<link rel="stylesheet" href="css.css">
<script src="js.js"></script>

i imagine its the same way for the Form Template

good luck