×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
setFieldAttribute and Subform
Dariusz
Yeni Üye
Posts: 7
4 yıl 11 ay önce #4928
Yazan: Dariusz
setFieldAttribute and Subform, Dariusz tarafından oluşturuldu
Hi, I have a question. I created a form with a subform. Due to the complex validation, I decided to add form attributes in the getForm method like that:
And it works ok. The field "myfield" becomes required depending on the scenario.
Unfortunately, this case works only for the current form. Does not work for the subform.
Will somebody lead me?
public function getForm($data = array(), $loadData = true)
{
// Get the form.
$form = $this->loadForm('com_evisit.visit', 'visitform', array(
'control' => 'jform',
'load_data' => $loadData
)
);
if (empty($form))
{
return false;
}
$form->setFieldAttribute('myfield', 'required', 'true');
return $form;
}
And it works ok. The field "myfield" becomes required depending on the scenario.
Unfortunately, this case works only for the current form. Does not work for the subform.
Will somebody lead me?
Lütfen sohbete katılmak için Giriş ya da Hesap açın.
Sayfa oluşturma süresi: 0.045 saniye