All talks > Talks tagged with widget

 
Qt Menu & Mdi child window example

This tutorial shows how to create a basic Mdi window application with a menu using Qt Creator. It was done along with a mirror github repository. You can browse the tutorial code there step by step. Each commit is mentioned in the tutorial. Create a new project which will be called QtMdiTutor[...]

General plug-ins • sfWidgetFormDoctrineJQueryAutocompleter

Hello,I am having issues with the autocompleter widget. It used to work but not anymore and I REALL[...]

Orange HRM adding a new field in contact page of ESS

I need to add a new field in contact details with a text area. I tried to edit the files suggested in orange HRM forum (http://forum.orangehrm.com/viewtopic.php?f=22&t=9785). I am getting an error exception 'InvalidArgumentException' with message 'Widget does not exist. Plea[...]

Upload file translate text in Symfony2

I cannot find the strings "Choose file" and "No file selected" in an upload input form widget, so I can translate them. Where are they located? Or are they embedded into php and not in symfony2 ?

Symfony 1.4 sfValidator choice gives error when selection is validator

I have a problem with sfWidgetFormDoctrineChoice and sfValidatorDoctrineChoice. No matter what I do on this, I get an 'Invalid' error when the form is saved. This is a 'recipe' application with Parts on the shelf, Ingredients to create another Part, Processes to mix the Ingredient[...]

How do the symfony required option work?

I don't know why, but I remembered that when you have a symfony form with required fields not rendered, the isValid function do not check for them. I mean it only check if the widget got a value when you use it. And it seem in my current project that it is wrong. Is there a setti[...]

sfWidgetInputCheckbox do not work properly

I have a problem with a sfWidgetInputCheckbox. It do not save false in the database when the checkbox is unchecked. In my schame my field is a boolean, and i don't have bug in the value displayed. Set the default value like this : $this->setDefault('status', false); don't work[...]

Building a widget manager on top of Symfony 2 (multiple controllers in one page)

Use case I am developing a CMF on top of Symfony2. One of the features will be the support of "widgets": an possibility for end users to add small 'blocks' or 'modules' to a page. Examples: A small login form A list of products Some photo's from a gallery A shopping cart The id[...]

Unset with embedded forms

I have in my Form class: public function configure() { $emb = $this->getEmbeddedForms(); foreach($emb as $key => $form) { unset($form['backup']); } } But this not working - not unset. In $emb i have: oneForm twoForm In oneFor[...]

symfony 1.3 and 1.4 • Render each widget according to its type

Hello,I'm looking for a way to rendre each widget dynamicly according to his type.For example, a sf[...]

 
 
 
 
Want to support this service?