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
Hannes Warnestad
rplp_forms
Commits
f186523f
Commit
f186523f
authored
Nov 19, 2020
by
Hannes Warnestad
Browse files
Fixed maybe charset
parent
ee4fa9de
Changes
11
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/
>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
>
<title>
Forms
</title>
<title>
Forms
</title>
<header>
<header>
<div
style=
"height: 100px;width: 100%; position: relative; border-radius: 5px; background-color: #f64c4f;"
>
<div
style=
"height: 100px;width: 100%; position: relative; border-radius: 5px; background-color: #f64c4f;"
>
...
...
index1.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hållbara transporter
</title>
<title>
Kategori: Hållbara transporter
</title>
<script
src=
"form1.bundle.js"
></script>
<script
src=
"form1.bundle.js"
></script>
<header>
<header>
...
...
index2.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hållbara transporter
</title>
<title>
Kategori: Hållbara transporter
</title>
<header>
<header>
<script
src=
"form2.bundle.js"
></script>
<script
src=
"form2.bundle.js"
></script>
...
...
index3.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hälsomedvetenhet
</title>
<title>
Kategori: Hälsomedvetenhet
</title>
<header>
<header>
<script
src=
"form3.bundle.js"
></script>
<script
src=
"form3.bundle.js"
></script>
...
...
index4.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hälsomedvetenhet
</title>
<title>
Kategori: Hälsomedvetenhet
</title>
<header>
<header>
<script
src=
"form4.bundle.js"
></script>
<script
src=
"form4.bundle.js"
></script>
...
...
index5.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hållbar konsumtion
</title>
<title>
Kategori: Hållbar konsumtion
</title>
<header>
<header>
<script
src=
"form5.bundle.js"
></script>
<script
src=
"form5.bundle.js"
></script>
...
...
index6.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Kategori: Hållbar konsumtion
</title>
<title>
Kategori: Hållbar konsumtion
</title>
<header>
<header>
<script
src=
"form6.bundle.js"
></script>
<script
src=
"form6.bundle.js"
></script>
...
...
index7.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Resultat: Hållbara transporter
</title>
<title>
Resultat: Hållbara transporter
</title>
<header>
<header>
<script
src=
"form7.bundle.js"
></script>
<script
src=
"form7.bundle.js"
></script>
...
...
index8.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Resultat: Hälsomedvetenhet
</title>
<title>
Resultat: Hälsomedvetenhet
</title>
<header>
<header>
<script
src=
"form8.bundle.js"
></script>
<script
src=
"form8.bundle.js"
></script>
...
...
index9.html
View file @
f186523f
<html>
<html>
<head>
<head>
<meta
charset=
"
utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html;
charset=utf-8"
/>
<title>
Resultat: Hållbar konsumtion
</title>
<title>
Resultat: Hållbar konsumtion
</title>
<header>
<header>
<script
src=
"form9.bundle.js"
></script>
<script
src=
"form9.bundle.js"
></script>
...
...
src/webapp/formBase.js
View file @
f186523f
...
@@ -48,6 +48,7 @@ class formBase extends WC {
...
@@ -48,6 +48,7 @@ class formBase extends WC {
template
.
appendChild
(
submit
);
template
.
appendChild
(
submit
);
submit
.
addEventListener
(
"
click
"
,
()
=>
{
submit
.
addEventListener
(
"
click
"
,
()
=>
{
this
.
getData
();
let
cont
=
true
;
let
cont
=
true
;
rbArr
.
forEach
(
el
=>
{
rbArr
.
forEach
(
el
=>
{
//console.log(el.radioButtons)
//console.log(el.radioButtons)
...
@@ -71,8 +72,16 @@ class formBase extends WC {
...
@@ -71,8 +72,16 @@ class formBase extends WC {
}
}
});
});
//com.rplp.mypackage;
}
}
getData
(){
// var user = new package.com.rplp.mypackage.User;
// user.id = 1;
// console.log(user.id)
return
"
Hello
"
;
}
}
}
export
default
formBase
;
export
default
formBase
;
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