Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
ConfiForms Form Definition
formNamef
true

toggletrue

toggleToggle mecheckbox

toggle:truetoggleSection([entry.toggle]);Run custom JavaScripttruetoggle

HTML
<script>
function toggleSection(show) {
  if (show) {
    AJS.$('.mysection').toggleshow();
  } else {
	AJS.$('.mysection').hide();
  }
}
</script>