Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
mini-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 81b34775
authored
2019-11-27 13:26:50 +0000
by
Luciano Barletta
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
http://git.anacsoft.com/Lusho/mini-web
2 parents
821f6931
a555091a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
Geo/Scripts/ArmadoDeForm.js
Geo/Style/ArmadoDeForm.css
Geo/Scripts/ArmadoDeForm.js
View file @
81b3477
...
...
@@ -13,7 +13,7 @@ function ArmarForm(data) {
boton
.
setAttribute
(
"id"
,
"Boton"
+
n
);
boton
.
setAttribute
(
"value"
,
n
);
boton
.
setAttribute
(
"class"
,
"Botones"
);
boton
.
addEventListener
(
"click"
,
HabilitarTab
);
//boton.setAttribute("onclick", HabilitarTab(this)
);
let
ancho
=
((
100
-
(
0.2
*
m
))
/
m
)
+
"%"
;
boton
.
style
.
width
=
ancho
;
let
tab
=
document
.
createElement
(
"div"
);
...
...
@@ -25,9 +25,3 @@ function ArmarForm(data) {
document
.
getElementById
(
"Tab0"
).
style
.
display
=
"block"
;
}
function
HabilitarTab
()
{
for
(
let
n
=
0
;
n
<
m
;
n
++
)
{
document
.
getElementById
(
"Tab"
+
n
).
style
.
display
=
"none"
}
}
\ No newline at end of file
Geo/Style/ArmadoDeForm.css
View file @
81b3477
...
...
@@ -21,7 +21,7 @@ html {
margin
:
0.1%
;
}
.Botones
:a
ctive
{
.Botones
A
ctive
{
background-color
:
var
(
--Color
);
border-bottom
:
none
;
height
:
6%
;
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment