39 require_once realpath(dirname(__FILE__)).
"/../../../framework/field_renderers.inc";
52 $this->parent->onSubmitHandler =
"TermsAndConditions.showTerms";
54 $this->parent->hide(
$field);
55 $obj = $this->parent->data;
67 <script type=
"text/javascript">
68 TermsAndConditions.formId =
"<?echo $formId?>";
69 TermsAndConditions.id =
"<?echo $id?>";
70 TermsAndConditions.title =
"<?echo $title?>";
static getValue($component, $name)
Retrieve the value of the specified Setting.
TermsAndConditionsFieldRenderer(&$parent, $field)