zend表单实现添加另一个

时间:2013-09-09 12:10:59

标签: php zend-framework zend-form socialengine

我有一个zend表单,我有一个字段添加另一个像

enter image description here

我知道当有人点击添加其他按钮但

时添加html

my question is how I am going to validate the dynamically added element and how I am going to dynamically generate and populate the element and how will I get this element value using zend form

我正在使用zend框架1。

1 个答案:

答案 0 :(得分:0)

Zend Framework 1.x没有内置功能。您必须扩展Multi Select元素。然后编写一个JQuery插件来添加所需的行为。

在我之前的工作中,我们不得不这样做了几年。没有简单的方法可以做到这一点。不幸的是,我现在无权访问旧代码。