formbuilder

    0熱度

    1回答

    我創建了一個客戶表單。 CustomerType $builder ->add('username', 'text', array( 'label' => 'customer.form.email', )) ->add('plainPassword', 'text', array( 'label' => 'customer.form.passwor

    0熱度

    2回答

    我通過作曲家 上的Symfony 2.7.8安裝束excelwebzone/recaptcha-bundle,加入到包: new EWZ\Bundle\RecaptchaBundle\EWZRecaptchaBundle() 加入驗證碼,以形成建設者在我的自定義控制器,並得到錯誤: Could not load type "EWZ\Bundle\RecaptchaBundle\Form\Typ

    2熱度

    1回答

    我有表格和字段'名字'使用要求爲真,如何覆蓋標準信息 - 「請填寫此字段」? $builder ->add('firstname', null, array('label' => 'First Name', 'max_length' => 255, 'required' => true)) 在我的實體字段nullable = true。如果我想驗證我知道的實體* @Assert

    1熱度

    1回答

    我創建了自己的控件,並且必須在xbl文件中硬編碼一些信息。這裏是我的控制代碼: <xbl:xbl xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:xf="http://www.w3.org/2002/xforms" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ev

    1熱度

    1回答

    我用下面的代碼生成一個簡單的形式與催化劑: sub edit : Local { my ($self, $c) = @_; my $form = $self->formbuilder; if ($form->submitted && $form->validate) { $c->stash->{message} = 'Thanks for submitti

    3熱度

    1回答

    複選框的設置標籤我有3場A類: $id, $name, $isChecked 我有一個formtype,我想,那$ id字段的標籤是$ name字段。那可能嗎? /** * @param FormBuilderInterface $builder * @param array $options */ public function buildForm(FormBuilderInterf

    0熱度

    2回答

    我使用laravel 5.1 HtmlServiceProvider建立我的形式選擇的選項設置,我想,當我從我的模型類獲得的數據中選擇下拉列表標籤所選擇的選項設置 到目前爲止我的代碼: {!! Form::model($advertisment,['url'=>'dashboard/edit/advertisment']) !!} {!! Form::select('Gender', [""=>

    2熱度

    1回答

    我想在Angular2中設置一個動態表單。 因此,在我的ngOnInit函數中,我提出了一個Ajax請求來獲取帶有表單數據的JSON。 像這樣: export class CustomerEditComponent{ private customer : Customer = new Customer(); private customerForm; constru

    0熱度

    1回答

    可以使用字段的基本類型來創建多維數組名稱? 例如: <input type="text" name="my_type[translations][name][de]"> <input type="text" name="my_type[translations][name][fr]">

    3熱度

    2回答

    我最近纔開始使用Symfony(Symfony3),我正在將我的舊網站轉換爲使用Symfony。 目前與我的表單元素我添加了驗證錯誤消息元素,再加上幫助/信息元素(信息符號,顯示單擊文本)。 <div id="info-username" class="additional-info"> <p>Your username will be used as a way of <em>uniq