From 2c12f07f2e2d33cfc0f850aff175921c80f9e2df Mon Sep 17 00:00:00 2001 From: venkateswaran ubuntu Date: Fri, 6 Oct 2023 12:39:18 +0530 Subject: [PATCH] NESTED HANDLED --- addform.html | 475 +++++++++++++++--- html2json.js | 4 +- ...vigation.js => html2json_for_navigation.js | 0 json2html.js | 117 +++-- json2xml.js | 96 ++-- package-lock.json | 10 +- package.json | 1 + rtc_hide_and_show.js | 22 +- style.css | 47 +- xml2json.js | 26 +- 10 files changed, 624 insertions(+), 174 deletions(-) rename json2html_for_navigation.js => html2json_for_navigation.js (100%) diff --git a/addform.html b/addform.html index d7d5944..317ce39 100644 --- a/addform.html +++ b/addform.html @@ -168,6 +168,13 @@ color: #6d6d6d; } + .buttons { + position: absolute; + top: 0px; + right: -192px; + /* display: none; */ + text-align: -webkit-right; + } @@ -365,7 +372,7 @@ - + @@ -373,6 +380,11 @@