CF8 - DIV Container - ID

rbock 11 Apr, 2024
How can I add an ID to existing DIV containers?
Max_admin 11 Apr, 2024
Answer
which div containers ? fields have "Field class" behavior to add extra classes, but you can not set an ID
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 11 Apr, 2024
Yes, classes work, but there is no option to assign an ID to the containers. You can add that to the next update.
Max_admin 12 Apr, 2024
in what case do you need an id and a class is not going to work ?
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
rbock 12 Apr, 2024
reload DIV Container


1. <div id="refresh" class="nui fluid">myiframe</div>

2. <span onclick="refreshDiv();"><i class="fa-solid fa-arrows-rotate"></i> xyz</span>

3. Javascript: function refreshDiv() {$('#refresh').load(location.href + " #refresh");}
Max_admin 12 Apr, 2024
so just use a class and useĀ 

$(".refresh")
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
You need to login to be able to post a reply.