Home › Forums › General Questions › HTML – How To Call Inputs In A Group
- This topic has 7 replies, 2 voices, and was last updated 4 years, 11 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2020-01-08 at 1:11 pm #22635GLiFTeKCustomer
Hi,
I’ve been using Google Web Designer and have a row of 10 range sliders.
I want to have them grouped for easier repositioning and organization.
However, when I select them all and group them in GWD, they stop being “seen” by my puzzles.Is there a directory-esque method of denoting their exact name, now that they’re in a group in the web code?
Thanks!
Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-01-08 at 1:36 pm #22637Yuri KovelenovStaff2020-01-09 at 5:44 am #22663GLiFTeKCustomercheck their actual ids with Web Tools, may be GWD renamed them?
nope, their ID’s are still the same.
can you designate the group then the id?
like group_id/slider_id ?Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-01-09 at 7:55 am #22667Yuri KovelenovStaff2020-01-09 at 2:45 pm #22699GLiFTeKCustomerNot sure what GWD considers to be a ‘group’. Can you share a link to your app?
in the code it wraps it with ` <div data-gwd-group-def=”Group1″ data-gwd-group-class=”gwd-grp-17kg” style=”display: none;”>
(all the sliders and buttons with same names)
<div class=”gwd-div-1mq4″ data-gwd-group=”Group1″ id=”Group1_1″></div>`Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-01-09 at 3:15 pm #22703Yuri KovelenovStaff2020-01-10 at 4:31 am #22708GLiFTeKCustomerSorry, I was meaning actual HTML code that is running in the browser. You can check it with Dev Tools (F12).
yea…
the original code has the data-gwd-name and data-gwd-grp-id
the WebTools inspector’s code has ONLY the data-gwd-grp-id
the name tag is missing.but aren’t we not using the name, but the id?
before the grouping it was just data-gwd-id (not with the grp).
is that something i can denote in javascript funciton call?
(or it could be added to the HTML event puzzle?) :)Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature!2020-01-10 at 7:18 am #22713Yuri KovelenovStaff -
AuthorPosts
- You must be logged in to reply to this topic.