Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use this when you need instructions on the screen without crowding the form

with instructions. This Allows allows you to show more than you can with a place holder.

...

You can toggle the showing of the information by pressing the Info button and then 

by pressing it again to take hide the instructions away.


Create two variables in you FAB form.

...


function onInfoButton(evt) {
if (getField("InfoDropletShow") === true) {
setField("InfoDropletShow",false);
} else {
setField("InfoDropletShow",true);
}
};

 

...

Filter by label (Content by label)
showLabelsfalse
max5
spacesIFAB
showSpacefalse
sortmodifiedreversetruetitle
typepage
cqllabel = in ("kb-how-to-article" input-control","button-control","html-control","javascript") and type = "page" and space = "IFAB"
labelskb-how-to-article

...

Page Properties
hiddentrue


Related issues