Xataface 2.0
Xataface Application Framework
Dataface/FormTool/portal.php
Go to the documentation of this file.
00001 <?php
00005 class Dataface_FormTool_portal {
00006         function &buildWidget(&$record, &$field, &$form, $formFieldName, $new=false){
00007                 $widget =& $field['widget'];
00008                 $factory =& Dataface_FormTool::factory();
00009                 $widget['record'] =& $record;
00010                 $el =& $factory->addElement('portal', $formFieldName, $widget['label']);
00011                 $el->init_portal($widget);
00012                 return $el;
00013         }
00014 }
 All Data Structures Namespaces Files Functions Variables Enumerations