Re: Application form - file attachments item
luisdev
居住地: South Africa
投稿数: 22

Does the Application Form module code structure allow you to use $mform?
If so, can we use $mform to add a File Manager element to the Application Form, like this:
$mform = $this->_form;
$mform->addElement('filemanager', ...);
Will that work? Or is $mform not supported in this context?
If so, can we use $mform to add a File Manager element to the Application Form, like this:
$mform = $this->_form;
$mform->addElement('filemanager', ...);
Will that work? Or is $mform not supported in this context?
投票数:85
平均点:3.06
投稿ツリー
-
Application form - file attachments item (luisdev, 2017-2-7 19:06)
-
Re: Application form - file attachments item (luisdev, 2017-2-8 22:49)
-
Re: Application form - file attachments item (iseki, 2017-5-18 21:01)
-
Re: Application form - file attachments item (luisdev, 2017-8-2 19:07)
-
-
Re: Application form - file attachments item (iseki, 2017-8-3 10:47)
-