symfony-forms
Symfony ReCaptcha multi translations
I use symfony 1.4.11 with doctrin开发者_StackOverflow中文版e. And I use ReCaptcha from sfFormExtraPlugin. I have 3 language in my site. Russian, Ukrainian and English. In form I get current culture:[详细]
2023-03-30 12:25 分类:问答[symfony 1.4][sfForm] hide | un-hide row
How to hide row and un-hid开发者_运维问答e it with Ajax ( how to put whole row in div with id ) ?in javascript you can reference to any object in your html code with a defined \'id\' My suggestion is[详细]
2023-03-27 11:46 分类:问答Symfony2 Form embedded entity issue
I have two objects in my form, a Scene and its Background. The majority of the page is the form for the new Scene, and I have a corner where there is a thumbnail and a file input field. Whenever the f[详细]
2023-03-27 07:47 分类:问答Symfony: How to use same action for CREATE and UPDATE?
Lets say I have a website where I create articles and I also edit existing articles. The template page for creating new articles is the same as the template page for editing existing articles. The onl[详细]
2023-03-26 12:33 分类:问答Symfony: How to pass Doctrine Collection to Form as default values?
My action: public function executeEdit(sfWebRequest $request) { // Get the object $article = $this->getRoute()->getObject();[详细]
2023-03-26 11:41 分类:问答query builder select the id from leftJoin
I have a select field that fetch from an entity and I would like to customize completely my select by choosing the table the id is picked from[详细]
2023-03-25 16:06 分类:问答Symfony search form
I use symfony 1.4.12 with Zend Lucene. And I make custom search, I have field like category, country...I create module and I have MysearchSucess.php and there I write hardcode, like :[详细]
2023-03-24 01:06 分类:问答validating email address using AJAX
Is there an easy way to check an email address is valid using Ajax? I\'m using the sfValidatortEmail widget currently and this only shows an error开发者_StackOverflow社区 message on submitting the for[详细]
2023-03-22 18:36 分类:问答Symfony backend form
I use symfony 1.4.11. I have frontend and backend form. Frontend : <?ph开发者_StackOverflow社区p[详细]
2023-03-19 07:03 分类:问答sfWidgetFormDoctrineChoice for NestedSet model
I\'m experiencing a difficulty in rendering sfWidgetFormDoctrineChoice (set of checkboxes) widget for a NestedSet structure.[详细]
2023-03-17 16:38 分类:问答
加载中,请稍侯......