Source for file lmbMacroFormElementTag.class.php
Documentation is available at lmbMacroFormElementTag.class.php
* @link http://limb-project.com
* @copyright Copyright © 2004-2007 BIT(http://bit-creative.com)
* @license LGPL http://www.gnu.org/copyleft/lesser.html
lmb_require('limb/macro/src/compiler/lmbMacroRuntimeWidgetHtmlTag.class.php');
* Base class for any form element tag
parent :: _generateWidget($code_writer);
if($form_tag =
$this->findParentByClass('lmbMacroFormTag'))
$code_writer->writeToInit("{
$this->getRuntimeVar()}->setForm({$form_tag->getRuntimeVar()});\n");
$code_writer->writeToInit("{
$form_tag->getRuntimeVar()}->addChild({$this->getRuntimeVar()});\n");
return $this->runtime_var;
$this->runtime_var =
'$this->' .
$this->tag .
'_' .
self :: generateNewRuntimeId();
return $this->runtime_var;
Documentation generated on Tue, 06 Jan 2009 03:50:45 +0300 by phpDocumentor 1.3.2