Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
d6d88dce
Commit
d6d88dce
authored
Jan 25, 2016
by
Carsten Rose
Browse files
Form.php: adjustments after renaming class FormBuildPlain to FormBuild
parent
45969cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
qfq/Form.php
View file @
d6d88dce
...
...
@@ -113,11 +113,8 @@ class Form {
switch
(
$this
->
formSpec
[
'render'
])
{
case
'plain'
:
$build
=
new
FormBuildPlain
(
$this
->
formSpec
,
$this
->
feSpecAction
,
$this
->
feSpecNative
);
break
;
case
'table'
:
//TODO: implement bootstrap rendering: FormBuildBootstrap
// $build = new FormBuildBootstrap($this->formDef, $this->feDefAction, $this->feDefNative);
$build
=
new
FormBuild
(
$this
->
formSpec
,
$this
->
feSpecAction
,
$this
->
feSpecNative
);
break
;
case
'bootstrap'
:
//TODO: implement bootstrap rendering: FormBuildBootstrap
...
...
@@ -129,9 +126,7 @@ class Form {
switch
(
$mode
)
{
case
FORM_LOAD
:
// $this->formActionBefore();
$html
.
=
$build
->
process
();
// $this->formActionAfter();
break
;
case
FORM_SAVE
:
break
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment