File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ if (!empty($_POST['btn_SetBodyValue']))
1414
1515 $form = new WebForms();
1616
17- $form->SetFontSize (InputPlace::Tag ('form'), $FontSize);
18- $form->SetBackgroundColor (InputPlace::Tag ('form'), $BackgroundColor);
19- $form->SetDisabled (InputPlace::Name ('btn_SetBodyValue'), true);
17+ $form->setFontSize (InputPlace::tag ('form'), $FontSize);
18+ $form->setBackgroundColor (InputPlace::tag ('form'), $BackgroundColor);
19+ $form->setDisabled (InputPlace::name ('btn_SetBodyValue'), true);
2020
21- $form->AddTag (InputPlace::Tag ('form'), 'h3');
22- $form->SetText (InputPlace::Tag ('h3'), "Welcome " . $Name . "!");
21+ $form->addTag (InputPlace::tag ('form'), 'h3');
22+ $form->setText (InputPlace::tag ('h3'), "Welcome " . $Name . "!");
2323
2424 echo $form->response();
2525 exit();
You can’t perform that action at this time.
0 commit comments